diff --git a/aodh/values.yaml b/aodh/values.yaml index 8c9e9ee24a..e9ac2cb6e1 100644 --- a/aodh/values.yaml +++ b/aodh/values.yaml @@ -17,6 +17,7 @@ # Declare name/value pairs to be passed into your templates. # name: value +--- release_group: null labels: @@ -488,8 +489,8 @@ conf: - context - default logger_root: - level: WARNING - handlers: 'null' + level: WARNING + handlers: 'null' logger_aodh: level: INFO handlers: @@ -727,3 +728,4 @@ manifests: secret_ingress_tls: true service_api: true service_ingress_api: true +... diff --git a/barbican/values.yaml b/barbican/values.yaml index aef40919a5..42463f4f95 100644 --- a/barbican/values.yaml +++ b/barbican/values.yaml @@ -15,6 +15,7 @@ # Declare name/value pairs to be passed into your templates. # name: value +--- labels: api: node_selector_key: openstack-control-plane @@ -453,7 +454,7 @@ conf: database: max_retries: -1 barbican_api: - #NOTE(portdirect): the bind port should not be defined, and is manipulated + # NOTE(portdirect): the bind port should not be defined, and is manipulated # via the endpoints section. bind_port: null logging: @@ -710,3 +711,4 @@ manifests: secret_rabbitmq: true service_ingress_api: true service_api: true +... diff --git a/barbican/values_overrides/apparmor.yaml b/barbican/values_overrides/apparmor.yaml index 48a8d7ca20..02d5bf5ea3 100644 --- a/barbican/values_overrides/apparmor.yaml +++ b/barbican/values_overrides/apparmor.yaml @@ -1,6 +1,8 @@ +--- pod: mandatory_access_control: type: apparmor barbican-api: barbican-api: runtime/default init: runtime/default +... diff --git a/barbican/values_overrides/netpol.yaml b/barbican/values_overrides/netpol.yaml index 47cadd5e60..54859b6b40 100644 --- a/barbican/values_overrides/netpol.yaml +++ b/barbican/values_overrides/netpol.yaml @@ -1,3 +1,4 @@ +--- manifests: network_policy: true @@ -32,3 +33,4 @@ network_policy: ports: - protocol: TCP port: %%%REPLACE_API_PORT%%% +... diff --git a/barbican/values_overrides/ocata-ubuntu_xenial.yaml b/barbican/values_overrides/ocata-ubuntu_xenial.yaml index cb18865135..98a8e52812 100644 --- a/barbican/values_overrides/ocata-ubuntu_xenial.yaml +++ b/barbican/values_overrides/ocata-ubuntu_xenial.yaml @@ -10,3 +10,4 @@ images: ks_service: "docker.io/openstackhelm/heat:ocata-ubuntu_xenial" ks_endpoints: "docker.io/openstackhelm/heat:ocata-ubuntu_xenial" barbican_api: "docker.io/openstackhelm/barbican:ocata-ubuntu_xenial" +... diff --git a/barbican/values_overrides/ocata.yaml b/barbican/values_overrides/ocata.yaml index 5687ec9ef9..141aabac55 100644 --- a/barbican/values_overrides/ocata.yaml +++ b/barbican/values_overrides/ocata.yaml @@ -1,6 +1,8 @@ +--- conf: policy: secret_project_match: project:%(target.secret.project_id)s secret_creator_user: user:%(target.secret.creator_id)s container_project_match: project:%(target.container.project_id)s container_creator_user: user:%(target.container.creator_id)s +... diff --git a/barbican/values_overrides/pike.yaml b/barbican/values_overrides/pike.yaml index 5687ec9ef9..141aabac55 100644 --- a/barbican/values_overrides/pike.yaml +++ b/barbican/values_overrides/pike.yaml @@ -1,6 +1,8 @@ +--- conf: policy: secret_project_match: project:%(target.secret.project_id)s secret_creator_user: user:%(target.secret.creator_id)s container_project_match: project:%(target.container.project_id)s container_creator_user: user:%(target.container.creator_id)s +... diff --git a/barbican/values_overrides/queens.yaml b/barbican/values_overrides/queens.yaml index 5687ec9ef9..141aabac55 100644 --- a/barbican/values_overrides/queens.yaml +++ b/barbican/values_overrides/queens.yaml @@ -1,6 +1,8 @@ +--- conf: policy: secret_project_match: project:%(target.secret.project_id)s secret_creator_user: user:%(target.secret.creator_id)s container_project_match: project:%(target.container.project_id)s container_creator_user: user:%(target.container.creator_id)s +... diff --git a/barbican/values_overrides/rocky-opensuse_15.yaml b/barbican/values_overrides/rocky-opensuse_15.yaml index e665a9f599..d4b6f62b5e 100644 --- a/barbican/values_overrides/rocky-opensuse_15.yaml +++ b/barbican/values_overrides/rocky-opensuse_15.yaml @@ -10,3 +10,4 @@ images: ks_service: "docker.io/openstackhelm/heat:rocky-opensuse_15" ks_endpoints: "docker.io/openstackhelm/heat:rocky-opensuse_15" barbican_api: "docker.io/openstackhelm/barbican:rocky-opensuse_15" +... diff --git a/barbican/values_overrides/rocky.yaml b/barbican/values_overrides/rocky.yaml index 5687ec9ef9..141aabac55 100644 --- a/barbican/values_overrides/rocky.yaml +++ b/barbican/values_overrides/rocky.yaml @@ -1,6 +1,8 @@ +--- conf: policy: secret_project_match: project:%(target.secret.project_id)s secret_creator_user: user:%(target.secret.creator_id)s container_project_match: project:%(target.container.project_id)s container_creator_user: user:%(target.container.creator_id)s +... diff --git a/barbican/values_overrides/train-ubuntu_bionic.yaml b/barbican/values_overrides/train-ubuntu_bionic.yaml index 9aff2205e6..7abaabf5a8 100644 --- a/barbican/values_overrides/train-ubuntu_bionic.yaml +++ b/barbican/values_overrides/train-ubuntu_bionic.yaml @@ -10,3 +10,4 @@ images: ks_service: "docker.io/openstackhelm/heat:train-ubuntu_bionic" ks_endpoints: "docker.io/openstackhelm/heat:train-ubuntu_bionic" barbican_api: "docker.io/openstackhelm/barbican:train-ubuntu_bionic" +... diff --git a/ceilometer/values.yaml b/ceilometer/values.yaml index 4dabca21e8..d9be8b074d 100644 --- a/ceilometer/values.yaml +++ b/ceilometer/values.yaml @@ -15,6 +15,7 @@ # Declare name/value pairs to be passed into your templates. # name: value +--- release_group: null labels: @@ -172,10 +173,10 @@ conf: - database - gnocchi api: - aodh_is_enabled: "False" -# NOTE(pordirect): the following option will turn off the ability to retrieve -# metrics via the ceilometer API: -# gnocchi_is_enabled: "True" + aodh_is_enabled: "False" + # NOTE(portdirect): the following option will turn off the ability to retrieve + # metrics via the ceilometer API: + # gnocchi_is_enabled: "True" dispatcher_gnocchi: filter_service_activity: False archive_policy: low @@ -2128,3 +2129,4 @@ manifests: secret_rabbitmq: true service_api: true service_ingress_api: true +... diff --git a/cinder/values.yaml b/cinder/values.yaml index 2e105aad25..c1f75e2ffe 100644 --- a/cinder/values.yaml +++ b/cinder/values.yaml @@ -15,6 +15,7 @@ # Declare name/value pairs to be passed into your templates. # name: value +--- storage: ceph labels: @@ -929,15 +930,15 @@ conf: format: "%(message)s" datefmt: "%Y-%m-%d %H:%M:%S" rabbitmq: - #NOTE(rk760n): adding rmq policy to mirror messages from notification queues and set expiration time for the ones + # NOTE(rk760n): adding rmq policy to mirror messages from notification queues and set expiration time for the ones policies: - vhost: "cinder" name: "ha_ttl_cinder" definition: - #mirror messges to other nodes in rmq cluster + # mirror messges to other nodes in rmq cluster ha-mode: "all" ha-sync-mode: "automatic" - #70s + # 70s message-ttl: 70000 priority: 0 apply-to: all @@ -1479,3 +1480,4 @@ manifests: secret_rabbitmq: true service_api: true service_ingress_api: true +... diff --git a/cinder/values_overrides/apparmor.yaml b/cinder/values_overrides/apparmor.yaml index d31f16a3f7..5e58f81182 100644 --- a/cinder/values_overrides/apparmor.yaml +++ b/cinder/values_overrides/apparmor.yaml @@ -1,3 +1,4 @@ +--- pod: mandatory_access_control: type: apparmor @@ -20,4 +21,5 @@ pod: init: runtime/default cinder-backup-storage-init: cinder-backup-storage-init: runtime/default - init: runtime/default \ No newline at end of file + init: runtime/default +... diff --git a/cinder/values_overrides/backend_pure.yaml b/cinder/values_overrides/backend_pure.yaml index 2c57959c23..e4916025d3 100644 --- a/cinder/values_overrides/backend_pure.yaml +++ b/cinder/values_overrides/backend_pure.yaml @@ -1,6 +1,7 @@ # NOTE: In order for below code to work, package "purestorage" # needs to be built into Cinder and Nova images. +--- pod: useHostNetwork: volume: true @@ -25,3 +26,4 @@ conf: # NOTE: Replace below 1.1.1.1 with the real ip value san_ip: 1.1.1.1 enable_iscsi: true +... diff --git a/cinder/values_overrides/netpol.yaml b/cinder/values_overrides/netpol.yaml index 70a2c2de8f..46b3050372 100644 --- a/cinder/values_overrides/netpol.yaml +++ b/cinder/values_overrides/netpol.yaml @@ -1,3 +1,4 @@ +--- manifests: network_policy: true network_policy: @@ -15,3 +16,4 @@ network_policy: ports: - protocol: TCP port: %%%REPLACE_API_PORT%%% +... diff --git a/cinder/values_overrides/ocata-ubuntu_xenial.yaml b/cinder/values_overrides/ocata-ubuntu_xenial.yaml index 9d2734292c..61f398af07 100644 --- a/cinder/values_overrides/ocata-ubuntu_xenial.yaml +++ b/cinder/values_overrides/ocata-ubuntu_xenial.yaml @@ -15,3 +15,4 @@ images: cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial cinder_backup: docker.io/openstackhelm/cinder:ocata-ubuntu_xenial cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial +... diff --git a/cinder/values_overrides/ocata.yaml b/cinder/values_overrides/ocata.yaml index aa59dd37a2..a346e92f23 100644 --- a/cinder/values_overrides/ocata.yaml +++ b/cinder/values_overrides/ocata.yaml @@ -4,7 +4,9 @@ # - cinder.backup.drivers.swift # - cinder.backup.drivers.ceph # - cinder.backup.drivers.posix +--- conf: cinder: DEFAULT: backup_driver: "cinder.backup.drivers.swift" +... diff --git a/cinder/values_overrides/pike-ubuntu_xenial.yaml b/cinder/values_overrides/pike-ubuntu_xenial.yaml index 6a897a938c..7d20954c67 100644 --- a/cinder/values_overrides/pike-ubuntu_xenial.yaml +++ b/cinder/values_overrides/pike-ubuntu_xenial.yaml @@ -15,3 +15,4 @@ images: cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial cinder_backup: docker.io/openstackhelm/cinder:pike-ubuntu_xenial cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial +... diff --git a/cinder/values_overrides/pike.yaml b/cinder/values_overrides/pike.yaml index aa59dd37a2..a346e92f23 100644 --- a/cinder/values_overrides/pike.yaml +++ b/cinder/values_overrides/pike.yaml @@ -4,7 +4,9 @@ # - cinder.backup.drivers.swift # - cinder.backup.drivers.ceph # - cinder.backup.drivers.posix +--- conf: cinder: DEFAULT: backup_driver: "cinder.backup.drivers.swift" +... diff --git a/cinder/values_overrides/queens-ubuntu_xenial.yaml b/cinder/values_overrides/queens-ubuntu_xenial.yaml index d0fe66c16b..99a0446c1f 100644 --- a/cinder/values_overrides/queens-ubuntu_xenial.yaml +++ b/cinder/values_overrides/queens-ubuntu_xenial.yaml @@ -15,3 +15,4 @@ images: cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial cinder_backup: docker.io/openstackhelm/cinder:queens-ubuntu_xenial cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial +... diff --git a/cinder/values_overrides/queens.yaml b/cinder/values_overrides/queens.yaml index aa59dd37a2..a346e92f23 100644 --- a/cinder/values_overrides/queens.yaml +++ b/cinder/values_overrides/queens.yaml @@ -4,7 +4,9 @@ # - cinder.backup.drivers.swift # - cinder.backup.drivers.ceph # - cinder.backup.drivers.posix +--- conf: cinder: DEFAULT: backup_driver: "cinder.backup.drivers.swift" +... diff --git a/cinder/values_overrides/rocky-opensuse_15.yaml b/cinder/values_overrides/rocky-opensuse_15.yaml index 52a2c27f0a..a5d6fc84e8 100644 --- a/cinder/values_overrides/rocky-opensuse_15.yaml +++ b/cinder/values_overrides/rocky-opensuse_15.yaml @@ -15,3 +15,4 @@ images: cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-opensuse_15 cinder_backup: docker.io/openstackhelm/cinder:rocky-opensuse_15 cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-opensuse_15 +... diff --git a/cinder/values_overrides/rocky-ubuntu_bionic.yaml b/cinder/values_overrides/rocky-ubuntu_bionic.yaml index c9238662a8..eda20a6b09 100644 --- a/cinder/values_overrides/rocky-ubuntu_bionic.yaml +++ b/cinder/values_overrides/rocky-ubuntu_bionic.yaml @@ -15,3 +15,4 @@ images: cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial cinder_backup: docker.io/openstackhelm/cinder:rocky-ubuntu_bionic cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial +... diff --git a/cinder/values_overrides/rocky-ubuntu_xenial.yaml b/cinder/values_overrides/rocky-ubuntu_xenial.yaml index 86d5adeda1..270a487590 100644 --- a/cinder/values_overrides/rocky-ubuntu_xenial.yaml +++ b/cinder/values_overrides/rocky-ubuntu_xenial.yaml @@ -15,3 +15,4 @@ images: cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial cinder_backup: docker.io/openstackhelm/cinder:rocky-ubuntu_xenial cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial +... diff --git a/cinder/values_overrides/rocky.yaml b/cinder/values_overrides/rocky.yaml index aa59dd37a2..a346e92f23 100644 --- a/cinder/values_overrides/rocky.yaml +++ b/cinder/values_overrides/rocky.yaml @@ -4,7 +4,9 @@ # - cinder.backup.drivers.swift # - cinder.backup.drivers.ceph # - cinder.backup.drivers.posix +--- conf: cinder: DEFAULT: backup_driver: "cinder.backup.drivers.swift" +... diff --git a/cinder/values_overrides/train-ubuntu_bionic.yaml b/cinder/values_overrides/train-ubuntu_bionic.yaml index 14e4527e52..71908adbb7 100644 --- a/cinder/values_overrides/train-ubuntu_bionic.yaml +++ b/cinder/values_overrides/train-ubuntu_bionic.yaml @@ -15,3 +15,4 @@ images: cinder_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic" cinder_backup: "docker.io/openstackhelm/cinder:train-ubuntu_bionic" cinder_backup_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic" +... diff --git a/congress/values.yaml b/congress/values.yaml index c12cd18961..200ef86d82 100644 --- a/congress/values.yaml +++ b/congress/values.yaml @@ -15,6 +15,7 @@ # Declare name/value pairs to be passed into your templates. # name: value +--- labels: api: node_selector_key: openstack-control-plane @@ -355,7 +356,7 @@ conf: congress: DEFAULT: log_config_append: /etc/congress/logging.conf - #NOTE(portdirect): the bind port should not be defined, and is manipulated + # NOTE(portdirect): the bind port should not be defined, and is manipulated # via the endpoints section. bind_port: null drivers: congress.datasources.neutronv2_driver.NeutronV2Driver,congress.datasources.glancev2_driver.GlanceV2Driver,congress.datasources.nova_driver.NovaDriver,congress.datasources.keystonev3_driver.KeystoneV3Driver,congress.datasources.cinder_driver.CinderDriver,congress.datasources.swift_driver.SwiftDriver,congress.datasources.plexxi_driver.PlexxiDriver,congress.datasources.vCenter_driver.VCenterDriver,congress.datasources.murano_driver.MuranoDriver,congress.datasources.ironic_driver.IronicDriver,congress.datasources.heatv1_driver.HeatV1Driver,congress.datasources.doctor_driver.DoctorDriver,congress.datasources.ceilometer_driver.CeilometerDriver @@ -457,7 +458,7 @@ conf: filter:authtoken: paste.filter_factory: keystonemiddleware.auth_token:filter_factory filter:cors: - paste.filter_factory: oslo_middleware.cors:filter_factory + paste.filter_factory: oslo_middleware.cors:filter_factory oslo_config_project: congress filter:http_proxy_to_wsgi: paste.filter_factory: oslo_middleware.http_proxy_to_wsgi:HTTPProxyToWSGI.factory @@ -632,3 +633,4 @@ manifests: service_api: true service_ingress_api: true secret_rabbitmq: true +... diff --git a/designate/values.yaml b/designate/values.yaml index 6c6e3e2021..e7f0fe3f20 100644 --- a/designate/values.yaml +++ b/designate/values.yaml @@ -15,6 +15,7 @@ # Declare name/value pairs to be passed into your templates. # name: value +--- release_group: null labels: @@ -66,11 +67,11 @@ images: pod: affinity: - anti: - type: - default: preferredDuringSchedulingIgnoredDuringExecution - topologyKey: - default: kubernetes.io/hostname + anti: + type: + default: preferredDuringSchedulingIgnoredDuringExecution + topologyKey: + default: kubernetes.io/hostname mounts: designate_api: init_container: null @@ -452,7 +453,7 @@ conf: zone_primary_or_admin: ('PRIMARY':%(zone_type)s and rule:admin_or_owner) OR ('SECONDARY':%(zone_type)s AND is_admin:True) default: rule:admin_or_owner all_tenants: rule:admin - edit_managed_records : rule:admin + edit_managed_records: rule:admin use_low_ttl: rule:admin get_quotas: rule:admin_or_owner get_quota: rule:admin_or_owner @@ -827,3 +828,4 @@ manifests: service_api: true service_mdns: true service_ingress_api: true +... diff --git a/glance/values.yaml b/glance/values.yaml index ef4f816de0..43de91e5bd 100644 --- a/glance/values.yaml +++ b/glance/values.yaml @@ -16,6 +16,7 @@ # name: value # radosgw, rbd, swift or pvc +--- storage: swift labels: @@ -406,15 +407,15 @@ conf: user_domain_id = {{- end -}} rabbitmq: - #NOTE(rk760n): adding rmq policy to mirror messages from notification queues and set expiration time for the ones + # NOTE(rk760n): adding rmq policy to mirror messages from notification queues and set expiration time for the ones policies: - vhost: "glance" name: "ha_ttl_glance" definition: - #mirror messges to other nodes in rmq cluster + # mirror messges to other nodes in rmq cluster ha-mode: "all" ha-sync-mode: "automatic" - #70s + # 70s message-ttl: 70000 priority: 0 apply-to: all @@ -1021,3 +1022,4 @@ manifests: service_ingress_registry: false service_api: true service_registry: false +... diff --git a/glance/values_overrides/apparmor.yaml b/glance/values_overrides/apparmor.yaml index d970159a92..29b11787de 100644 --- a/glance/values_overrides/apparmor.yaml +++ b/glance/values_overrides/apparmor.yaml @@ -1,3 +1,4 @@ +--- pod: mandatory_access_control: type: apparmor @@ -16,3 +17,4 @@ pod: glance-storage-init: runtime/default manifests: deployment_registry: true +... diff --git a/glance/values_overrides/netpol.yaml b/glance/values_overrides/netpol.yaml index a1402dd588..4dd0d0135d 100644 --- a/glance/values_overrides/netpol.yaml +++ b/glance/values_overrides/netpol.yaml @@ -1,3 +1,4 @@ +--- manifests: network_policy: true network_policy: @@ -43,3 +44,4 @@ network_policy: ports: - protocol: TCP port: %%%REPLACE_API_PORT%%% +... diff --git a/glance/values_overrides/ocata-ubuntu_xenial.yaml b/glance/values_overrides/ocata-ubuntu_xenial.yaml index 1801831b02..e2c8fad0cd 100644 --- a/glance/values_overrides/ocata-ubuntu_xenial.yaml +++ b/glance/values_overrides/ocata-ubuntu_xenial.yaml @@ -12,3 +12,4 @@ images: glance_registry: "docker.io/openstackhelm/glance:ocata-ubuntu_xenial" glance_metadefs_load: "docker.io/openstackhelm/glance:ocata-ubuntu_xenial" glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial" +... diff --git a/glance/values_overrides/pike-ubuntu_xenial.yaml b/glance/values_overrides/pike-ubuntu_xenial.yaml index 941bea65a0..a7515dc00b 100644 --- a/glance/values_overrides/pike-ubuntu_xenial.yaml +++ b/glance/values_overrides/pike-ubuntu_xenial.yaml @@ -12,3 +12,4 @@ images: glance_registry: "docker.io/openstackhelm/glance:pike-ubuntu_xenial" glance_metadefs_load: "docker.io/openstackhelm/glance:pike-ubuntu_xenial" glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial" +... diff --git a/glance/values_overrides/queens-ubuntu_xenial.yaml b/glance/values_overrides/queens-ubuntu_xenial.yaml index 64b0e899ae..ce92f5ee41 100644 --- a/glance/values_overrides/queens-ubuntu_xenial.yaml +++ b/glance/values_overrides/queens-ubuntu_xenial.yaml @@ -12,3 +12,4 @@ images: glance_registry: "docker.io/openstackhelm/glance:queens-ubuntu_xenial" glance_metadefs_load: "docker.io/openstackhelm/glance:queens-ubuntu_xenial" glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial" +... diff --git a/glance/values_overrides/rocky-opensuse_15.yaml b/glance/values_overrides/rocky-opensuse_15.yaml index 52b615b061..de6162fe37 100644 --- a/glance/values_overrides/rocky-opensuse_15.yaml +++ b/glance/values_overrides/rocky-opensuse_15.yaml @@ -12,3 +12,4 @@ images: glance_registry: "docker.io/openstackhelm/glance:rocky-opensuse_15" glance_metadefs_load: "docker.io/openstackhelm/glance:rocky-opensuse_15" glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-opensuse_15" +... diff --git a/glance/values_overrides/rocky-ubuntu_bionic.yaml b/glance/values_overrides/rocky-ubuntu_bionic.yaml index cdc304e3f3..6215973ee4 100644 --- a/glance/values_overrides/rocky-ubuntu_bionic.yaml +++ b/glance/values_overrides/rocky-ubuntu_bionic.yaml @@ -12,3 +12,4 @@ images: glance_registry: "docker.io/openstackhelm/glance:rocky-ubuntu_bionic" glance_metadefs_load: "docker.io/openstackhelm/glance:rocky-ubuntu_bionic" glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial" +... diff --git a/glance/values_overrides/rocky-ubuntu_xenial.yaml b/glance/values_overrides/rocky-ubuntu_xenial.yaml index 897b4ebe87..cf38c03e6c 100644 --- a/glance/values_overrides/rocky-ubuntu_xenial.yaml +++ b/glance/values_overrides/rocky-ubuntu_xenial.yaml @@ -12,3 +12,4 @@ images: glance_registry: "docker.io/openstackhelm/glance:rocky-ubuntu_xenial" glance_metadefs_load: "docker.io/openstackhelm/glance:rocky-ubuntu_xenial" glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial" +... diff --git a/glance/values_overrides/train-ubuntu_bionic.yaml b/glance/values_overrides/train-ubuntu_bionic.yaml index 39c549a8fd..6d5a958875 100644 --- a/glance/values_overrides/train-ubuntu_bionic.yaml +++ b/glance/values_overrides/train-ubuntu_bionic.yaml @@ -12,3 +12,4 @@ images: glance_registry: "docker.io/openstackhelm/glance:train-ubuntu_bionic" glance_metadefs_load: "docker.io/openstackhelm/glance:train-ubuntu_bionic" glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic" +... diff --git a/heat/values.yaml b/heat/values.yaml index c6eabbe1a3..347858395f 100644 --- a/heat/values.yaml +++ b/heat/values.yaml @@ -15,6 +15,7 @@ # Declare name/value pairs to be passed into your templates. # name: value +--- release_group: null labels: @@ -444,17 +445,17 @@ conf: auth_type: password auth_version: v3 heat_api: - #NOTE(portdirect): the bind port should not be defined, and is manipulated + # NOTE(portdirect): the bind port should not be defined, and is manipulated # via the endpoints section. bind_port: null workers: 1 heat_api_cloudwatch: - #NOTE(portdirect): the bind port should not be defined, and is manipulated + # NOTE(portdirect): the bind port should not be defined, and is manipulated # via the endpoints section. bind_port: null workers: 1 heat_api_cfn: - #NOTE(portdirect): the bind port should not be defined, and is manipulated + # NOTE(portdirect): the bind port should not be defined, and is manipulated # via the endpoints section. bind_port: null workers: 1 @@ -561,15 +562,15 @@ conf: datefmt: "%Y-%m-%d %H:%M:%S" rabbitmq: - #NOTE(rk760n): adding rmq policy to mirror messages from notification queues and set expiration time for the ones + # NOTE(rk760n): adding rmq policy to mirror messages from notification queues and set expiration time for the ones policies: - vhost: "heat" name: "ha_ttl_heat" definition: - #mirror messges to other nodes in rmq cluster + # mirror messges to other nodes in rmq cluster ha-mode: "all" ha-sync-mode: "automatic" - #70s + # 70s message-ttl: 70000 priority: 0 apply-to: all @@ -914,7 +915,7 @@ endpoints: api: default: 8000 public: 80 -# Cloudwatch does not get an entry in the keystone service catalog + # Cloudwatch does not get an entry in the keystone service catalog cloudwatch: name: heat-cloudwatch hosts: @@ -1299,3 +1300,4 @@ manifests: service_ingress_cfn: true service_ingress_cloudwatch: false statefulset_engine: false +... diff --git a/heat/values_overrides/apparmor.yaml b/heat/values_overrides/apparmor.yaml index eefe2a3b13..025dd2bfcc 100644 --- a/heat/values_overrides/apparmor.yaml +++ b/heat/values_overrides/apparmor.yaml @@ -1,3 +1,4 @@ +--- pod: mandatory_access_control: type: apparmor @@ -21,4 +22,5 @@ pod: init: runtime/default heat-purge-deleted: heat-purge-deleted: runtime/default - init: runtime/default \ No newline at end of file + init: runtime/default +... diff --git a/heat/values_overrides/netpol.yaml b/heat/values_overrides/netpol.yaml index 08cb1bcbbe..acedea429a 100644 --- a/heat/values_overrides/netpol.yaml +++ b/heat/values_overrides/netpol.yaml @@ -1,3 +1,4 @@ +--- manifests: network_policy: true network_policy: @@ -43,3 +44,4 @@ network_policy: ports: - protocol: TCP port: %%%REPLACE_API_PORT%%% +... diff --git a/heat/values_overrides/ocata-ubuntu_xenial.yaml b/heat/values_overrides/ocata-ubuntu_xenial.yaml index f8fe39f8cb..8963294030 100644 --- a/heat/values_overrides/ocata-ubuntu_xenial.yaml +++ b/heat/values_overrides/ocata-ubuntu_xenial.yaml @@ -14,3 +14,4 @@ images: heat_engine: "docker.io/openstackhelm/heat:ocata-ubuntu_xenial" heat_engine_cleaner: "docker.io/openstackhelm/heat:ocata-ubuntu_xenial" heat_purge_deleted: "docker.io/openstackhelm/heat:ocata-ubuntu_xenial" +... diff --git a/heat/values_overrides/pike-ubuntu_xenial.yaml b/heat/values_overrides/pike-ubuntu_xenial.yaml index feb0d04fc7..a193013725 100644 --- a/heat/values_overrides/pike-ubuntu_xenial.yaml +++ b/heat/values_overrides/pike-ubuntu_xenial.yaml @@ -14,3 +14,4 @@ images: heat_engine: "docker.io/openstackhelm/heat:pike-ubuntu_xenial" heat_engine_cleaner: "docker.io/openstackhelm/heat:pike-ubuntu_xenial" heat_purge_deleted: "docker.io/openstackhelm/heat:pike-ubuntu_xenial" +... diff --git a/heat/values_overrides/queens-ubuntu_xenial.yaml b/heat/values_overrides/queens-ubuntu_xenial.yaml index 1d5adcde39..6637feeeaa 100644 --- a/heat/values_overrides/queens-ubuntu_xenial.yaml +++ b/heat/values_overrides/queens-ubuntu_xenial.yaml @@ -14,3 +14,4 @@ images: heat_engine: "docker.io/openstackhelm/heat:queens-ubuntu_xenial" heat_engine_cleaner: "docker.io/openstackhelm/heat:queens-ubuntu_xenial" heat_purge_deleted: "docker.io/openstackhelm/heat:queens-ubuntu_xenial" +... diff --git a/heat/values_overrides/rocky-opensuse_15.yaml b/heat/values_overrides/rocky-opensuse_15.yaml index 798e7ba33c..9cc287cd42 100644 --- a/heat/values_overrides/rocky-opensuse_15.yaml +++ b/heat/values_overrides/rocky-opensuse_15.yaml @@ -14,3 +14,4 @@ images: heat_engine: "docker.io/openstackhelm/heat:rocky-opensuse_15" heat_engine_cleaner: "docker.io/openstackhelm/heat:rocky-opensuse_15" heat_purge_deleted: "docker.io/openstackhelm/heat:rocky-opensuse_15" +... diff --git a/heat/values_overrides/rocky-ubuntu_bionic.yaml b/heat/values_overrides/rocky-ubuntu_bionic.yaml index 9a40f7298b..81ec0fadc1 100644 --- a/heat/values_overrides/rocky-ubuntu_bionic.yaml +++ b/heat/values_overrides/rocky-ubuntu_bionic.yaml @@ -14,3 +14,4 @@ images: heat_engine: "docker.io/openstackhelm/heat:rocky-ubuntu_bionic" heat_engine_cleaner: "docker.io/openstackhelm/heat:rocky-ubuntu_bionic" heat_purge_deleted: "docker.io/openstackhelm/heat:rocky-ubuntu_bionic" +... diff --git a/heat/values_overrides/rocky-ubuntu_xenial.yaml b/heat/values_overrides/rocky-ubuntu_xenial.yaml index 3f9c19d307..781866e07e 100644 --- a/heat/values_overrides/rocky-ubuntu_xenial.yaml +++ b/heat/values_overrides/rocky-ubuntu_xenial.yaml @@ -14,3 +14,4 @@ images: heat_engine: "docker.io/openstackhelm/heat:rocky-ubuntu_xenial" heat_engine_cleaner: "docker.io/openstackhelm/heat:rocky-ubuntu_xenial" heat_purge_deleted: "docker.io/openstackhelm/heat:rocky-ubuntu_xenial" +... diff --git a/heat/values_overrides/train-ubuntu_bionic.yaml b/heat/values_overrides/train-ubuntu_bionic.yaml index 917ce96f0c..d46b0d5bc3 100644 --- a/heat/values_overrides/train-ubuntu_bionic.yaml +++ b/heat/values_overrides/train-ubuntu_bionic.yaml @@ -14,3 +14,4 @@ images: heat_engine: "docker.io/openstackhelm/heat:train-ubuntu_bionic" heat_engine_cleaner: "docker.io/openstackhelm/heat:train-ubuntu_bionic" heat_purge_deleted: "docker.io/openstackhelm/heat:train-ubuntu_bionic" +... diff --git a/horizon/values.yaml b/horizon/values.yaml index 43351f71dd..a52245bcb3 100644 --- a/horizon/values.yaml +++ b/horizon/values.yaml @@ -15,6 +15,7 @@ # Declare name/value pairs to be passed into your templates. # name: value +--- images: tags: db_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic @@ -2267,3 +2268,4 @@ manifests: secret_keystone: true service_ingress: true service: true +... diff --git a/horizon/values_overrides/apparmor.yaml b/horizon/values_overrides/apparmor.yaml index c31c5d06ba..7612b41cf1 100644 --- a/horizon/values_overrides/apparmor.yaml +++ b/horizon/values_overrides/apparmor.yaml @@ -1,3 +1,4 @@ +--- pod: mandatory_access_control: type: apparmor @@ -7,3 +8,4 @@ pod: horizon-db-sync: horizon-db-sync: runtime/default init: runtime/default +... diff --git a/horizon/values_overrides/netpol.yaml b/horizon/values_overrides/netpol.yaml index 807c49178e..d016ef2796 100644 --- a/horizon/values_overrides/netpol.yaml +++ b/horizon/values_overrides/netpol.yaml @@ -1,3 +1,4 @@ +--- manifests: network_policy: true network_policy: @@ -51,3 +52,4 @@ network_policy: ports: - protocol: TCP port: %%%REPLACE_API_PORT%%% +... diff --git a/horizon/values_overrides/ocata-ubuntu_xenial.yaml b/horizon/values_overrides/ocata-ubuntu_xenial.yaml index 5faee9744e..fb01f981d4 100644 --- a/horizon/values_overrides/ocata-ubuntu_xenial.yaml +++ b/horizon/values_overrides/ocata-ubuntu_xenial.yaml @@ -5,3 +5,4 @@ images: db_drop: docker.io/openstackhelm/heat:ocata-ubuntu_xenial horizon_db_sync: docker.io/openstackhelm/horizon:ocata-ubuntu_xenial horizon: docker.io/openstackhelm/horizon:ocata-ubuntu_xenial +... diff --git a/horizon/values_overrides/opensuse_15.yaml b/horizon/values_overrides/opensuse_15.yaml index 32577d7ddd..9f8eec1abd 100644 --- a/horizon/values_overrides/opensuse_15.yaml +++ b/horizon/values_overrides/opensuse_15.yaml @@ -22,3 +22,4 @@ conf: Allow from all +... diff --git a/horizon/values_overrides/pike-ubuntu_xenial.yaml b/horizon/values_overrides/pike-ubuntu_xenial.yaml index 4dd01557ed..9d0d65ae15 100644 --- a/horizon/values_overrides/pike-ubuntu_xenial.yaml +++ b/horizon/values_overrides/pike-ubuntu_xenial.yaml @@ -5,3 +5,4 @@ images: db_drop: docker.io/openstackhelm/heat:pike-ubuntu_xenial horizon_db_sync: docker.io/openstackhelm/horizon:pike-ubuntu_xenial horizon: docker.io/openstackhelm/horizon:pike-ubuntu_xenial +... diff --git a/horizon/values_overrides/queens-ubuntu_xenial.yaml b/horizon/values_overrides/queens-ubuntu_xenial.yaml index 611c78a84e..52a5468c21 100644 --- a/horizon/values_overrides/queens-ubuntu_xenial.yaml +++ b/horizon/values_overrides/queens-ubuntu_xenial.yaml @@ -5,3 +5,4 @@ images: db_drop: docker.io/openstackhelm/heat:queens-ubuntu_xenial horizon_db_sync: docker.io/openstackhelm/horizon:queens-ubuntu_xenial horizon: docker.io/openstackhelm/horizon:queens-ubuntu_xenial +... diff --git a/horizon/values_overrides/rocky-opensuse_15.yaml b/horizon/values_overrides/rocky-opensuse_15.yaml index 850cb6564f..9d59dcb4d8 100644 --- a/horizon/values_overrides/rocky-opensuse_15.yaml +++ b/horizon/values_overrides/rocky-opensuse_15.yaml @@ -5,3 +5,4 @@ images: db_drop: docker.io/openstackhelm/heat:rocky-opensuse_15 horizon_db_sync: docker.io/openstackhelm/horizon:rocky-opensuse_15 horizon: docker.io/openstackhelm/horizon:rocky-opensuse_15 +... diff --git a/horizon/values_overrides/rocky-ubuntu_bionic.yaml b/horizon/values_overrides/rocky-ubuntu_bionic.yaml index 369b3ce363..86fd7291f2 100644 --- a/horizon/values_overrides/rocky-ubuntu_bionic.yaml +++ b/horizon/values_overrides/rocky-ubuntu_bionic.yaml @@ -5,3 +5,4 @@ images: db_drop: docker.io/openstackhelm/heat:rocky-ubuntu_bionic horizon_db_sync: docker.io/openstackhelm/horizon:rocky-ubuntu_bionic horizon: docker.io/openstackhelm/horizon:rocky-ubuntu_bionic +... diff --git a/horizon/values_overrides/rocky-ubuntu_xenial.yaml b/horizon/values_overrides/rocky-ubuntu_xenial.yaml index e2c4e42215..03e25bc714 100644 --- a/horizon/values_overrides/rocky-ubuntu_xenial.yaml +++ b/horizon/values_overrides/rocky-ubuntu_xenial.yaml @@ -5,3 +5,4 @@ images: db_drop: docker.io/openstackhelm/heat:rocky-ubuntu_xenial horizon_db_sync: docker.io/openstackhelm/horizon:rocky-ubuntu_xenial horizon: docker.io/openstackhelm/horizon:rocky-ubuntu_xenial +... diff --git a/horizon/values_overrides/stein-ubuntu_bionic.yaml b/horizon/values_overrides/stein-ubuntu_bionic.yaml index 4f86c1021c..b83c2ea179 100644 --- a/horizon/values_overrides/stein-ubuntu_bionic.yaml +++ b/horizon/values_overrides/stein-ubuntu_bionic.yaml @@ -5,3 +5,4 @@ images: db_drop: docker.io/openstackhelm/heat:stein-ubuntu_bionic horizon_db_sync: docker.io/openstackhelm/horizon:stein-ubuntu_bionic horizon: docker.io/openstackhelm/horizon:stein-ubuntu_bionic +... diff --git a/horizon/values_overrides/train-ubuntu_bionic.yaml b/horizon/values_overrides/train-ubuntu_bionic.yaml index 2b3fe442c4..c8e9325700 100644 --- a/horizon/values_overrides/train-ubuntu_bionic.yaml +++ b/horizon/values_overrides/train-ubuntu_bionic.yaml @@ -5,3 +5,4 @@ images: db_drop: docker.io/openstackhelm/heat:train-ubuntu_bionic horizon_db_sync: docker.io/openstackhelm/horizon:train-ubuntu_bionic horizon: docker.io/openstackhelm/horizon:train-ubuntu_bionic +... diff --git a/ironic/values.yaml b/ironic/values.yaml index 6ac611dfeb..fc224cba37 100644 --- a/ironic/values.yaml +++ b/ironic/values.yaml @@ -15,6 +15,7 @@ # Declare name/value pairs to be passed into your templates. # name: value +--- release_group: null labels: @@ -703,3 +704,4 @@ manifests: service_api: true service_ingress_api: true statefulset_conductor: true +... diff --git a/keystone/values.yaml b/keystone/values.yaml index f00ebf2eb5..4ed00ffc30 100644 --- a/keystone/values.yaml +++ b/keystone/values.yaml @@ -15,6 +15,7 @@ # Declare name/value pairs to be passed into your templates. # name: value +--- labels: api: node_selector_key: openstack-control-plane @@ -481,8 +482,8 @@ conf: DEFAULT: log_config_append: /etc/keystone/logging.conf max_token_size: 255 - #NOTE(rk760n): if you need auth notifications to be sent, uncomment it - #notification_opt_out: "" + # NOTE(rk760n): if you need auth notifications to be sent, uncomment it + # notification_opt_out: "" token: provider: fernet # 12 hours @@ -735,15 +736,15 @@ conf: identity:delete_domain_config: rule:admin_required identity:get_domain_config_default: rule:admin_required rabbitmq: - #NOTE(rk760n): adding rmq policy to mirror messages from notification queues and set expiration time for the ones + # NOTE(rk760n): adding rmq policy to mirror messages from notification queues and set expiration time for the ones policies: - vhost: "keystone" name: "ha_ttl_keystone" definition: - #mirror messges to other nodes in rmq cluster + # mirror messges to other nodes in rmq cluster ha-mode: "all" ha-sync-mode: "automatic" - #70s + # 70s message-ttl: 70000 priority: 0 apply-to: all @@ -1261,3 +1262,4 @@ manifests: secret_rabbitmq: true service_ingress_api: true service_api: true +... diff --git a/keystone/values_overrides/apparmor.yaml b/keystone/values_overrides/apparmor.yaml index 03c4cdf404..a46c255f83 100644 --- a/keystone/values_overrides/apparmor.yaml +++ b/keystone/values_overrides/apparmor.yaml @@ -1,3 +1,4 @@ +--- pod: mandatory_access_control: type: apparmor @@ -12,3 +13,4 @@ pod: keystone-domain-manage: keystone-domain-manage: runtime/default keystone-domain-manage-init: runtime/default +... diff --git a/keystone/values_overrides/ldap.yaml b/keystone/values_overrides/ldap.yaml index 8aea5f0881..d30ee5307b 100644 --- a/keystone/values_overrides/ldap.yaml +++ b/keystone/values_overrides/ldap.yaml @@ -10,6 +10,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +--- conf: keystone: identity: @@ -54,3 +55,4 @@ conf: use_auth_pool: true auth_pool_size: 100 auth_pool_connection_lifetime: 60 +... diff --git a/keystone/values_overrides/netpol.yaml b/keystone/values_overrides/netpol.yaml index 12091706d9..db373fbcd4 100644 --- a/keystone/values_overrides/netpol.yaml +++ b/keystone/values_overrides/netpol.yaml @@ -1,3 +1,4 @@ +--- manifests: network_policy: true network_policy: @@ -70,3 +71,4 @@ network_policy: ports: - protocol: TCP port: %%%REPLACE_API_PORT%%% +... diff --git a/keystone/values_overrides/ocata-ubuntu_xenial.yaml b/keystone/values_overrides/ocata-ubuntu_xenial.yaml index 84eb818ed3..029b362e2a 100644 --- a/keystone/values_overrides/ocata-ubuntu_xenial.yaml +++ b/keystone/values_overrides/ocata-ubuntu_xenial.yaml @@ -13,3 +13,4 @@ images: keystone_fernet_rotate: "docker.io/openstackhelm/keystone:ocata-ubuntu_xenial" keystone_fernet_setup: "docker.io/openstackhelm/keystone:ocata-ubuntu_xenial" ks_user: "docker.io/openstackhelm/heat:ocata-ubuntu_xenial" +... diff --git a/keystone/values_overrides/opensuse_15.yaml b/keystone/values_overrides/opensuse_15.yaml index e6222b831c..f2f708d838 100644 --- a/keystone/values_overrides/opensuse_15.yaml +++ b/keystone/values_overrides/opensuse_15.yaml @@ -28,3 +28,4 @@ pod: container: keystone_api: readOnlyRootFilesystem: false +... diff --git a/keystone/values_overrides/pike-ubuntu_xenial.yaml b/keystone/values_overrides/pike-ubuntu_xenial.yaml index f5b9fd1ca7..ed5a8a2544 100644 --- a/keystone/values_overrides/pike-ubuntu_xenial.yaml +++ b/keystone/values_overrides/pike-ubuntu_xenial.yaml @@ -13,3 +13,4 @@ images: keystone_fernet_rotate: "docker.io/openstackhelm/keystone:pike-ubuntu_xenial" keystone_fernet_setup: "docker.io/openstackhelm/keystone:pike-ubuntu_xenial" ks_user: "docker.io/openstackhelm/heat:pike-ubuntu_xenial" +... diff --git a/keystone/values_overrides/queens-ubuntu_xenial.yaml b/keystone/values_overrides/queens-ubuntu_xenial.yaml index 35f8a6688c..a73ef945d3 100644 --- a/keystone/values_overrides/queens-ubuntu_xenial.yaml +++ b/keystone/values_overrides/queens-ubuntu_xenial.yaml @@ -13,3 +13,4 @@ images: keystone_fernet_rotate: "docker.io/openstackhelm/keystone:queens-ubuntu_xenial" keystone_fernet_setup: "docker.io/openstackhelm/keystone:queens-ubuntu_xenial" ks_user: "docker.io/openstackhelm/heat:queens-ubuntu_xenial" +... diff --git a/keystone/values_overrides/rocky-opensuse_15.yaml b/keystone/values_overrides/rocky-opensuse_15.yaml index 4d1288ee4c..cc7bd0ff84 100644 --- a/keystone/values_overrides/rocky-opensuse_15.yaml +++ b/keystone/values_overrides/rocky-opensuse_15.yaml @@ -13,4 +13,4 @@ images: keystone_fernet_rotate: "docker.io/openstackhelm/keystone:rocky-opensuse_15" keystone_fernet_setup: "docker.io/openstackhelm/keystone:rocky-opensuse_15" ks_user: "docker.io/openstackhelm/heat:rocky-opensuse_15" - +... diff --git a/keystone/values_overrides/rocky-ubuntu_bionic.yaml b/keystone/values_overrides/rocky-ubuntu_bionic.yaml index b2893a2512..93d0a84068 100644 --- a/keystone/values_overrides/rocky-ubuntu_bionic.yaml +++ b/keystone/values_overrides/rocky-ubuntu_bionic.yaml @@ -13,3 +13,4 @@ images: keystone_fernet_rotate: "docker.io/openstackhelm/keystone:rocky-ubuntu_bionic" keystone_fernet_setup: "docker.io/openstackhelm/keystone:rocky-ubuntu_bionic" ks_user: "docker.io/openstackhelm/heat:rocky-ubuntu_bionic" +... diff --git a/keystone/values_overrides/rocky-ubuntu_xenial.yaml b/keystone/values_overrides/rocky-ubuntu_xenial.yaml index 40e0413562..49f1cb0902 100644 --- a/keystone/values_overrides/rocky-ubuntu_xenial.yaml +++ b/keystone/values_overrides/rocky-ubuntu_xenial.yaml @@ -13,3 +13,4 @@ images: keystone_fernet_rotate: "docker.io/openstackhelm/keystone:rocky-ubuntu_xenial" keystone_fernet_setup: "docker.io/openstackhelm/keystone:rocky-ubuntu_xenial" ks_user: "docker.io/openstackhelm/heat:rocky-ubuntu_xenial" +... diff --git a/keystone/values_overrides/train-ubuntu_bionic.yaml b/keystone/values_overrides/train-ubuntu_bionic.yaml index e5528f559f..e3c6413cdd 100644 --- a/keystone/values_overrides/train-ubuntu_bionic.yaml +++ b/keystone/values_overrides/train-ubuntu_bionic.yaml @@ -13,3 +13,4 @@ images: keystone_fernet_rotate: "docker.io/openstackhelm/keystone:train-ubuntu_bionic" keystone_fernet_setup: "docker.io/openstackhelm/keystone:train-ubuntu_bionic" ks_user: "docker.io/openstackhelm/heat:train-ubuntu_bionic" +... diff --git a/magnum/values.yaml b/magnum/values.yaml index a8cb436a38..30799851f7 100644 --- a/magnum/values.yaml +++ b/magnum/values.yaml @@ -15,6 +15,7 @@ # Declare name/value pairs to be passed into your templates. # name: value +--- release_group: null labels: @@ -647,3 +648,4 @@ manifests: service_api: true service_ingress_api: true statefulset_conductor: true +... diff --git a/mistral/values.yaml b/mistral/values.yaml index 8a4bb832e6..92586d8633 100644 --- a/mistral/values.yaml +++ b/mistral/values.yaml @@ -15,6 +15,7 @@ # Declare name/value pairs to be passed into your templates. # name: value +--- labels: api: node_selector_key: openstack-control-plane @@ -728,3 +729,4 @@ manifests: service_api: true statefulset_engine: true statefulset_event_engine: true +... diff --git a/neutron/values.yaml b/neutron/values.yaml index f443fa5fd4..f10e187868 100644 --- a/neutron/values.yaml +++ b/neutron/values.yaml @@ -15,6 +15,7 @@ # Declare name/value pairs to be passed into your templates. # name: value +--- release_group: null images: @@ -105,10 +106,10 @@ network: # debugging. This feature requires mount propagation support. share_namespaces: true interface: - # Tunnel interface will be used for VXLAN tunneling. + # Tunnel interface will be used for VXLAN tunneling. tunnel: null - # If tunnel is null there is a fallback mechanism to search - # for interface with routing using tunnel network cidr. + # If tunnel is null there is a fallback mechanism to search + # for interface with routing using tunnel network cidr. tunnel_network_cidr: "0/0" # To perform setup of network interfaces using the SR-IOV init # container you can use a section similar to: @@ -1805,7 +1806,7 @@ conf: neutron: DEFAULT: log_config_append: /etc/neutron/logging.conf - #NOTE(portdirect): the bind port should not be defined, and is manipulated + # NOTE(portdirect): the bind port should not be defined, and is manipulated # via the endpoints section. bind_port: null default_availability_zones: nova @@ -1824,7 +1825,7 @@ conf: l3_ha_network_type: vxlan network_auto_schedule: True router_auto_schedule: True - #(NOTE)portdirect: if unset this is populated dynamically from the value in + # (NOTE)portdirect: if unset this is populated dynamically from the value in # 'network.backend' to sane defaults. interface_driver: null oslo_concurrency: @@ -1926,7 +1927,7 @@ conf: ml2_conf: ml2: extension_drivers: port_security - #(NOTE)portdirect: if unset this is populated dyanmicly from the value + # (NOTE)portdirect: if unset this is populated dyanmicly from the value # in 'network.backend' to sane defaults. mechanism_drivers: null type_drivers: flat,vlan,vxlan @@ -1979,14 +1980,14 @@ conf: exclude_devices: "" dhcp_agent: DEFAULT: - #(NOTE)portdirect: if unset this is populated dyanmicly from the value in + # (NOTE)portdirect: if unset this is populated dyanmicly from the value in # 'network.backend' to sane defaults. interface_driver: null dnsmasq_config_file: /etc/neutron/dnsmasq.conf force_metadata: True l3_agent: DEFAULT: - #(NOTE)portdirect: if unset this is populated dyanmicly from the value in + # (NOTE)portdirect: if unset this is populated dyanmicly from the value in # 'network.backend' to sane defaults. interface_driver: null agent_mode: legacy @@ -2003,15 +2004,15 @@ conf: bagpipe_bgp: {} rabbitmq: - #NOTE(rk760n): adding rmq policy to mirror messages from notification queues and set expiration time for the ones + # NOTE(rk760n): adding rmq policy to mirror messages from notification queues and set expiration time for the ones policies: - vhost: "neutron" name: "ha_ttl_neutron" definition: - #mirror messges to other nodes in rmq cluster + # mirror messges to other nodes in rmq cluster ha-mode: "all" ha-sync-mode: "automatic" - #70s + # 70s message-ttl: 70000 priority: 0 apply-to: all @@ -2443,3 +2444,4 @@ manifests: secret_rabbitmq: true service_ingress_server: true service_server: true +... diff --git a/neutron/values_overrides/apparmor.yaml b/neutron/values_overrides/apparmor.yaml index 7e8774d9e4..cb47431724 100644 --- a/neutron/values_overrides/apparmor.yaml +++ b/neutron/values_overrides/apparmor.yaml @@ -1,3 +1,4 @@ +--- pod: mandatory_access_control: type: apparmor @@ -29,4 +30,5 @@ pod: init: runtime/default neutron-server: neutron-server: runtime/default - init: runtime/default \ No newline at end of file + init: runtime/default +... diff --git a/neutron/values_overrides/dpdk-bond.yaml b/neutron/values_overrides/dpdk-bond.yaml index c188783fe6..bd375d3f25 100644 --- a/neutron/values_overrides/dpdk-bond.yaml +++ b/neutron/values_overrides/dpdk-bond.yaml @@ -1,3 +1,4 @@ +--- network: interface: tunnel: br-phy-bond0 @@ -28,3 +29,4 @@ conf: pci_id: '0000:00:06.0' bridges: - name: br-phy-bond0 +... diff --git a/neutron/values_overrides/dpdk.yaml b/neutron/values_overrides/dpdk.yaml index fec6b6860d..a946524435 100644 --- a/neutron/values_overrides/dpdk.yaml +++ b/neutron/values_overrides/dpdk.yaml @@ -1,3 +1,4 @@ +--- network: interface: tunnel: br-phy @@ -22,3 +23,4 @@ conf: bridges: - name: br-phy bonds: [] +... diff --git a/neutron/values_overrides/gate.yaml b/neutron/values_overrides/gate.yaml index 5f812791af..b6af2fa75e 100644 --- a/neutron/values_overrides/gate.yaml +++ b/neutron/values_overrides/gate.yaml @@ -1,3 +1,4 @@ +--- network: interface: tunnel: docker0 @@ -20,3 +21,4 @@ conf: linuxbridge_agent: linux_bridge: bridge_mappings: public:br-ex +... diff --git a/neutron/values_overrides/netpol.yaml b/neutron/values_overrides/netpol.yaml index 237f0d813b..82f35829ce 100644 --- a/neutron/values_overrides/netpol.yaml +++ b/neutron/values_overrides/netpol.yaml @@ -1,3 +1,4 @@ +--- manifests: network_policy: true network_policy: @@ -9,3 +10,4 @@ network_policy: ports: - protocol: TCP port: %%%REPLACE_API_PORT%%% +... diff --git a/neutron/values_overrides/ocata-ubuntu_xenial.yaml b/neutron/values_overrides/ocata-ubuntu_xenial.yaml index db77959d70..635ac90a76 100644 --- a/neutron/values_overrides/ocata-ubuntu_xenial.yaml +++ b/neutron/values_overrides/ocata-ubuntu_xenial.yaml @@ -17,3 +17,4 @@ images: neutron_server: "docker.io/openstackhelm/neutron:ocata-ubuntu_xenial" neutron_sriov_agent: docker.io/openstackhelm/neutron:ocata-18.04-sriov neutron_sriov_agent_init: docker.io/openstackhelm/neutron:ocata-18.04-sriov +... diff --git a/neutron/values_overrides/ocata.yaml b/neutron/values_overrides/ocata.yaml index 49bc361382..1fe0098e99 100644 --- a/neutron/values_overrides/ocata.yaml +++ b/neutron/values_overrides/ocata.yaml @@ -1,3 +1,4 @@ +--- conf: # api-paste entrypoint neutron.api.versions:Versions.factory was deprecated in Queens # See https://docs.openstack.org/releasenotes/neutron/queens.html @@ -5,3 +6,4 @@ conf: paste: app:neutronversions: paste.app_factory: neutron.api.versions:Versions.factory +... diff --git a/neutron/values_overrides/pike-ubuntu_xenial.yaml b/neutron/values_overrides/pike-ubuntu_xenial.yaml index 5c520e9a94..5993caf381 100644 --- a/neutron/values_overrides/pike-ubuntu_xenial.yaml +++ b/neutron/values_overrides/pike-ubuntu_xenial.yaml @@ -17,3 +17,4 @@ images: neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:pike-ubuntu_xenial" neutron_server: "docker.io/openstackhelm/neutron:pike-ubuntu_xenial" neutron_bagpipe_bgp: "docker.io/openstackhelm/neutron:pike-ubuntu_xenial" +... diff --git a/neutron/values_overrides/pike.yaml b/neutron/values_overrides/pike.yaml index 49bc361382..1fe0098e99 100644 --- a/neutron/values_overrides/pike.yaml +++ b/neutron/values_overrides/pike.yaml @@ -1,3 +1,4 @@ +--- conf: # api-paste entrypoint neutron.api.versions:Versions.factory was deprecated in Queens # See https://docs.openstack.org/releasenotes/neutron/queens.html @@ -5,3 +6,4 @@ conf: paste: app:neutronversions: paste.app_factory: neutron.api.versions:Versions.factory +... diff --git a/neutron/values_overrides/queens-ubuntu_xenial.yaml b/neutron/values_overrides/queens-ubuntu_xenial.yaml index d43df926c9..d0136688bb 100644 --- a/neutron/values_overrides/queens-ubuntu_xenial.yaml +++ b/neutron/values_overrides/queens-ubuntu_xenial.yaml @@ -17,3 +17,4 @@ images: neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:queens-ubuntu_xenial" neutron_server: "docker.io/openstackhelm/neutron:queens-ubuntu_xenial" neutron_bagpipe_bgp: "docker.io/openstackhelm/neutron:queens-ubuntu_xenial" +... diff --git a/neutron/values_overrides/rocky-opensuse_15.yaml b/neutron/values_overrides/rocky-opensuse_15.yaml index c1f245491e..32582e6fa7 100644 --- a/neutron/values_overrides/rocky-opensuse_15.yaml +++ b/neutron/values_overrides/rocky-opensuse_15.yaml @@ -17,3 +17,4 @@ images: neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:rocky-opensuse_15" neutron_server: "docker.io/openstackhelm/neutron:rocky-opensuse_15" neutron_bagpipe_bgp: "docker.io/openstackhelm/neutron:rocky-opensuse_15" +... diff --git a/neutron/values_overrides/rocky-ubuntu_bionic.yaml b/neutron/values_overrides/rocky-ubuntu_bionic.yaml index 0f07a19c4f..858b298334 100644 --- a/neutron/values_overrides/rocky-ubuntu_bionic.yaml +++ b/neutron/values_overrides/rocky-ubuntu_bionic.yaml @@ -17,3 +17,4 @@ images: neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:rocky-ubuntu_bionic" neutron_server: "docker.io/openstackhelm/neutron:rocky-ubuntu_bionic" neutron_bagpipe_bgp: "docker.io/openstackhelm/neutron:rocky-ubuntu_bionic" +... diff --git a/neutron/values_overrides/rocky-ubuntu_xenial.yaml b/neutron/values_overrides/rocky-ubuntu_xenial.yaml index 396055d7f9..e0caedcedf 100644 --- a/neutron/values_overrides/rocky-ubuntu_xenial.yaml +++ b/neutron/values_overrides/rocky-ubuntu_xenial.yaml @@ -17,3 +17,4 @@ images: neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:rocky-ubuntu_xenial" neutron_server: "docker.io/openstackhelm/neutron:rocky-ubuntu_xenial" neutron_bagpipe_bgp: "docker.io/openstackhelm/neutron:rocky-ubuntu_xenial" +... diff --git a/neutron/values_overrides/shared-sriov-ovs-dpdk-bond.yaml b/neutron/values_overrides/shared-sriov-ovs-dpdk-bond.yaml index 0754553f26..8fe729ca57 100644 --- a/neutron/values_overrides/shared-sriov-ovs-dpdk-bond.yaml +++ b/neutron/values_overrides/shared-sriov-ovs-dpdk-bond.yaml @@ -1,3 +1,4 @@ +--- network: interface: sriov: @@ -9,8 +10,8 @@ network: promisc: false tunnel: br-phy-bond0 backend: - - openvswitch - - sriov + - openvswitch + - sriov conf: auto_bridge_add: br-ex: null @@ -92,3 +93,4 @@ dependencies: labels: application: neutron component: neutron-sriov-agent +... diff --git a/neutron/values_overrides/train-ubuntu_bionic.yaml b/neutron/values_overrides/train-ubuntu_bionic.yaml index 28e728f17b..001fb20389 100644 --- a/neutron/values_overrides/train-ubuntu_bionic.yaml +++ b/neutron/values_overrides/train-ubuntu_bionic.yaml @@ -16,3 +16,4 @@ images: neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:train-ubuntu_bionic" neutron_server: "docker.io/openstackhelm/neutron:train-ubuntu_bionic" neutron_bagpipe_bgp: "docker.io/openstackhelm/neutron:train-ubuntu_bionic" +... diff --git a/nova/values.yaml b/nova/values.yaml index 69e48025ae..bacd2aa969 100644 --- a/nova/values.yaml +++ b/nova/values.yaml @@ -15,6 +15,7 @@ # Declare name/value pairs to be passed into your templates. # name: value +--- release_group: null labels: @@ -1819,15 +1820,15 @@ conf: format: "%(message)s" datefmt: "%Y-%m-%d %H:%M:%S" rabbitmq: - #NOTE(rk760n): adding rmq policy to mirror messages from notification queues and set expiration time for the ones + # NOTE(rk760n): adding rmq policy to mirror messages from notification queues and set expiration time for the ones policies: - vhost: "nova" name: "ha_ttl_nova" definition: - #mirror messges to other nodes in rmq cluster + # mirror messges to other nodes in rmq cluster ha-mode: "all" ha-sync-mode: "automatic" - #70s + # 70s message-ttl: 70000 priority: 0 apply-to: all @@ -2638,3 +2639,4 @@ manifests: service_spiceproxy: true service_osapi: true statefulset_compute_ironic: false +... diff --git a/nova/values_overrides/apparmor.yaml b/nova/values_overrides/apparmor.yaml index 122a15ca84..220f24b078 100644 --- a/nova/values_overrides/apparmor.yaml +++ b/nova/values_overrides/apparmor.yaml @@ -1,3 +1,4 @@ +--- pod: mandatory_access_control: type: apparmor @@ -33,4 +34,5 @@ pod: nova-cell-setup: nova-cell-setup: runtime/default nova-cell-setup-init: runtime/default - init: runtime/default \ No newline at end of file + init: runtime/default +... diff --git a/nova/values_overrides/netpol.yaml b/nova/values_overrides/netpol.yaml index 9cf548ef36..f54de710b1 100644 --- a/nova/values_overrides/netpol.yaml +++ b/nova/values_overrides/netpol.yaml @@ -1,3 +1,4 @@ +--- manifests: network_policy: true network_policy: @@ -16,3 +17,4 @@ network_policy: placement: egress: - {} +... diff --git a/nova/values_overrides/ocata-ubuntu_xenial.yaml b/nova/values_overrides/ocata-ubuntu_xenial.yaml index 5e6daf5d71..859f6ce164 100644 --- a/nova/values_overrides/ocata-ubuntu_xenial.yaml +++ b/nova/values_overrides/ocata-ubuntu_xenial.yaml @@ -22,3 +22,4 @@ images: nova_spiceproxy: "docker.io/openstackhelm/nova:ocata-ubuntu_xenial" nova_spiceproxy_assets: "docker.io/openstackhelm/nova:ocata-ubuntu_xenial" nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial" +... diff --git a/nova/values_overrides/opensuse_15.yaml b/nova/values_overrides/opensuse_15.yaml index fbb9b7ec18..317024d97f 100644 --- a/nova/values_overrides/opensuse_15.yaml +++ b/nova/values_overrides/opensuse_15.yaml @@ -23,3 +23,4 @@ conf: nova: DEFAULT: mkisofs_cmd: mkisofs +... diff --git a/nova/values_overrides/pike-ubuntu_xenial.yaml b/nova/values_overrides/pike-ubuntu_xenial.yaml index 3d631f4e57..0cd4991a66 100644 --- a/nova/values_overrides/pike-ubuntu_xenial.yaml +++ b/nova/values_overrides/pike-ubuntu_xenial.yaml @@ -20,7 +20,8 @@ images: nova_novncproxy_assets: "docker.io/openstackhelm/nova:pike-ubuntu_xenial" nova_placement: "docker.io/openstackhelm/nova:pike-ubuntu_xenial" nova_scheduler: "docker.io/openstackhelm/nova:pike-ubuntu_xenial" - #nova_service_cleaner: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial' + # nova_service_cleaner: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial' nova_spiceproxy: "docker.io/openstackhelm/nova:pike-ubuntu_xenial" nova_spiceproxy_assets: "docker.io/openstackhelm/nova:pike-ubuntu_xenial" nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial" +... diff --git a/nova/values_overrides/queens-ubuntu_xenial.yaml b/nova/values_overrides/queens-ubuntu_xenial.yaml index 4d485fea42..65cc753e50 100644 --- a/nova/values_overrides/queens-ubuntu_xenial.yaml +++ b/nova/values_overrides/queens-ubuntu_xenial.yaml @@ -20,7 +20,8 @@ images: nova_novncproxy_assets: "docker.io/openstackhelm/nova:queens-ubuntu_xenial" nova_placement: "docker.io/openstackhelm/nova:queens-ubuntu_xenial" nova_scheduler: "docker.io/openstackhelm/nova:queens-ubuntu_xenial" - #nova_service_cleaner: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial' + # nova_service_cleaner: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial' nova_spiceproxy: "docker.io/openstackhelm/nova:queens-ubuntu_xenial" nova_spiceproxy_assets: "docker.io/openstackhelm/nova:queens-ubuntu_xenial" nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial" +... diff --git a/nova/values_overrides/rocky-opensuse_15.yaml b/nova/values_overrides/rocky-opensuse_15.yaml index 0182ace112..c9f04d96de 100644 --- a/nova/values_overrides/rocky-opensuse_15.yaml +++ b/nova/values_overrides/rocky-opensuse_15.yaml @@ -20,8 +20,9 @@ images: nova_novncproxy_assets: "docker.io/openstackhelm/nova:rocky-opensuse_15" nova_placement: "docker.io/openstackhelm/nova:rocky-opensuse_15" nova_scheduler: "docker.io/openstackhelm/nova:rocky-opensuse_15" - #nova_service_cleaner: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial' + # nova_service_cleaner: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial' nova_spiceproxy: "docker.io/openstackhelm/nova:rocky-opensuse_15" nova_spiceproxy_assets: "docker.io/openstackhelm/nova:rocky-opensuse_15" nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-opensuse_15" +... diff --git a/nova/values_overrides/rocky-ubuntu_bionic.yaml b/nova/values_overrides/rocky-ubuntu_bionic.yaml index d5fb998895..505b0dfbbd 100644 --- a/nova/values_overrides/rocky-ubuntu_bionic.yaml +++ b/nova/values_overrides/rocky-ubuntu_bionic.yaml @@ -20,7 +20,8 @@ images: nova_novncproxy_assets: "docker.io/openstackhelm/nova:rocky-ubuntu_bionic" nova_placement: "docker.io/openstackhelm/nova:rocky-ubuntu_bionic" nova_scheduler: "docker.io/openstackhelm/nova:rocky-ubuntu_bionic" - #nova_service_cleaner: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial' + # nova_service_cleaner: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial' nova_spiceproxy: "docker.io/openstackhelm/nova:rocky-ubuntu_bionic" nova_spiceproxy_assets: "docker.io/openstackhelm/nova:rocky-ubuntu_bionic" nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial" +... diff --git a/nova/values_overrides/rocky-ubuntu_xenial.yaml b/nova/values_overrides/rocky-ubuntu_xenial.yaml index 6cdeb81f36..3b5c18e1fa 100644 --- a/nova/values_overrides/rocky-ubuntu_xenial.yaml +++ b/nova/values_overrides/rocky-ubuntu_xenial.yaml @@ -20,7 +20,8 @@ images: nova_novncproxy_assets: "docker.io/openstackhelm/nova:rocky-ubuntu_xenial" nova_placement: "docker.io/openstackhelm/nova:rocky-ubuntu_xenial" nova_scheduler: "docker.io/openstackhelm/nova:rocky-ubuntu_xenial" - #nova_service_cleaner: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial' + # nova_service_cleaner: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial' nova_spiceproxy: "docker.io/openstackhelm/nova:rocky-ubuntu_xenial" nova_spiceproxy_assets: "docker.io/openstackhelm/nova:rocky-ubuntu_xenial" nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial" +... diff --git a/nova/values_overrides/stein.yaml b/nova/values_overrides/stein.yaml index efc6d432e8..602155448a 100644 --- a/nova/values_overrides/stein.yaml +++ b/nova/values_overrides/stein.yaml @@ -1,3 +1,4 @@ +--- manifests: # NOTE(lamt): Placement code was extracted from nova post Stein. # A placement chart will need to be deployed to replace. @@ -12,3 +13,4 @@ manifests: secret_keystone_placement: false service_ingress_placement: false service_placement: false +... diff --git a/nova/values_overrides/train-disable-nova-placement.yaml b/nova/values_overrides/train-disable-nova-placement.yaml index 351650df7b..e4210067c4 100644 --- a/nova/values_overrides/train-disable-nova-placement.yaml +++ b/nova/values_overrides/train-disable-nova-placement.yaml @@ -13,3 +13,4 @@ manifests: secret_keystone_placement: false service_ingress_placement: false service_placement: false +... diff --git a/nova/values_overrides/train-ubuntu_bionic.yaml b/nova/values_overrides/train-ubuntu_bionic.yaml index d8a6d0943e..0207999ccd 100644 --- a/nova/values_overrides/train-ubuntu_bionic.yaml +++ b/nova/values_overrides/train-ubuntu_bionic.yaml @@ -21,3 +21,4 @@ images: nova_spiceproxy: "docker.io/openstackhelm/nova:train-ubuntu_bionic" nova_spiceproxy_assets: "docker.io/openstackhelm/nova:train-ubuntu_bionic" nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic" +... diff --git a/nova/values_overrides/train.yaml b/nova/values_overrides/train.yaml index 81669839a3..7d3ae3937c 100644 --- a/nova/values_overrides/train.yaml +++ b/nova/values_overrides/train.yaml @@ -1,3 +1,4 @@ +--- manifests: # NOTE(lamt): The nova-consoleauth service has been removed. It was # deprecated since the 18.0.0 (Rocky) release. @@ -16,3 +17,4 @@ manifests: secret_keystone_placement: false service_ingress_placement: false service_placement: false +... diff --git a/octavia/values.yaml b/octavia/values.yaml index e879792543..95e8060480 100644 --- a/octavia/values.yaml +++ b/octavia/values.yaml @@ -17,6 +17,7 @@ # Declare name/value pairs to be passed into your templates. # name: value +--- release_group: null labels: @@ -320,15 +321,15 @@ conf: formatter_default: format: "%(message)s" rabbitmq: - #NOTE(rk760n): adding rmq policy to mirror messages from notification queues and set expiration time for the ones + # NOTE(rk760n): adding rmq policy to mirror messages from notification queues and set expiration time for the ones policies: - vhost: "octavia" name: "ha_ttl_octavia" definition: - #mirror messges to other nodes in rmq cluster + # mirror messges to other nodes in rmq cluster ha-mode: "all" ha-sync-mode: "automatic" - #70s + # 70s message-ttl: 70000 priority: 0 apply-to: all @@ -679,3 +680,4 @@ manifests: secret_rabbitmq: true service_ingress_api: true service_api: true +... diff --git a/panko/values.yaml b/panko/values.yaml index 75dba8d62a..566b512dae 100644 --- a/panko/values.yaml +++ b/panko/values.yaml @@ -17,6 +17,7 @@ # Declare name/value pairs to be passed into your templates. # name: value +--- release_group: null labels: @@ -470,13 +471,13 @@ pod: panko_api: runAsUser: 0 affinity: - anti: - type: - default: preferredDuringSchedulingIgnoredDuringExecution - topologyKey: - default: kubernetes.io/hostname - weight: - default: 10 + anti: + type: + default: preferredDuringSchedulingIgnoredDuringExecution + topologyKey: + default: kubernetes.io/hostname + weight: + default: 10 mounts: panko_api: init_container: null @@ -622,3 +623,4 @@ manifests: service_api: true service_ingress_api: true +... diff --git a/placement/values.yaml b/placement/values.yaml index 83704c3b40..7367958e36 100644 --- a/placement/values.yaml +++ b/placement/values.yaml @@ -16,6 +16,7 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. +--- release_group: null labels: @@ -489,3 +490,4 @@ manifests: secret_keystone: true service_ingress: true service: true +... diff --git a/placement/values_overrides/netpol.yaml b/placement/values_overrides/netpol.yaml index 889f1217b6..84557be1f2 100644 --- a/placement/values_overrides/netpol.yaml +++ b/placement/values_overrides/netpol.yaml @@ -1,3 +1,4 @@ +--- manifests: network_policy: true network_policy: @@ -16,3 +17,4 @@ network_policy: port: 80 - protocol: TCP port: 8080 +... diff --git a/placement/values_overrides/train-ubuntu_bionic.yaml b/placement/values_overrides/train-ubuntu_bionic.yaml index 8b282e11a9..d721085b64 100644 --- a/placement/values_overrides/train-ubuntu_bionic.yaml +++ b/placement/values_overrides/train-ubuntu_bionic.yaml @@ -1,3 +1,4 @@ +--- images: pull_policy: IfNotPresent tags: @@ -19,3 +20,4 @@ dependencies: jobs: - placement-db-init - placement-db-migrate +... diff --git a/rally/values.yaml b/rally/values.yaml index 99c27469db..b3ba24dc4f 100644 --- a/rally/values.yaml +++ b/rally/values.yaml @@ -15,6 +15,7 @@ # Declare name/value pairs to be passed into your templates. # name: value +--- release_group: null labels: @@ -306,425 +307,425 @@ conf: connection: rally_tasks: heat_tests: - autoscaling_group: - heat_template_version: '2013-05-23' - outputs: - scaling_url: - value: - get_attr: - - scaling_policy - - alarm_url - parameters: - flavor: - constraints: - - custom_constraint: nova.flavor - default: m1.tiny - type: string - image: - constraints: - - custom_constraint: glance.image - default: cirros-0.3.4-x86_64-uec - type: string + autoscaling_group: + heat_template_version: '2013-05-23' + outputs: + scaling_url: + value: + get_attr: + - scaling_policy + - alarm_url + parameters: + flavor: + constraints: + - custom_constraint: nova.flavor + default: m1.tiny + type: string + image: + constraints: + - custom_constraint: glance.image + default: cirros-0.3.4-x86_64-uec + type: string + max_size: + constraints: + - range: + min: 1 + default: 5 + type: number + scaling_adjustment: + default: 1 + type: number + resources: + asg: + properties: + desired_capacity: 3 max_size: - constraints: - - range: - min: 1 - default: 5 - type: number - scaling_adjustment: - default: 1 - type: number - resources: - asg: - properties: - desired_capacity: 3 - max_size: - get_param: max_size - min_size: 1 - resource: - properties: - flavor: - get_param: flavor - image: - get_param: image - type: 'OS::Nova::Server' - type: 'OS::Heat::AutoScalingGroup' - scaling_policy: - properties: - adjustment_type: change_in_capacity - auto_scaling_group_id: - get_resource: asg - scaling_adjustment: - get_param: scaling_adjustment - type: 'OS::Heat::ScalingPolicy' - autoscaling_policy: - heat_template_version: '2013-05-23' - resources: - test_group: - properties: - desired_capacity: 0 - max_size: 0 - min_size: 0 - resource: - type: 'OS::Heat::RandomString' - type: 'OS::Heat::AutoScalingGroup' - test_policy: - properties: - adjustment_type: change_in_capacity - auto_scaling_group_id: - get_resource: test_group - scaling_adjustment: 1 - type: 'OS::Heat::ScalingPolicy' - default: - heat_template_version: '2014-10-16' - random_strings: - description: Test template for rally create-update-delete scenario - heat_template_version: '2014-10-16' - resources: - test_string_one: - properties: - length: 20 - type: 'OS::Heat::RandomString' - test_string_two: - properties: - length: 20 - type: 'OS::Heat::RandomString' - resource_group: - description: Test template for rally create-update-delete scenario - heat_template_version: '2014-10-16' - resources: - test_group: - properties: - count: 2 - resource_def: - properties: - length: 20 - type: 'OS::Heat::RandomString' - type: 'OS::Heat::ResourceGroup' - resource_group_server_with_volume: - description: | - Test template that creates a resource group with servers and volumes. - The template allows to create a lot of nested stacks with standard configuration: - nova instance, cinder volume attached to that instance - heat_template_version: '2014-10-16' - parameters: - instance_availability_zone: - default: nova - description: The Availability Zone to launch the instance. - type: string - instance_flavor: - default: m1.tiny - description: Type of the instance to be created. - type: string - instance_image: - default: cirros-0.3.4-x86_64-uec - type: string - instance_volume_size: - constraints: - - range: - max: 1024 - min: 1 - default: 1 - description: Size of volume to attach to instance - type: number - num_instances: - constraints: - - range: - min: 1 - description: number of instances that should be created in resource group - type: number - resources: - group_of_volumes: - properties: - count: - get_param: num_instances - resource_def: - properties: - availability_zone: - get_param: instance_availability_zone - flavor: - get_param: instance_flavor - image: - get_param: instance_image - volume_size: - get_param: instance_volume_size - type: templates/server-with-volume.yaml.template - type: 'OS::Heat::ResourceGroup' - resource_group_with_constraint: - description: Template for testing caching. - heat_template_version: '2013-05-23' - parameters: - count: - default: 40 - type: number - delay: - default: 0.1 - type: number - resources: - rg: - properties: - count: - get_param: count - resource_def: - properties: - constraint_prop_secs: - get_param: delay - type: 'OS::Heat::TestResource' - type: 'OS::Heat::ResourceGroup' - resource_group_with_outputs: - heat_template_version: '2013-05-23' - outputs: - val1: - value: - get_attr: - - rg - - resource.0.output - val10: - value: - get_attr: - - rg - - resource.9.output - val2: - value: - get_attr: - - rg - - resource.1.output - val3: - value: - get_attr: - - rg - - resource.2.output - val4: - value: - get_attr: - - rg - - resource.3.output - val5: - value: - get_attr: - - rg - - resource.4.output - val6: - value: - get_attr: - - rg - - resource.5.output - val7: - value: - get_attr: - - rg - - resource.6.output - val8: - value: - get_attr: - - rg - - resource.7.output - val9: - value: - get_attr: - - rg - - resource.8.output - parameters: - attr_wait_secs: - default: 0.5 - type: number - resources: - rg: - properties: - count: 10 - resource_def: - properties: - attr_wait_secs: - get_param: attr_wait_secs - type: 'OS::Heat::TestResource' - type: 'OS::Heat::ResourceGroup' - server_with_ports: - heat_template_version: '2013-05-23' - parameters: - cidr: - default: 11.11.11.0/24 - type: string - flavor: - default: m1.tiny - type: string - image: - default: cirros-0.3.4-x86_64-uec - type: string - public_net: - default: public - type: string - resources: - port_security_group: - properties: - description: | - Default security group assigned to port. The neutron default group - is not used because neutron creates several groups with the same name=default - and nova cannot chooses which one should it use. - name: default_port_security_group - type: 'OS::Neutron::SecurityGroup' - private_net: - type: 'OS::Neutron::Net' - private_subnet: - properties: - cidr: - get_param: cidr - network: - get_resource: private_net - type: 'OS::Neutron::Subnet' - router: - properties: - external_gateway_info: - network: - get_param: public_net - type: 'OS::Neutron::Router' - router_interface: - properties: - router_id: - get_resource: router - subnet_id: - get_resource: private_subnet - type: 'OS::Neutron::RouterInterface' - server: + get_param: max_size + min_size: 1 + resource: properties: flavor: get_param: flavor image: get_param: image - networks: - - port: - get_resource: server_port type: 'OS::Nova::Server' - server_port: + type: 'OS::Heat::AutoScalingGroup' + scaling_policy: + properties: + adjustment_type: change_in_capacity + auto_scaling_group_id: + get_resource: asg + scaling_adjustment: + get_param: scaling_adjustment + type: 'OS::Heat::ScalingPolicy' + autoscaling_policy: + heat_template_version: '2013-05-23' + resources: + test_group: + properties: + desired_capacity: 0 + max_size: 0 + min_size: 0 + resource: + type: 'OS::Heat::RandomString' + type: 'OS::Heat::AutoScalingGroup' + test_policy: + properties: + adjustment_type: change_in_capacity + auto_scaling_group_id: + get_resource: test_group + scaling_adjustment: 1 + type: 'OS::Heat::ScalingPolicy' + default: + heat_template_version: '2014-10-16' + random_strings: + description: Test template for rally create-update-delete scenario + heat_template_version: '2014-10-16' + resources: + test_string_one: + properties: + length: 20 + type: 'OS::Heat::RandomString' + test_string_two: + properties: + length: 20 + type: 'OS::Heat::RandomString' + resource_group: + description: Test template for rally create-update-delete scenario + heat_template_version: '2014-10-16' + resources: + test_group: + properties: + count: 2 + resource_def: properties: - fixed_ips: - - subnet: - get_resource: private_subnet - network: - get_resource: private_net - security_groups: - - get_resource: port_security_group - type: 'OS::Neutron::Port' - server_with_volume: - heat_template_version: '2013-05-23' - parameters: - availability_zone: - default: nova - description: The Availability Zone to launch the instance. - type: string - flavor: - default: m1.tiny - type: string - image: - default: cirros-0.3.4-x86_64-uec - type: string - volume_size: - constraints: - - description: must be between 1 and 1024 Gb. - range: - max: 1024 - min: 1 - default: 1 - description: Size of the volume to be created. - type: number - resources: - cinder_volume: + length: 20 + type: 'OS::Heat::RandomString' + type: 'OS::Heat::ResourceGroup' + resource_group_server_with_volume: + description: | + Test template that creates a resource group with servers and volumes. + The template allows to create a lot of nested stacks with standard configuration: + nova instance, cinder volume attached to that instance + heat_template_version: '2014-10-16' + parameters: + instance_availability_zone: + default: nova + description: The Availability Zone to launch the instance. + type: string + instance_flavor: + default: m1.tiny + description: Type of the instance to be created. + type: string + instance_image: + default: cirros-0.3.4-x86_64-uec + type: string + instance_volume_size: + constraints: + - range: + max: 1024 + min: 1 + default: 1 + description: Size of volume to attach to instance + type: number + num_instances: + constraints: + - range: + min: 1 + description: number of instances that should be created in resource group + type: number + resources: + group_of_volumes: + properties: + count: + get_param: num_instances + resource_def: properties: availability_zone: - get_param: availability_zone - size: - get_param: volume_size - type: 'OS::Cinder::Volume' - server: - properties: + get_param: instance_availability_zone flavor: - get_param: flavor + get_param: instance_flavor image: - get_param: image - type: 'OS::Nova::Server' - volume_attachment: + get_param: instance_image + volume_size: + get_param: instance_volume_size + type: templates/server-with-volume.yaml.template + type: 'OS::Heat::ResourceGroup' + resource_group_with_constraint: + description: Template for testing caching. + heat_template_version: '2013-05-23' + parameters: + count: + default: 40 + type: number + delay: + default: 0.1 + type: number + resources: + rg: + properties: + count: + get_param: count + resource_def: properties: - instance_uuid: - get_resource: server - mountpoint: /dev/vdc - volume_id: - get_resource: cinder_volume - type: 'OS::Cinder::VolumeAttachment' - updated_random_strings_add: - description: | - Test template for create-update-delete-stack scenario in rally. The - template updates the stack defined by random-strings.yaml.template with additional - resource. - heat_template_version: '2014-10-16' - resources: - test_string_one: + constraint_prop_secs: + get_param: delay + type: 'OS::Heat::TestResource' + type: 'OS::Heat::ResourceGroup' + resource_group_with_outputs: + heat_template_version: '2013-05-23' + outputs: + val1: + value: + get_attr: + - rg + - resource.0.output + val10: + value: + get_attr: + - rg + - resource.9.output + val2: + value: + get_attr: + - rg + - resource.1.output + val3: + value: + get_attr: + - rg + - resource.2.output + val4: + value: + get_attr: + - rg + - resource.3.output + val5: + value: + get_attr: + - rg + - resource.4.output + val6: + value: + get_attr: + - rg + - resource.5.output + val7: + value: + get_attr: + - rg + - resource.6.output + val8: + value: + get_attr: + - rg + - resource.7.output + val9: + value: + get_attr: + - rg + - resource.8.output + parameters: + attr_wait_secs: + default: 0.5 + type: number + resources: + rg: + properties: + count: 10 + resource_def: + properties: + attr_wait_secs: + get_param: attr_wait_secs + type: 'OS::Heat::TestResource' + type: 'OS::Heat::ResourceGroup' + server_with_ports: + heat_template_version: '2013-05-23' + parameters: + cidr: + default: 11.11.11.0/24 + type: string + flavor: + default: m1.tiny + type: string + image: + default: cirros-0.3.4-x86_64-uec + type: string + public_net: + default: public + type: string + resources: + port_security_group: + properties: + description: | + Default security group assigned to port. The neutron default group + is not used because neutron creates several groups with the same name=default + and nova cannot chooses which one should it use. + name: default_port_security_group + type: 'OS::Neutron::SecurityGroup' + private_net: + type: 'OS::Neutron::Net' + private_subnet: + properties: + cidr: + get_param: cidr + network: + get_resource: private_net + type: 'OS::Neutron::Subnet' + router: + properties: + external_gateway_info: + network: + get_param: public_net + type: 'OS::Neutron::Router' + router_interface: + properties: + router_id: + get_resource: router + subnet_id: + get_resource: private_subnet + type: 'OS::Neutron::RouterInterface' + server: + properties: + flavor: + get_param: flavor + image: + get_param: image + networks: + - port: + get_resource: server_port + type: 'OS::Nova::Server' + server_port: + properties: + fixed_ips: + - subnet: + get_resource: private_subnet + network: + get_resource: private_net + security_groups: + - get_resource: port_security_group + type: 'OS::Neutron::Port' + server_with_volume: + heat_template_version: '2013-05-23' + parameters: + availability_zone: + default: nova + description: The Availability Zone to launch the instance. + type: string + flavor: + default: m1.tiny + type: string + image: + default: cirros-0.3.4-x86_64-uec + type: string + volume_size: + constraints: + - description: must be between 1 and 1024 Gb. + range: + max: 1024 + min: 1 + default: 1 + description: Size of the volume to be created. + type: number + resources: + cinder_volume: + properties: + availability_zone: + get_param: availability_zone + size: + get_param: volume_size + type: 'OS::Cinder::Volume' + server: + properties: + flavor: + get_param: flavor + image: + get_param: image + type: 'OS::Nova::Server' + volume_attachment: + properties: + instance_uuid: + get_resource: server + mountpoint: /dev/vdc + volume_id: + get_resource: cinder_volume + type: 'OS::Cinder::VolumeAttachment' + updated_random_strings_add: + description: | + Test template for create-update-delete-stack scenario in rally. The + template updates the stack defined by random-strings.yaml.template with additional + resource. + heat_template_version: '2014-10-16' + resources: + test_string_one: + properties: + length: 20 + type: 'OS::Heat::RandomString' + test_string_three: + properties: + length: 20 + type: 'OS::Heat::RandomString' + test_string_two: + properties: + length: 20 + type: 'OS::Heat::RandomString' + updated_random_strings_delete: + description: | + Test template for create-update-delete-stack scenario in rally. The + template deletes one resource from the stack defined by random-strings.yaml.template. + heat_template_version: '2014-10-16' + resources: + test_string_one: + properties: + length: 20 + type: 'OS::Heat::RandomString' + updated_random_strings_replace: + description: | + Test template for create-update-delete-stack scenario in rally. The + template deletes one resource from the stack defined by random-strings.yaml.template + and re-creates it with the updated parameters (so-called update-replace). That happens + because some parameters cannot be changed without resource re-creation. The template + allows to measure performance of update-replace operation. + heat_template_version: '2014-10-16' + resources: + test_string_one: + properties: + length: 20 + type: 'OS::Heat::RandomString' + test_string_two: + properties: + length: 40 + type: 'OS::Heat::RandomString' + updated_resource_group_increase: + description: | + Test template for create-update-delete-stack scenario in rally. The + template updates one resource from the stack defined by resource-group.yaml.template + and adds children resources to that resource. + heat_template_version: '2014-10-16' + resources: + test_group: + properties: + count: 3 + resource_def: properties: length: 20 type: 'OS::Heat::RandomString' - test_string_three: + type: 'OS::Heat::ResourceGroup' + updated_resource_group_reduce: + description: | + Test template for create-update-delete-stack scenario in rally. + The template updates one resource from the stack defined by resource-group.yaml.template + and deletes children resources from that resource. + heat_template_version: '2014-10-16' + resources: + test_group: + properties: + count: 1 + resource_def: properties: length: 20 type: 'OS::Heat::RandomString' - test_string_two: - properties: - length: 20 - type: 'OS::Heat::RandomString' - updated_random_strings_delete: - description: | - Test template for create-update-delete-stack scenario in rally. The - template deletes one resource from the stack defined by random-strings.yaml.template. - heat_template_version: '2014-10-16' - resources: - test_string_one: - properties: - length: 20 - type: 'OS::Heat::RandomString' - updated_random_strings_replace: - description: | - Test template for create-update-delete-stack scenario in rally. The - template deletes one resource from the stack defined by random-strings.yaml.template - and re-creates it with the updated parameters (so-called update-replace). That happens - because some parameters cannot be changed without resource re-creation. The template - allows to measure performance of update-replace operation. - heat_template_version: '2014-10-16' - resources: - test_string_one: - properties: - length: 20 - type: 'OS::Heat::RandomString' - test_string_two: - properties: - length: 40 - type: 'OS::Heat::RandomString' - updated_resource_group_increase: - description: | - Test template for create-update-delete-stack scenario in rally. The - template updates one resource from the stack defined by resource-group.yaml.template - and adds children resources to that resource. - heat_template_version: '2014-10-16' - resources: - test_group: - properties: - count: 3 - resource_def: - properties: - length: 20 - type: 'OS::Heat::RandomString' - type: 'OS::Heat::ResourceGroup' - updated_resource_group_reduce: - description: | - Test template for create-update-delete-stack scenario in rally. - The template updates one resource from the stack defined by resource-group.yaml.template - and deletes children resources from that resource. - heat_template_version: '2014-10-16' - resources: - test_group: - properties: - count: 1 - resource_def: - properties: - length: 20 - type: 'OS::Heat::RandomString' - type: 'OS::Heat::ResourceGroup' + type: 'OS::Heat::ResourceGroup' authenticate_task: Authenticate.keystone: - @@ -736,7 +737,7 @@ conf: concurrency: 5 times: 100 type: constant - #NOTE(alraddarla): not enabled yet + # NOTE(alraddarla): not enabled yet # Authenticate.validate_ceilometer: # - # args: @@ -4011,3 +4012,4 @@ manifests: pvc_rally: true secret_db: true secret_keystone: true +... diff --git a/senlin/values.yaml b/senlin/values.yaml index 25998796c7..48fe983b8b 100644 --- a/senlin/values.yaml +++ b/senlin/values.yaml @@ -15,6 +15,7 @@ # Declare name/value pairs to be passed into your templates. # name: value +--- labels: api: node_selector_key: openstack-control-plane @@ -683,3 +684,4 @@ manifests: secret_rabbitmq: true service_ingress_api: true service_api: true +... diff --git a/tempest/values.yaml b/tempest/values.yaml index 7a7972895f..f2aee5b462 100644 --- a/tempest/values.yaml +++ b/tempest/values.yaml @@ -15,6 +15,7 @@ # Declare name/value pairs to be passed into your templates. # name: value +--- labels: job: node_selector_key: openstack-control-plane @@ -324,3 +325,4 @@ manifests: job_ks_user: true job_run_tests: true secret_keystone: true +... diff --git a/tox.ini b/tox.ini index 83b02eec1d..d8c71ad2c7 100644 --- a/tox.ini +++ b/tox.ini @@ -28,6 +28,6 @@ commands = bash -c "mkdir -p {toxinidir}/.yamllint" bash -c "cp -r $(ls {toxinidir}) {toxinidir}/.yamllint/" bash -c "find {toxinidir}/.yamllint -type f -exec sed -i 's/%%%.*/XXX/g' \{\} +" - bash -c "yamllint -c {toxinidir}/yamllint.conf {toxinidir}/.yamllint/*/values*" + bash -c "yamllint -c {toxinidir}/yamllint.conf {toxinidir}/.yamllint/*/values* {toxinidir}/yamllint.conf" whitelist_externals = bash diff --git a/yamllint.conf b/yamllint.conf index 3a66048aa0..912533f01c 100644 --- a/yamllint.conf +++ b/yamllint.conf @@ -6,41 +6,28 @@ yaml-files: - '.yamllint' rules: - braces: - level: warning - brackets: - level: warning - colons: - level: warning - commas: - level: warning - comments: - level: warning + braces: enable + brackets: enable + colons: enable + commas: enable + comments: enable comments-indentation: level: warning - document-end: - level: warning - document-start: - level: warning - empty-lines: - level: warning + document-end: enable + document-start: enable + empty-lines: enable empty-values: level: warning - hyphens: - level: warning + hyphens: enable indentation: spaces: 2 indent-sequences: whatever - level: warning key-duplicates: enable key-ordering: disable line-length: disable - new-line-at-end-of-file: - level: warning - new-lines: - level: warning - octal-values: - level: warning + new-line-at-end-of-file: enable + new-lines: enable + octal-values: enable quoted-strings: disable trailing-spaces: enable truthy: