Enable yamllint checks

- brackets
- braces
- colon
- commas
- comments
- document-end
- document-start
- empty-lines
- hyphens
- indentation
- new-line-at-end-of-file
- new-lines
- octal-values
- trailing-spaces

with corresponding code adjustment.

Also add yamllint.conf under the check.

Change-Id: Ie6251c9063c9c99ebe7c6db54c65d45d6ee7a1d4
This commit is contained in:
Andrii Ostapenko 2020-05-21 10:09:37 -05:00
parent 3af196f578
commit 8cfa2aa390
116 changed files with 653 additions and 496 deletions

View File

@ -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
...

View File

@ -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
...

View File

@ -1,6 +1,8 @@
---
pod:
mandatory_access_control:
type: apparmor
barbican-api:
barbican-api: runtime/default
init: runtime/default
...

View File

@ -1,3 +1,4 @@
---
manifests:
network_policy: true
@ -32,3 +33,4 @@ network_policy:
ports:
- protocol: TCP
port: %%%REPLACE_API_PORT%%%
...

View File

@ -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"
...

View File

@ -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
...

View File

@ -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
...

View File

@ -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
...

View File

@ -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"
...

View File

@ -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
...

View File

@ -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"
...

View File

@ -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
...

View File

@ -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
...

View File

@ -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
init: runtime/default
...

View File

@ -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
...

View File

@ -1,3 +1,4 @@
---
manifests:
network_policy: true
network_policy:
@ -15,3 +16,4 @@ network_policy:
ports:
- protocol: TCP
port: %%%REPLACE_API_PORT%%%
...

View File

@ -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
...

View File

@ -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"
...

View File

@ -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
...

View File

@ -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"
...

View File

@ -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
...

View File

@ -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"
...

View File

@ -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
...

View File

@ -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
...

View File

@ -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
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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
...

View File

@ -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
...

View File

@ -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
...

View File

@ -1,3 +1,4 @@
---
pod:
mandatory_access_control:
type: apparmor
@ -16,3 +17,4 @@ pod:
glance-storage-init: runtime/default
manifests:
deployment_registry: true
...

View File

@ -1,3 +1,4 @@
---
manifests:
network_policy: true
network_policy:
@ -43,3 +44,4 @@ network_policy:
ports:
- protocol: TCP
port: %%%REPLACE_API_PORT%%%
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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
...

View File

@ -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
init: runtime/default
...

View File

@ -1,3 +1,4 @@
---
manifests:
network_policy: true
network_policy:
@ -43,3 +44,4 @@ network_policy:
ports:
- protocol: TCP
port: %%%REPLACE_API_PORT%%%
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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
...

View File

@ -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
...

View File

@ -1,3 +1,4 @@
---
manifests:
network_policy: true
network_policy:
@ -51,3 +52,4 @@ network_policy:
ports:
- protocol: TCP
port: %%%REPLACE_API_PORT%%%
...

View File

@ -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
...

View File

@ -22,3 +22,4 @@ conf:
Allow from all
</IfModule>
</Directory>
...

View File

@ -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
...

View File

@ -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
...

View File

@ -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
...

View File

@ -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
...

View File

@ -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
...

View File

@ -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
...

View File

@ -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
...

View File

@ -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
...

View File

@ -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
...

View File

@ -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
...

View File

@ -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
...

View File

@ -1,3 +1,4 @@
---
manifests:
network_policy: true
network_policy:
@ -70,3 +71,4 @@ network_policy:
ports:
- protocol: TCP
port: %%%REPLACE_API_PORT%%%
...

View File

@ -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"
...

View File

@ -28,3 +28,4 @@ pod:
container:
keystone_api:
readOnlyRootFilesystem: false
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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
...

View File

@ -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
...

View File

@ -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
...

View File

@ -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
init: runtime/default
...

View File

@ -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
...

View File

@ -1,3 +1,4 @@
---
network:
interface:
tunnel: br-phy
@ -22,3 +23,4 @@ conf:
bridges:
- name: br-phy
bonds: []
...

View File

@ -1,3 +1,4 @@
---
network:
interface:
tunnel: docker0
@ -20,3 +21,4 @@ conf:
linuxbridge_agent:
linux_bridge:
bridge_mappings: public:br-ex
...

View File

@ -1,3 +1,4 @@
---
manifests:
network_policy: true
network_policy:
@ -9,3 +10,4 @@ network_policy:
ports:
- protocol: TCP
port: %%%REPLACE_API_PORT%%%
...

View File

@ -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
...

View File

@ -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
...

View File

@ -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"
...

View File

@ -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
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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
...

View File

@ -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"
...

View File

@ -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
...

View File

@ -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
init: runtime/default
...

View File

@ -1,3 +1,4 @@
---
manifests:
network_policy: true
network_policy:
@ -16,3 +17,4 @@ network_policy:
placement:
egress:
- {}
...

View File

@ -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"
...

View File

@ -23,3 +23,4 @@ conf:
nova:
DEFAULT:
mkisofs_cmd: mkisofs
...

View File

@ -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"
...

View File

@ -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"
...

View File

@ -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"
...

Some files were not shown because too many files have changed in this diff Show More