fix(neutron): sync paste config
* fix(chart): Import paste.deploy patch and bump chart versions to latest
* Remove paste.deploy config override
* Remove paste.deploy config override for nova and neutron
* Add ovn_metadata image
* Remove orig file and update gitignore
* fix typo in gitignore
---------
Co-authored-by: okozachenko1203 <okozachenko1203@users.noreply.github.com>
diff --git a/charts/heat/values.yaml b/charts/heat/values.yaml
index 555af53..7cd5197 100644
--- a/charts/heat/values.yaml
+++ b/charts/heat/values.yaml
@@ -280,66 +280,7 @@
type: OS::Heat::RandomString
properties:
length: 40
- paste:
- pipeline:heat-api:
- pipeline: cors request_id faultwrap http_proxy_to_wsgi versionnegotiation osprofiler authurl authtoken audit context apiv1app
- pipeline:heat-api-standalone:
- pipeline: cors request_id faultwrap http_proxy_to_wsgi versionnegotiation authurl authpassword context apiv1app
- pipeline:heat-api-custombackend:
- pipeline: cors request_id faultwrap versionnegotiation context custombackendauth apiv1app
- pipeline:heat-api-cfn:
- pipeline: cors http_proxy_to_wsgi cfnversionnegotiation osprofiler ec2authtoken authtoken audit context apicfnv1app
- pipeline:heat-api-cfn-standalone:
- pipeline: cors http_proxy_to_wsgi cfnversionnegotiation ec2authtoken context apicfnv1app
- pipeline:heat-api-cloudwatch:
- pipeline: cors versionnegotiation osprofiler ec2authtoken authtoken audit context apicwapp
- pipeline:heat-api-cloudwatch-standalone:
- pipeline: cors versionnegotiation ec2authtoken context apicwapp
- app:apiv1app:
- paste.app_factory: heat.common.wsgi:app_factory
- heat.app_factory: heat.api.openstack.v1:API
- app:apicfnv1app:
- paste.app_factory: heat.common.wsgi:app_factory
- heat.app_factory: heat.api.cfn.v1:API
- app:apicwapp:
- paste.app_factory: heat.common.wsgi:app_factory
- heat.app_factory: heat.api.cloudwatch:API
- filter:versionnegotiation:
- paste.filter_factory: heat.common.wsgi:filter_factory
- heat.filter_factory: heat.api.openstack:version_negotiation_filter
- filter:cors:
- paste.filter_factory: oslo_middleware.cors:filter_factory
- oslo_config_project: heat
- filter:faultwrap:
- paste.filter_factory: heat.common.wsgi:filter_factory
- heat.filter_factory: heat.api.openstack:faultwrap_filter
- filter:cfnversionnegotiation:
- paste.filter_factory: heat.common.wsgi:filter_factory
- heat.filter_factory: heat.api.cfn:version_negotiation_filter
- filter:cwversionnegotiation:
- paste.filter_factory: heat.common.wsgi:filter_factory
- heat.filter_factory: heat.api.cloudwatch:version_negotiation_filter
- filter:context:
- paste.filter_factory: heat.common.context:ContextMiddleware_filter_factory
- filter:ec2authtoken:
- paste.filter_factory: heat.api.aws.ec2token:EC2Token_filter_factory
- filter:http_proxy_to_wsgi:
- paste.filter_factory: oslo_middleware:HTTPProxyToWSGI.factory
- filter:authurl:
- paste.filter_factory: heat.common.auth_url:filter_factory
- filter:authtoken:
- paste.filter_factory: keystonemiddleware.auth_token:filter_factory
- filter:authpassword:
- paste.filter_factory: heat.common.auth_password:filter_factory
- filter:custombackendauth:
- paste.filter_factory: heat.common.custom_backend_auth:filter_factory
- filter:audit:
- paste.filter_factory: keystonemiddleware.audit:filter_factory
- audit_map_file: /etc/heat/api_audit_map.conf
- filter:request_id:
- paste.filter_factory: oslo_middleware.request_id:RequestId.factory
- filter:osprofiler:
- paste.filter_factory: osprofiler.web:WsgiMiddleware.factory
+ paste: {}
policy: {}
heat:
DEFAULT:
@@ -351,6 +292,7 @@
auth_type: password
auth_version: v3
memcache_security_strategy: ENCRYPT
+ service_type: orchestration
database:
max_retries: -1
trustee:
@@ -1025,6 +967,9 @@
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule
+ - key: node-role.kubernetes.io/control-plane
+ operator: Exists
+ effect: NoSchedule
mounts:
heat_api:
init_container: null