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:
parent
3af196f578
commit
8cfa2aa390
@ -17,6 +17,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
@ -488,8 +489,8 @@ conf:
|
|||||||
- context
|
- context
|
||||||
- default
|
- default
|
||||||
logger_root:
|
logger_root:
|
||||||
level: WARNING
|
level: WARNING
|
||||||
handlers: 'null'
|
handlers: 'null'
|
||||||
logger_aodh:
|
logger_aodh:
|
||||||
level: INFO
|
level: INFO
|
||||||
handlers:
|
handlers:
|
||||||
@ -727,3 +728,4 @@ manifests:
|
|||||||
secret_ingress_tls: true
|
secret_ingress_tls: true
|
||||||
service_api: true
|
service_api: true
|
||||||
service_ingress_api: true
|
service_ingress_api: true
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
labels:
|
labels:
|
||||||
api:
|
api:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -453,7 +454,7 @@ conf:
|
|||||||
database:
|
database:
|
||||||
max_retries: -1
|
max_retries: -1
|
||||||
barbican_api:
|
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.
|
# via the endpoints section.
|
||||||
bind_port: null
|
bind_port: null
|
||||||
logging:
|
logging:
|
||||||
@ -710,3 +711,4 @@ manifests:
|
|||||||
secret_rabbitmq: true
|
secret_rabbitmq: true
|
||||||
service_ingress_api: true
|
service_ingress_api: true
|
||||||
service_api: true
|
service_api: true
|
||||||
|
...
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
barbican-api:
|
barbican-api:
|
||||||
barbican-api: runtime/default
|
barbican-api: runtime/default
|
||||||
init: runtime/default
|
init: runtime/default
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
manifests:
|
manifests:
|
||||||
network_policy: true
|
network_policy: true
|
||||||
|
|
||||||
@ -32,3 +33,4 @@ network_policy:
|
|||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: %%%REPLACE_API_PORT%%%
|
port: %%%REPLACE_API_PORT%%%
|
||||||
|
...
|
||||||
|
@ -10,3 +10,4 @@ images:
|
|||||||
ks_service: "docker.io/openstackhelm/heat:ocata-ubuntu_xenial"
|
ks_service: "docker.io/openstackhelm/heat:ocata-ubuntu_xenial"
|
||||||
ks_endpoints: "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"
|
barbican_api: "docker.io/openstackhelm/barbican:ocata-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
policy:
|
policy:
|
||||||
secret_project_match: project:%(target.secret.project_id)s
|
secret_project_match: project:%(target.secret.project_id)s
|
||||||
secret_creator_user: user:%(target.secret.creator_id)s
|
secret_creator_user: user:%(target.secret.creator_id)s
|
||||||
container_project_match: project:%(target.container.project_id)s
|
container_project_match: project:%(target.container.project_id)s
|
||||||
container_creator_user: user:%(target.container.creator_id)s
|
container_creator_user: user:%(target.container.creator_id)s
|
||||||
|
...
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
policy:
|
policy:
|
||||||
secret_project_match: project:%(target.secret.project_id)s
|
secret_project_match: project:%(target.secret.project_id)s
|
||||||
secret_creator_user: user:%(target.secret.creator_id)s
|
secret_creator_user: user:%(target.secret.creator_id)s
|
||||||
container_project_match: project:%(target.container.project_id)s
|
container_project_match: project:%(target.container.project_id)s
|
||||||
container_creator_user: user:%(target.container.creator_id)s
|
container_creator_user: user:%(target.container.creator_id)s
|
||||||
|
...
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
policy:
|
policy:
|
||||||
secret_project_match: project:%(target.secret.project_id)s
|
secret_project_match: project:%(target.secret.project_id)s
|
||||||
secret_creator_user: user:%(target.secret.creator_id)s
|
secret_creator_user: user:%(target.secret.creator_id)s
|
||||||
container_project_match: project:%(target.container.project_id)s
|
container_project_match: project:%(target.container.project_id)s
|
||||||
container_creator_user: user:%(target.container.creator_id)s
|
container_creator_user: user:%(target.container.creator_id)s
|
||||||
|
...
|
||||||
|
@ -10,3 +10,4 @@ images:
|
|||||||
ks_service: "docker.io/openstackhelm/heat:rocky-opensuse_15"
|
ks_service: "docker.io/openstackhelm/heat:rocky-opensuse_15"
|
||||||
ks_endpoints: "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"
|
barbican_api: "docker.io/openstackhelm/barbican:rocky-opensuse_15"
|
||||||
|
...
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
policy:
|
policy:
|
||||||
secret_project_match: project:%(target.secret.project_id)s
|
secret_project_match: project:%(target.secret.project_id)s
|
||||||
secret_creator_user: user:%(target.secret.creator_id)s
|
secret_creator_user: user:%(target.secret.creator_id)s
|
||||||
container_project_match: project:%(target.container.project_id)s
|
container_project_match: project:%(target.container.project_id)s
|
||||||
container_creator_user: user:%(target.container.creator_id)s
|
container_creator_user: user:%(target.container.creator_id)s
|
||||||
|
...
|
||||||
|
@ -10,3 +10,4 @@ images:
|
|||||||
ks_service: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
|
ks_service: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
|
||||||
ks_endpoints: "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"
|
barbican_api: "docker.io/openstackhelm/barbican:train-ubuntu_bionic"
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
@ -172,10 +173,10 @@ conf:
|
|||||||
- database
|
- database
|
||||||
- gnocchi
|
- gnocchi
|
||||||
api:
|
api:
|
||||||
aodh_is_enabled: "False"
|
aodh_is_enabled: "False"
|
||||||
# NOTE(pordirect): the following option will turn off the ability to retrieve
|
# NOTE(portdirect): the following option will turn off the ability to retrieve
|
||||||
# metrics via the ceilometer API:
|
# metrics via the ceilometer API:
|
||||||
# gnocchi_is_enabled: "True"
|
# gnocchi_is_enabled: "True"
|
||||||
dispatcher_gnocchi:
|
dispatcher_gnocchi:
|
||||||
filter_service_activity: False
|
filter_service_activity: False
|
||||||
archive_policy: low
|
archive_policy: low
|
||||||
@ -2128,3 +2129,4 @@ manifests:
|
|||||||
secret_rabbitmq: true
|
secret_rabbitmq: true
|
||||||
service_api: true
|
service_api: true
|
||||||
service_ingress_api: true
|
service_ingress_api: true
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
storage: ceph
|
storage: ceph
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
@ -929,15 +930,15 @@ conf:
|
|||||||
format: "%(message)s"
|
format: "%(message)s"
|
||||||
datefmt: "%Y-%m-%d %H:%M:%S"
|
datefmt: "%Y-%m-%d %H:%M:%S"
|
||||||
rabbitmq:
|
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:
|
policies:
|
||||||
- vhost: "cinder"
|
- vhost: "cinder"
|
||||||
name: "ha_ttl_cinder"
|
name: "ha_ttl_cinder"
|
||||||
definition:
|
definition:
|
||||||
#mirror messges to other nodes in rmq cluster
|
# mirror messges to other nodes in rmq cluster
|
||||||
ha-mode: "all"
|
ha-mode: "all"
|
||||||
ha-sync-mode: "automatic"
|
ha-sync-mode: "automatic"
|
||||||
#70s
|
# 70s
|
||||||
message-ttl: 70000
|
message-ttl: 70000
|
||||||
priority: 0
|
priority: 0
|
||||||
apply-to: all
|
apply-to: all
|
||||||
@ -1479,3 +1480,4 @@ manifests:
|
|||||||
secret_rabbitmq: true
|
secret_rabbitmq: true
|
||||||
service_api: true
|
service_api: true
|
||||||
service_ingress_api: true
|
service_ingress_api: true
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -20,4 +21,5 @@ pod:
|
|||||||
init: runtime/default
|
init: runtime/default
|
||||||
cinder-backup-storage-init:
|
cinder-backup-storage-init:
|
||||||
cinder-backup-storage-init: runtime/default
|
cinder-backup-storage-init: runtime/default
|
||||||
init: runtime/default
|
init: runtime/default
|
||||||
|
...
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# NOTE: In order for below code to work, package "purestorage"
|
# NOTE: In order for below code to work, package "purestorage"
|
||||||
# needs to be built into Cinder and Nova images.
|
# needs to be built into Cinder and Nova images.
|
||||||
|
|
||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
useHostNetwork:
|
useHostNetwork:
|
||||||
volume: true
|
volume: true
|
||||||
@ -25,3 +26,4 @@ conf:
|
|||||||
# NOTE: Replace below 1.1.1.1 with the real ip value
|
# NOTE: Replace below 1.1.1.1 with the real ip value
|
||||||
san_ip: 1.1.1.1
|
san_ip: 1.1.1.1
|
||||||
enable_iscsi: true
|
enable_iscsi: true
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
manifests:
|
manifests:
|
||||||
network_policy: true
|
network_policy: true
|
||||||
network_policy:
|
network_policy:
|
||||||
@ -15,3 +16,4 @@ network_policy:
|
|||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: %%%REPLACE_API_PORT%%%
|
port: %%%REPLACE_API_PORT%%%
|
||||||
|
...
|
||||||
|
@ -15,3 +15,4 @@ images:
|
|||||||
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||||
cinder_backup: docker.io/openstackhelm/cinder:ocata-ubuntu_xenial
|
cinder_backup: docker.io/openstackhelm/cinder:ocata-ubuntu_xenial
|
||||||
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||||
|
...
|
||||||
|
@ -4,7 +4,9 @@
|
|||||||
# - cinder.backup.drivers.swift
|
# - cinder.backup.drivers.swift
|
||||||
# - cinder.backup.drivers.ceph
|
# - cinder.backup.drivers.ceph
|
||||||
# - cinder.backup.drivers.posix
|
# - cinder.backup.drivers.posix
|
||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
cinder:
|
cinder:
|
||||||
DEFAULT:
|
DEFAULT:
|
||||||
backup_driver: "cinder.backup.drivers.swift"
|
backup_driver: "cinder.backup.drivers.swift"
|
||||||
|
...
|
||||||
|
@ -15,3 +15,4 @@ images:
|
|||||||
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||||
cinder_backup: docker.io/openstackhelm/cinder:pike-ubuntu_xenial
|
cinder_backup: docker.io/openstackhelm/cinder:pike-ubuntu_xenial
|
||||||
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||||
|
...
|
||||||
|
@ -4,7 +4,9 @@
|
|||||||
# - cinder.backup.drivers.swift
|
# - cinder.backup.drivers.swift
|
||||||
# - cinder.backup.drivers.ceph
|
# - cinder.backup.drivers.ceph
|
||||||
# - cinder.backup.drivers.posix
|
# - cinder.backup.drivers.posix
|
||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
cinder:
|
cinder:
|
||||||
DEFAULT:
|
DEFAULT:
|
||||||
backup_driver: "cinder.backup.drivers.swift"
|
backup_driver: "cinder.backup.drivers.swift"
|
||||||
|
...
|
||||||
|
@ -15,3 +15,4 @@ images:
|
|||||||
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||||
cinder_backup: docker.io/openstackhelm/cinder:queens-ubuntu_xenial
|
cinder_backup: docker.io/openstackhelm/cinder:queens-ubuntu_xenial
|
||||||
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||||
|
...
|
||||||
|
@ -4,7 +4,9 @@
|
|||||||
# - cinder.backup.drivers.swift
|
# - cinder.backup.drivers.swift
|
||||||
# - cinder.backup.drivers.ceph
|
# - cinder.backup.drivers.ceph
|
||||||
# - cinder.backup.drivers.posix
|
# - cinder.backup.drivers.posix
|
||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
cinder:
|
cinder:
|
||||||
DEFAULT:
|
DEFAULT:
|
||||||
backup_driver: "cinder.backup.drivers.swift"
|
backup_driver: "cinder.backup.drivers.swift"
|
||||||
|
...
|
||||||
|
@ -15,3 +15,4 @@ images:
|
|||||||
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-opensuse_15
|
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-opensuse_15
|
||||||
cinder_backup: docker.io/openstackhelm/cinder:rocky-opensuse_15
|
cinder_backup: docker.io/openstackhelm/cinder:rocky-opensuse_15
|
||||||
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-opensuse_15
|
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-opensuse_15
|
||||||
|
...
|
||||||
|
@ -15,3 +15,4 @@ images:
|
|||||||
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||||
cinder_backup: docker.io/openstackhelm/cinder:rocky-ubuntu_bionic
|
cinder_backup: docker.io/openstackhelm/cinder:rocky-ubuntu_bionic
|
||||||
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||||
|
...
|
||||||
|
@ -15,3 +15,4 @@ images:
|
|||||||
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||||
cinder_backup: docker.io/openstackhelm/cinder:rocky-ubuntu_xenial
|
cinder_backup: docker.io/openstackhelm/cinder:rocky-ubuntu_xenial
|
||||||
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||||
|
...
|
||||||
|
@ -4,7 +4,9 @@
|
|||||||
# - cinder.backup.drivers.swift
|
# - cinder.backup.drivers.swift
|
||||||
# - cinder.backup.drivers.ceph
|
# - cinder.backup.drivers.ceph
|
||||||
# - cinder.backup.drivers.posix
|
# - cinder.backup.drivers.posix
|
||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
cinder:
|
cinder:
|
||||||
DEFAULT:
|
DEFAULT:
|
||||||
backup_driver: "cinder.backup.drivers.swift"
|
backup_driver: "cinder.backup.drivers.swift"
|
||||||
|
...
|
||||||
|
@ -15,3 +15,4 @@ images:
|
|||||||
cinder_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic"
|
cinder_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic"
|
||||||
cinder_backup: "docker.io/openstackhelm/cinder:train-ubuntu_bionic"
|
cinder_backup: "docker.io/openstackhelm/cinder:train-ubuntu_bionic"
|
||||||
cinder_backup_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic"
|
cinder_backup_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic"
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
labels:
|
labels:
|
||||||
api:
|
api:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -355,7 +356,7 @@ conf:
|
|||||||
congress:
|
congress:
|
||||||
DEFAULT:
|
DEFAULT:
|
||||||
log_config_append: /etc/congress/logging.conf
|
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.
|
# via the endpoints section.
|
||||||
bind_port: null
|
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
|
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:
|
filter:authtoken:
|
||||||
paste.filter_factory: keystonemiddleware.auth_token:filter_factory
|
paste.filter_factory: keystonemiddleware.auth_token:filter_factory
|
||||||
filter:cors:
|
filter:cors:
|
||||||
paste.filter_factory: oslo_middleware.cors:filter_factory
|
paste.filter_factory: oslo_middleware.cors:filter_factory
|
||||||
oslo_config_project: congress
|
oslo_config_project: congress
|
||||||
filter:http_proxy_to_wsgi:
|
filter:http_proxy_to_wsgi:
|
||||||
paste.filter_factory: oslo_middleware.http_proxy_to_wsgi:HTTPProxyToWSGI.factory
|
paste.filter_factory: oslo_middleware.http_proxy_to_wsgi:HTTPProxyToWSGI.factory
|
||||||
@ -632,3 +633,4 @@ manifests:
|
|||||||
service_api: true
|
service_api: true
|
||||||
service_ingress_api: true
|
service_ingress_api: true
|
||||||
secret_rabbitmq: true
|
secret_rabbitmq: true
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
@ -66,11 +67,11 @@ images:
|
|||||||
|
|
||||||
pod:
|
pod:
|
||||||
affinity:
|
affinity:
|
||||||
anti:
|
anti:
|
||||||
type:
|
type:
|
||||||
default: preferredDuringSchedulingIgnoredDuringExecution
|
default: preferredDuringSchedulingIgnoredDuringExecution
|
||||||
topologyKey:
|
topologyKey:
|
||||||
default: kubernetes.io/hostname
|
default: kubernetes.io/hostname
|
||||||
mounts:
|
mounts:
|
||||||
designate_api:
|
designate_api:
|
||||||
init_container: null
|
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)
|
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
|
default: rule:admin_or_owner
|
||||||
all_tenants: rule:admin
|
all_tenants: rule:admin
|
||||||
edit_managed_records : rule:admin
|
edit_managed_records: rule:admin
|
||||||
use_low_ttl: rule:admin
|
use_low_ttl: rule:admin
|
||||||
get_quotas: rule:admin_or_owner
|
get_quotas: rule:admin_or_owner
|
||||||
get_quota: rule:admin_or_owner
|
get_quota: rule:admin_or_owner
|
||||||
@ -827,3 +828,4 @@ manifests:
|
|||||||
service_api: true
|
service_api: true
|
||||||
service_mdns: true
|
service_mdns: true
|
||||||
service_ingress_api: true
|
service_ingress_api: true
|
||||||
|
...
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
# radosgw, rbd, swift or pvc
|
# radosgw, rbd, swift or pvc
|
||||||
|
---
|
||||||
storage: swift
|
storage: swift
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
@ -406,15 +407,15 @@ conf:
|
|||||||
user_domain_id =
|
user_domain_id =
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
rabbitmq:
|
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:
|
policies:
|
||||||
- vhost: "glance"
|
- vhost: "glance"
|
||||||
name: "ha_ttl_glance"
|
name: "ha_ttl_glance"
|
||||||
definition:
|
definition:
|
||||||
#mirror messges to other nodes in rmq cluster
|
# mirror messges to other nodes in rmq cluster
|
||||||
ha-mode: "all"
|
ha-mode: "all"
|
||||||
ha-sync-mode: "automatic"
|
ha-sync-mode: "automatic"
|
||||||
#70s
|
# 70s
|
||||||
message-ttl: 70000
|
message-ttl: 70000
|
||||||
priority: 0
|
priority: 0
|
||||||
apply-to: all
|
apply-to: all
|
||||||
@ -1021,3 +1022,4 @@ manifests:
|
|||||||
service_ingress_registry: false
|
service_ingress_registry: false
|
||||||
service_api: true
|
service_api: true
|
||||||
service_registry: false
|
service_registry: false
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -16,3 +17,4 @@ pod:
|
|||||||
glance-storage-init: runtime/default
|
glance-storage-init: runtime/default
|
||||||
manifests:
|
manifests:
|
||||||
deployment_registry: true
|
deployment_registry: true
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
manifests:
|
manifests:
|
||||||
network_policy: true
|
network_policy: true
|
||||||
network_policy:
|
network_policy:
|
||||||
@ -43,3 +44,4 @@ network_policy:
|
|||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: %%%REPLACE_API_PORT%%%
|
port: %%%REPLACE_API_PORT%%%
|
||||||
|
...
|
||||||
|
@ -12,3 +12,4 @@ images:
|
|||||||
glance_registry: "docker.io/openstackhelm/glance:ocata-ubuntu_xenial"
|
glance_registry: "docker.io/openstackhelm/glance:ocata-ubuntu_xenial"
|
||||||
glance_metadefs_load: "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"
|
glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -12,3 +12,4 @@ images:
|
|||||||
glance_registry: "docker.io/openstackhelm/glance:pike-ubuntu_xenial"
|
glance_registry: "docker.io/openstackhelm/glance:pike-ubuntu_xenial"
|
||||||
glance_metadefs_load: "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"
|
glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -12,3 +12,4 @@ images:
|
|||||||
glance_registry: "docker.io/openstackhelm/glance:queens-ubuntu_xenial"
|
glance_registry: "docker.io/openstackhelm/glance:queens-ubuntu_xenial"
|
||||||
glance_metadefs_load: "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"
|
glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -12,3 +12,4 @@ images:
|
|||||||
glance_registry: "docker.io/openstackhelm/glance:rocky-opensuse_15"
|
glance_registry: "docker.io/openstackhelm/glance:rocky-opensuse_15"
|
||||||
glance_metadefs_load: "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"
|
glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-opensuse_15"
|
||||||
|
...
|
||||||
|
@ -12,3 +12,4 @@ images:
|
|||||||
glance_registry: "docker.io/openstackhelm/glance:rocky-ubuntu_bionic"
|
glance_registry: "docker.io/openstackhelm/glance:rocky-ubuntu_bionic"
|
||||||
glance_metadefs_load: "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"
|
glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -12,3 +12,4 @@ images:
|
|||||||
glance_registry: "docker.io/openstackhelm/glance:rocky-ubuntu_xenial"
|
glance_registry: "docker.io/openstackhelm/glance:rocky-ubuntu_xenial"
|
||||||
glance_metadefs_load: "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"
|
glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -12,3 +12,4 @@ images:
|
|||||||
glance_registry: "docker.io/openstackhelm/glance:train-ubuntu_bionic"
|
glance_registry: "docker.io/openstackhelm/glance:train-ubuntu_bionic"
|
||||||
glance_metadefs_load: "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"
|
glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic"
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
@ -444,17 +445,17 @@ conf:
|
|||||||
auth_type: password
|
auth_type: password
|
||||||
auth_version: v3
|
auth_version: v3
|
||||||
heat_api:
|
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.
|
# via the endpoints section.
|
||||||
bind_port: null
|
bind_port: null
|
||||||
workers: 1
|
workers: 1
|
||||||
heat_api_cloudwatch:
|
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.
|
# via the endpoints section.
|
||||||
bind_port: null
|
bind_port: null
|
||||||
workers: 1
|
workers: 1
|
||||||
heat_api_cfn:
|
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.
|
# via the endpoints section.
|
||||||
bind_port: null
|
bind_port: null
|
||||||
workers: 1
|
workers: 1
|
||||||
@ -561,15 +562,15 @@ conf:
|
|||||||
datefmt: "%Y-%m-%d %H:%M:%S"
|
datefmt: "%Y-%m-%d %H:%M:%S"
|
||||||
|
|
||||||
rabbitmq:
|
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:
|
policies:
|
||||||
- vhost: "heat"
|
- vhost: "heat"
|
||||||
name: "ha_ttl_heat"
|
name: "ha_ttl_heat"
|
||||||
definition:
|
definition:
|
||||||
#mirror messges to other nodes in rmq cluster
|
# mirror messges to other nodes in rmq cluster
|
||||||
ha-mode: "all"
|
ha-mode: "all"
|
||||||
ha-sync-mode: "automatic"
|
ha-sync-mode: "automatic"
|
||||||
#70s
|
# 70s
|
||||||
message-ttl: 70000
|
message-ttl: 70000
|
||||||
priority: 0
|
priority: 0
|
||||||
apply-to: all
|
apply-to: all
|
||||||
@ -914,7 +915,7 @@ endpoints:
|
|||||||
api:
|
api:
|
||||||
default: 8000
|
default: 8000
|
||||||
public: 80
|
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:
|
cloudwatch:
|
||||||
name: heat-cloudwatch
|
name: heat-cloudwatch
|
||||||
hosts:
|
hosts:
|
||||||
@ -1299,3 +1300,4 @@ manifests:
|
|||||||
service_ingress_cfn: true
|
service_ingress_cfn: true
|
||||||
service_ingress_cloudwatch: false
|
service_ingress_cloudwatch: false
|
||||||
statefulset_engine: false
|
statefulset_engine: false
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -21,4 +22,5 @@ pod:
|
|||||||
init: runtime/default
|
init: runtime/default
|
||||||
heat-purge-deleted:
|
heat-purge-deleted:
|
||||||
heat-purge-deleted: runtime/default
|
heat-purge-deleted: runtime/default
|
||||||
init: runtime/default
|
init: runtime/default
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
manifests:
|
manifests:
|
||||||
network_policy: true
|
network_policy: true
|
||||||
network_policy:
|
network_policy:
|
||||||
@ -43,3 +44,4 @@ network_policy:
|
|||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: %%%REPLACE_API_PORT%%%
|
port: %%%REPLACE_API_PORT%%%
|
||||||
|
...
|
||||||
|
@ -14,3 +14,4 @@ images:
|
|||||||
heat_engine: "docker.io/openstackhelm/heat:ocata-ubuntu_xenial"
|
heat_engine: "docker.io/openstackhelm/heat:ocata-ubuntu_xenial"
|
||||||
heat_engine_cleaner: "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"
|
heat_purge_deleted: "docker.io/openstackhelm/heat:ocata-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -14,3 +14,4 @@ images:
|
|||||||
heat_engine: "docker.io/openstackhelm/heat:pike-ubuntu_xenial"
|
heat_engine: "docker.io/openstackhelm/heat:pike-ubuntu_xenial"
|
||||||
heat_engine_cleaner: "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"
|
heat_purge_deleted: "docker.io/openstackhelm/heat:pike-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -14,3 +14,4 @@ images:
|
|||||||
heat_engine: "docker.io/openstackhelm/heat:queens-ubuntu_xenial"
|
heat_engine: "docker.io/openstackhelm/heat:queens-ubuntu_xenial"
|
||||||
heat_engine_cleaner: "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"
|
heat_purge_deleted: "docker.io/openstackhelm/heat:queens-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -14,3 +14,4 @@ images:
|
|||||||
heat_engine: "docker.io/openstackhelm/heat:rocky-opensuse_15"
|
heat_engine: "docker.io/openstackhelm/heat:rocky-opensuse_15"
|
||||||
heat_engine_cleaner: "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"
|
heat_purge_deleted: "docker.io/openstackhelm/heat:rocky-opensuse_15"
|
||||||
|
...
|
||||||
|
@ -14,3 +14,4 @@ images:
|
|||||||
heat_engine: "docker.io/openstackhelm/heat:rocky-ubuntu_bionic"
|
heat_engine: "docker.io/openstackhelm/heat:rocky-ubuntu_bionic"
|
||||||
heat_engine_cleaner: "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"
|
heat_purge_deleted: "docker.io/openstackhelm/heat:rocky-ubuntu_bionic"
|
||||||
|
...
|
||||||
|
@ -14,3 +14,4 @@ images:
|
|||||||
heat_engine: "docker.io/openstackhelm/heat:rocky-ubuntu_xenial"
|
heat_engine: "docker.io/openstackhelm/heat:rocky-ubuntu_xenial"
|
||||||
heat_engine_cleaner: "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"
|
heat_purge_deleted: "docker.io/openstackhelm/heat:rocky-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -14,3 +14,4 @@ images:
|
|||||||
heat_engine: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
|
heat_engine: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
|
||||||
heat_engine_cleaner: "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"
|
heat_purge_deleted: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
db_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
db_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
||||||
@ -2267,3 +2268,4 @@ manifests:
|
|||||||
secret_keystone: true
|
secret_keystone: true
|
||||||
service_ingress: true
|
service_ingress: true
|
||||||
service: true
|
service: true
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -7,3 +8,4 @@ pod:
|
|||||||
horizon-db-sync:
|
horizon-db-sync:
|
||||||
horizon-db-sync: runtime/default
|
horizon-db-sync: runtime/default
|
||||||
init: runtime/default
|
init: runtime/default
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
manifests:
|
manifests:
|
||||||
network_policy: true
|
network_policy: true
|
||||||
network_policy:
|
network_policy:
|
||||||
@ -51,3 +52,4 @@ network_policy:
|
|||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: %%%REPLACE_API_PORT%%%
|
port: %%%REPLACE_API_PORT%%%
|
||||||
|
...
|
||||||
|
@ -5,3 +5,4 @@ images:
|
|||||||
db_drop: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
|
db_drop: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
|
||||||
horizon_db_sync: docker.io/openstackhelm/horizon:ocata-ubuntu_xenial
|
horizon_db_sync: docker.io/openstackhelm/horizon:ocata-ubuntu_xenial
|
||||||
horizon: docker.io/openstackhelm/horizon:ocata-ubuntu_xenial
|
horizon: docker.io/openstackhelm/horizon:ocata-ubuntu_xenial
|
||||||
|
...
|
||||||
|
@ -22,3 +22,4 @@ conf:
|
|||||||
Allow from all
|
Allow from all
|
||||||
</IfModule>
|
</IfModule>
|
||||||
</Directory>
|
</Directory>
|
||||||
|
...
|
||||||
|
@ -5,3 +5,4 @@ images:
|
|||||||
db_drop: docker.io/openstackhelm/heat:pike-ubuntu_xenial
|
db_drop: docker.io/openstackhelm/heat:pike-ubuntu_xenial
|
||||||
horizon_db_sync: docker.io/openstackhelm/horizon:pike-ubuntu_xenial
|
horizon_db_sync: docker.io/openstackhelm/horizon:pike-ubuntu_xenial
|
||||||
horizon: docker.io/openstackhelm/horizon:pike-ubuntu_xenial
|
horizon: docker.io/openstackhelm/horizon:pike-ubuntu_xenial
|
||||||
|
...
|
||||||
|
@ -5,3 +5,4 @@ images:
|
|||||||
db_drop: docker.io/openstackhelm/heat:queens-ubuntu_xenial
|
db_drop: docker.io/openstackhelm/heat:queens-ubuntu_xenial
|
||||||
horizon_db_sync: docker.io/openstackhelm/horizon:queens-ubuntu_xenial
|
horizon_db_sync: docker.io/openstackhelm/horizon:queens-ubuntu_xenial
|
||||||
horizon: docker.io/openstackhelm/horizon:queens-ubuntu_xenial
|
horizon: docker.io/openstackhelm/horizon:queens-ubuntu_xenial
|
||||||
|
...
|
||||||
|
@ -5,3 +5,4 @@ images:
|
|||||||
db_drop: docker.io/openstackhelm/heat:rocky-opensuse_15
|
db_drop: docker.io/openstackhelm/heat:rocky-opensuse_15
|
||||||
horizon_db_sync: docker.io/openstackhelm/horizon:rocky-opensuse_15
|
horizon_db_sync: docker.io/openstackhelm/horizon:rocky-opensuse_15
|
||||||
horizon: docker.io/openstackhelm/horizon:rocky-opensuse_15
|
horizon: docker.io/openstackhelm/horizon:rocky-opensuse_15
|
||||||
|
...
|
||||||
|
@ -5,3 +5,4 @@ images:
|
|||||||
db_drop: docker.io/openstackhelm/heat:rocky-ubuntu_bionic
|
db_drop: docker.io/openstackhelm/heat:rocky-ubuntu_bionic
|
||||||
horizon_db_sync: docker.io/openstackhelm/horizon:rocky-ubuntu_bionic
|
horizon_db_sync: docker.io/openstackhelm/horizon:rocky-ubuntu_bionic
|
||||||
horizon: docker.io/openstackhelm/horizon:rocky-ubuntu_bionic
|
horizon: docker.io/openstackhelm/horizon:rocky-ubuntu_bionic
|
||||||
|
...
|
||||||
|
@ -5,3 +5,4 @@ images:
|
|||||||
db_drop: docker.io/openstackhelm/heat:rocky-ubuntu_xenial
|
db_drop: docker.io/openstackhelm/heat:rocky-ubuntu_xenial
|
||||||
horizon_db_sync: docker.io/openstackhelm/horizon:rocky-ubuntu_xenial
|
horizon_db_sync: docker.io/openstackhelm/horizon:rocky-ubuntu_xenial
|
||||||
horizon: docker.io/openstackhelm/horizon:rocky-ubuntu_xenial
|
horizon: docker.io/openstackhelm/horizon:rocky-ubuntu_xenial
|
||||||
|
...
|
||||||
|
@ -5,3 +5,4 @@ images:
|
|||||||
db_drop: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
db_drop: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
||||||
horizon_db_sync: docker.io/openstackhelm/horizon:stein-ubuntu_bionic
|
horizon_db_sync: docker.io/openstackhelm/horizon:stein-ubuntu_bionic
|
||||||
horizon: docker.io/openstackhelm/horizon:stein-ubuntu_bionic
|
horizon: docker.io/openstackhelm/horizon:stein-ubuntu_bionic
|
||||||
|
...
|
||||||
|
@ -5,3 +5,4 @@ images:
|
|||||||
db_drop: docker.io/openstackhelm/heat:train-ubuntu_bionic
|
db_drop: docker.io/openstackhelm/heat:train-ubuntu_bionic
|
||||||
horizon_db_sync: docker.io/openstackhelm/horizon:train-ubuntu_bionic
|
horizon_db_sync: docker.io/openstackhelm/horizon:train-ubuntu_bionic
|
||||||
horizon: docker.io/openstackhelm/horizon:train-ubuntu_bionic
|
horizon: docker.io/openstackhelm/horizon:train-ubuntu_bionic
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
@ -703,3 +704,4 @@ manifests:
|
|||||||
service_api: true
|
service_api: true
|
||||||
service_ingress_api: true
|
service_ingress_api: true
|
||||||
statefulset_conductor: true
|
statefulset_conductor: true
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
labels:
|
labels:
|
||||||
api:
|
api:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -481,8 +482,8 @@ conf:
|
|||||||
DEFAULT:
|
DEFAULT:
|
||||||
log_config_append: /etc/keystone/logging.conf
|
log_config_append: /etc/keystone/logging.conf
|
||||||
max_token_size: 255
|
max_token_size: 255
|
||||||
#NOTE(rk760n): if you need auth notifications to be sent, uncomment it
|
# NOTE(rk760n): if you need auth notifications to be sent, uncomment it
|
||||||
#notification_opt_out: ""
|
# notification_opt_out: ""
|
||||||
token:
|
token:
|
||||||
provider: fernet
|
provider: fernet
|
||||||
# 12 hours
|
# 12 hours
|
||||||
@ -735,15 +736,15 @@ conf:
|
|||||||
identity:delete_domain_config: rule:admin_required
|
identity:delete_domain_config: rule:admin_required
|
||||||
identity:get_domain_config_default: rule:admin_required
|
identity:get_domain_config_default: rule:admin_required
|
||||||
rabbitmq:
|
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:
|
policies:
|
||||||
- vhost: "keystone"
|
- vhost: "keystone"
|
||||||
name: "ha_ttl_keystone"
|
name: "ha_ttl_keystone"
|
||||||
definition:
|
definition:
|
||||||
#mirror messges to other nodes in rmq cluster
|
# mirror messges to other nodes in rmq cluster
|
||||||
ha-mode: "all"
|
ha-mode: "all"
|
||||||
ha-sync-mode: "automatic"
|
ha-sync-mode: "automatic"
|
||||||
#70s
|
# 70s
|
||||||
message-ttl: 70000
|
message-ttl: 70000
|
||||||
priority: 0
|
priority: 0
|
||||||
apply-to: all
|
apply-to: all
|
||||||
@ -1261,3 +1262,4 @@ manifests:
|
|||||||
secret_rabbitmq: true
|
secret_rabbitmq: true
|
||||||
service_ingress_api: true
|
service_ingress_api: true
|
||||||
service_api: true
|
service_api: true
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -12,3 +13,4 @@ pod:
|
|||||||
keystone-domain-manage:
|
keystone-domain-manage:
|
||||||
keystone-domain-manage: runtime/default
|
keystone-domain-manage: runtime/default
|
||||||
keystone-domain-manage-init: runtime/default
|
keystone-domain-manage-init: runtime/default
|
||||||
|
...
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
keystone:
|
keystone:
|
||||||
identity:
|
identity:
|
||||||
@ -54,3 +55,4 @@ conf:
|
|||||||
use_auth_pool: true
|
use_auth_pool: true
|
||||||
auth_pool_size: 100
|
auth_pool_size: 100
|
||||||
auth_pool_connection_lifetime: 60
|
auth_pool_connection_lifetime: 60
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
manifests:
|
manifests:
|
||||||
network_policy: true
|
network_policy: true
|
||||||
network_policy:
|
network_policy:
|
||||||
@ -70,3 +71,4 @@ network_policy:
|
|||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: %%%REPLACE_API_PORT%%%
|
port: %%%REPLACE_API_PORT%%%
|
||||||
|
...
|
||||||
|
@ -13,3 +13,4 @@ images:
|
|||||||
keystone_fernet_rotate: "docker.io/openstackhelm/keystone:ocata-ubuntu_xenial"
|
keystone_fernet_rotate: "docker.io/openstackhelm/keystone:ocata-ubuntu_xenial"
|
||||||
keystone_fernet_setup: "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"
|
ks_user: "docker.io/openstackhelm/heat:ocata-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -28,3 +28,4 @@ pod:
|
|||||||
container:
|
container:
|
||||||
keystone_api:
|
keystone_api:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
|
...
|
||||||
|
@ -13,3 +13,4 @@ images:
|
|||||||
keystone_fernet_rotate: "docker.io/openstackhelm/keystone:pike-ubuntu_xenial"
|
keystone_fernet_rotate: "docker.io/openstackhelm/keystone:pike-ubuntu_xenial"
|
||||||
keystone_fernet_setup: "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"
|
ks_user: "docker.io/openstackhelm/heat:pike-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -13,3 +13,4 @@ images:
|
|||||||
keystone_fernet_rotate: "docker.io/openstackhelm/keystone:queens-ubuntu_xenial"
|
keystone_fernet_rotate: "docker.io/openstackhelm/keystone:queens-ubuntu_xenial"
|
||||||
keystone_fernet_setup: "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"
|
ks_user: "docker.io/openstackhelm/heat:queens-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -13,4 +13,4 @@ images:
|
|||||||
keystone_fernet_rotate: "docker.io/openstackhelm/keystone:rocky-opensuse_15"
|
keystone_fernet_rotate: "docker.io/openstackhelm/keystone:rocky-opensuse_15"
|
||||||
keystone_fernet_setup: "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"
|
ks_user: "docker.io/openstackhelm/heat:rocky-opensuse_15"
|
||||||
|
...
|
||||||
|
@ -13,3 +13,4 @@ images:
|
|||||||
keystone_fernet_rotate: "docker.io/openstackhelm/keystone:rocky-ubuntu_bionic"
|
keystone_fernet_rotate: "docker.io/openstackhelm/keystone:rocky-ubuntu_bionic"
|
||||||
keystone_fernet_setup: "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"
|
ks_user: "docker.io/openstackhelm/heat:rocky-ubuntu_bionic"
|
||||||
|
...
|
||||||
|
@ -13,3 +13,4 @@ images:
|
|||||||
keystone_fernet_rotate: "docker.io/openstackhelm/keystone:rocky-ubuntu_xenial"
|
keystone_fernet_rotate: "docker.io/openstackhelm/keystone:rocky-ubuntu_xenial"
|
||||||
keystone_fernet_setup: "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"
|
ks_user: "docker.io/openstackhelm/heat:rocky-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -13,3 +13,4 @@ images:
|
|||||||
keystone_fernet_rotate: "docker.io/openstackhelm/keystone:train-ubuntu_bionic"
|
keystone_fernet_rotate: "docker.io/openstackhelm/keystone:train-ubuntu_bionic"
|
||||||
keystone_fernet_setup: "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"
|
ks_user: "docker.io/openstackhelm/heat:train-ubuntu_bionic"
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
@ -647,3 +648,4 @@ manifests:
|
|||||||
service_api: true
|
service_api: true
|
||||||
service_ingress_api: true
|
service_ingress_api: true
|
||||||
statefulset_conductor: true
|
statefulset_conductor: true
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
labels:
|
labels:
|
||||||
api:
|
api:
|
||||||
node_selector_key: openstack-control-plane
|
node_selector_key: openstack-control-plane
|
||||||
@ -728,3 +729,4 @@ manifests:
|
|||||||
service_api: true
|
service_api: true
|
||||||
statefulset_engine: true
|
statefulset_engine: true
|
||||||
statefulset_event_engine: true
|
statefulset_event_engine: true
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
images:
|
images:
|
||||||
@ -105,10 +106,10 @@ network:
|
|||||||
# debugging. This feature requires mount propagation support.
|
# debugging. This feature requires mount propagation support.
|
||||||
share_namespaces: true
|
share_namespaces: true
|
||||||
interface:
|
interface:
|
||||||
# Tunnel interface will be used for VXLAN tunneling.
|
# Tunnel interface will be used for VXLAN tunneling.
|
||||||
tunnel: null
|
tunnel: null
|
||||||
# If tunnel is null there is a fallback mechanism to search
|
# If tunnel is null there is a fallback mechanism to search
|
||||||
# for interface with routing using tunnel network cidr.
|
# for interface with routing using tunnel network cidr.
|
||||||
tunnel_network_cidr: "0/0"
|
tunnel_network_cidr: "0/0"
|
||||||
# To perform setup of network interfaces using the SR-IOV init
|
# To perform setup of network interfaces using the SR-IOV init
|
||||||
# container you can use a section similar to:
|
# container you can use a section similar to:
|
||||||
@ -1805,7 +1806,7 @@ conf:
|
|||||||
neutron:
|
neutron:
|
||||||
DEFAULT:
|
DEFAULT:
|
||||||
log_config_append: /etc/neutron/logging.conf
|
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.
|
# via the endpoints section.
|
||||||
bind_port: null
|
bind_port: null
|
||||||
default_availability_zones: nova
|
default_availability_zones: nova
|
||||||
@ -1824,7 +1825,7 @@ conf:
|
|||||||
l3_ha_network_type: vxlan
|
l3_ha_network_type: vxlan
|
||||||
network_auto_schedule: True
|
network_auto_schedule: True
|
||||||
router_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.
|
# 'network.backend' to sane defaults.
|
||||||
interface_driver: null
|
interface_driver: null
|
||||||
oslo_concurrency:
|
oslo_concurrency:
|
||||||
@ -1926,7 +1927,7 @@ conf:
|
|||||||
ml2_conf:
|
ml2_conf:
|
||||||
ml2:
|
ml2:
|
||||||
extension_drivers: port_security
|
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.
|
# in 'network.backend' to sane defaults.
|
||||||
mechanism_drivers: null
|
mechanism_drivers: null
|
||||||
type_drivers: flat,vlan,vxlan
|
type_drivers: flat,vlan,vxlan
|
||||||
@ -1979,14 +1980,14 @@ conf:
|
|||||||
exclude_devices: ""
|
exclude_devices: ""
|
||||||
dhcp_agent:
|
dhcp_agent:
|
||||||
DEFAULT:
|
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.
|
# 'network.backend' to sane defaults.
|
||||||
interface_driver: null
|
interface_driver: null
|
||||||
dnsmasq_config_file: /etc/neutron/dnsmasq.conf
|
dnsmasq_config_file: /etc/neutron/dnsmasq.conf
|
||||||
force_metadata: True
|
force_metadata: True
|
||||||
l3_agent:
|
l3_agent:
|
||||||
DEFAULT:
|
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.
|
# 'network.backend' to sane defaults.
|
||||||
interface_driver: null
|
interface_driver: null
|
||||||
agent_mode: legacy
|
agent_mode: legacy
|
||||||
@ -2003,15 +2004,15 @@ conf:
|
|||||||
bagpipe_bgp: {}
|
bagpipe_bgp: {}
|
||||||
|
|
||||||
rabbitmq:
|
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:
|
policies:
|
||||||
- vhost: "neutron"
|
- vhost: "neutron"
|
||||||
name: "ha_ttl_neutron"
|
name: "ha_ttl_neutron"
|
||||||
definition:
|
definition:
|
||||||
#mirror messges to other nodes in rmq cluster
|
# mirror messges to other nodes in rmq cluster
|
||||||
ha-mode: "all"
|
ha-mode: "all"
|
||||||
ha-sync-mode: "automatic"
|
ha-sync-mode: "automatic"
|
||||||
#70s
|
# 70s
|
||||||
message-ttl: 70000
|
message-ttl: 70000
|
||||||
priority: 0
|
priority: 0
|
||||||
apply-to: all
|
apply-to: all
|
||||||
@ -2443,3 +2444,4 @@ manifests:
|
|||||||
secret_rabbitmq: true
|
secret_rabbitmq: true
|
||||||
service_ingress_server: true
|
service_ingress_server: true
|
||||||
service_server: true
|
service_server: true
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -29,4 +30,5 @@ pod:
|
|||||||
init: runtime/default
|
init: runtime/default
|
||||||
neutron-server:
|
neutron-server:
|
||||||
neutron-server: runtime/default
|
neutron-server: runtime/default
|
||||||
init: runtime/default
|
init: runtime/default
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
network:
|
network:
|
||||||
interface:
|
interface:
|
||||||
tunnel: br-phy-bond0
|
tunnel: br-phy-bond0
|
||||||
@ -28,3 +29,4 @@ conf:
|
|||||||
pci_id: '0000:00:06.0'
|
pci_id: '0000:00:06.0'
|
||||||
bridges:
|
bridges:
|
||||||
- name: br-phy-bond0
|
- name: br-phy-bond0
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
network:
|
network:
|
||||||
interface:
|
interface:
|
||||||
tunnel: br-phy
|
tunnel: br-phy
|
||||||
@ -22,3 +23,4 @@ conf:
|
|||||||
bridges:
|
bridges:
|
||||||
- name: br-phy
|
- name: br-phy
|
||||||
bonds: []
|
bonds: []
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
network:
|
network:
|
||||||
interface:
|
interface:
|
||||||
tunnel: docker0
|
tunnel: docker0
|
||||||
@ -20,3 +21,4 @@ conf:
|
|||||||
linuxbridge_agent:
|
linuxbridge_agent:
|
||||||
linux_bridge:
|
linux_bridge:
|
||||||
bridge_mappings: public:br-ex
|
bridge_mappings: public:br-ex
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
manifests:
|
manifests:
|
||||||
network_policy: true
|
network_policy: true
|
||||||
network_policy:
|
network_policy:
|
||||||
@ -9,3 +10,4 @@ network_policy:
|
|||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: %%%REPLACE_API_PORT%%%
|
port: %%%REPLACE_API_PORT%%%
|
||||||
|
...
|
||||||
|
@ -17,3 +17,4 @@ images:
|
|||||||
neutron_server: "docker.io/openstackhelm/neutron:ocata-ubuntu_xenial"
|
neutron_server: "docker.io/openstackhelm/neutron:ocata-ubuntu_xenial"
|
||||||
neutron_sriov_agent: docker.io/openstackhelm/neutron:ocata-18.04-sriov
|
neutron_sriov_agent: docker.io/openstackhelm/neutron:ocata-18.04-sriov
|
||||||
neutron_sriov_agent_init: docker.io/openstackhelm/neutron:ocata-18.04-sriov
|
neutron_sriov_agent_init: docker.io/openstackhelm/neutron:ocata-18.04-sriov
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
# api-paste entrypoint neutron.api.versions:Versions.factory was deprecated in Queens
|
# api-paste entrypoint neutron.api.versions:Versions.factory was deprecated in Queens
|
||||||
# See https://docs.openstack.org/releasenotes/neutron/queens.html
|
# See https://docs.openstack.org/releasenotes/neutron/queens.html
|
||||||
@ -5,3 +6,4 @@ conf:
|
|||||||
paste:
|
paste:
|
||||||
app:neutronversions:
|
app:neutronversions:
|
||||||
paste.app_factory: neutron.api.versions:Versions.factory
|
paste.app_factory: neutron.api.versions:Versions.factory
|
||||||
|
...
|
||||||
|
@ -17,3 +17,4 @@ images:
|
|||||||
neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:pike-ubuntu_xenial"
|
neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:pike-ubuntu_xenial"
|
||||||
neutron_server: "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"
|
neutron_bagpipe_bgp: "docker.io/openstackhelm/neutron:pike-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
conf:
|
conf:
|
||||||
# api-paste entrypoint neutron.api.versions:Versions.factory was deprecated in Queens
|
# api-paste entrypoint neutron.api.versions:Versions.factory was deprecated in Queens
|
||||||
# See https://docs.openstack.org/releasenotes/neutron/queens.html
|
# See https://docs.openstack.org/releasenotes/neutron/queens.html
|
||||||
@ -5,3 +6,4 @@ conf:
|
|||||||
paste:
|
paste:
|
||||||
app:neutronversions:
|
app:neutronversions:
|
||||||
paste.app_factory: neutron.api.versions:Versions.factory
|
paste.app_factory: neutron.api.versions:Versions.factory
|
||||||
|
...
|
||||||
|
@ -17,3 +17,4 @@ images:
|
|||||||
neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:queens-ubuntu_xenial"
|
neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:queens-ubuntu_xenial"
|
||||||
neutron_server: "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"
|
neutron_bagpipe_bgp: "docker.io/openstackhelm/neutron:queens-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -17,3 +17,4 @@ images:
|
|||||||
neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:rocky-opensuse_15"
|
neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:rocky-opensuse_15"
|
||||||
neutron_server: "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"
|
neutron_bagpipe_bgp: "docker.io/openstackhelm/neutron:rocky-opensuse_15"
|
||||||
|
...
|
||||||
|
@ -17,3 +17,4 @@ images:
|
|||||||
neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:rocky-ubuntu_bionic"
|
neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:rocky-ubuntu_bionic"
|
||||||
neutron_server: "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"
|
neutron_bagpipe_bgp: "docker.io/openstackhelm/neutron:rocky-ubuntu_bionic"
|
||||||
|
...
|
||||||
|
@ -17,3 +17,4 @@ images:
|
|||||||
neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:rocky-ubuntu_xenial"
|
neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:rocky-ubuntu_xenial"
|
||||||
neutron_server: "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"
|
neutron_bagpipe_bgp: "docker.io/openstackhelm/neutron:rocky-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
network:
|
network:
|
||||||
interface:
|
interface:
|
||||||
sriov:
|
sriov:
|
||||||
@ -9,8 +10,8 @@ network:
|
|||||||
promisc: false
|
promisc: false
|
||||||
tunnel: br-phy-bond0
|
tunnel: br-phy-bond0
|
||||||
backend:
|
backend:
|
||||||
- openvswitch
|
- openvswitch
|
||||||
- sriov
|
- sriov
|
||||||
conf:
|
conf:
|
||||||
auto_bridge_add:
|
auto_bridge_add:
|
||||||
br-ex: null
|
br-ex: null
|
||||||
@ -92,3 +93,4 @@ dependencies:
|
|||||||
labels:
|
labels:
|
||||||
application: neutron
|
application: neutron
|
||||||
component: neutron-sriov-agent
|
component: neutron-sriov-agent
|
||||||
|
...
|
||||||
|
@ -16,3 +16,4 @@ images:
|
|||||||
neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:train-ubuntu_bionic"
|
neutron_openvswitch_agent: "docker.io/openstackhelm/neutron:train-ubuntu_bionic"
|
||||||
neutron_server: "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"
|
neutron_bagpipe_bgp: "docker.io/openstackhelm/neutron:train-ubuntu_bionic"
|
||||||
|
...
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Declare name/value pairs to be passed into your templates.
|
# Declare name/value pairs to be passed into your templates.
|
||||||
# name: value
|
# name: value
|
||||||
|
|
||||||
|
---
|
||||||
release_group: null
|
release_group: null
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
@ -1819,15 +1820,15 @@ conf:
|
|||||||
format: "%(message)s"
|
format: "%(message)s"
|
||||||
datefmt: "%Y-%m-%d %H:%M:%S"
|
datefmt: "%Y-%m-%d %H:%M:%S"
|
||||||
rabbitmq:
|
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:
|
policies:
|
||||||
- vhost: "nova"
|
- vhost: "nova"
|
||||||
name: "ha_ttl_nova"
|
name: "ha_ttl_nova"
|
||||||
definition:
|
definition:
|
||||||
#mirror messges to other nodes in rmq cluster
|
# mirror messges to other nodes in rmq cluster
|
||||||
ha-mode: "all"
|
ha-mode: "all"
|
||||||
ha-sync-mode: "automatic"
|
ha-sync-mode: "automatic"
|
||||||
#70s
|
# 70s
|
||||||
message-ttl: 70000
|
message-ttl: 70000
|
||||||
priority: 0
|
priority: 0
|
||||||
apply-to: all
|
apply-to: all
|
||||||
@ -2638,3 +2639,4 @@ manifests:
|
|||||||
service_spiceproxy: true
|
service_spiceproxy: true
|
||||||
service_osapi: true
|
service_osapi: true
|
||||||
statefulset_compute_ironic: false
|
statefulset_compute_ironic: false
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pod:
|
pod:
|
||||||
mandatory_access_control:
|
mandatory_access_control:
|
||||||
type: apparmor
|
type: apparmor
|
||||||
@ -33,4 +34,5 @@ pod:
|
|||||||
nova-cell-setup:
|
nova-cell-setup:
|
||||||
nova-cell-setup: runtime/default
|
nova-cell-setup: runtime/default
|
||||||
nova-cell-setup-init: runtime/default
|
nova-cell-setup-init: runtime/default
|
||||||
init: runtime/default
|
init: runtime/default
|
||||||
|
...
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
manifests:
|
manifests:
|
||||||
network_policy: true
|
network_policy: true
|
||||||
network_policy:
|
network_policy:
|
||||||
@ -16,3 +17,4 @@ network_policy:
|
|||||||
placement:
|
placement:
|
||||||
egress:
|
egress:
|
||||||
- {}
|
- {}
|
||||||
|
...
|
||||||
|
@ -22,3 +22,4 @@ images:
|
|||||||
nova_spiceproxy: "docker.io/openstackhelm/nova:ocata-ubuntu_xenial"
|
nova_spiceproxy: "docker.io/openstackhelm/nova:ocata-ubuntu_xenial"
|
||||||
nova_spiceproxy_assets: "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"
|
nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -23,3 +23,4 @@ conf:
|
|||||||
nova:
|
nova:
|
||||||
DEFAULT:
|
DEFAULT:
|
||||||
mkisofs_cmd: mkisofs
|
mkisofs_cmd: mkisofs
|
||||||
|
...
|
||||||
|
@ -20,7 +20,8 @@ images:
|
|||||||
nova_novncproxy_assets: "docker.io/openstackhelm/nova:pike-ubuntu_xenial"
|
nova_novncproxy_assets: "docker.io/openstackhelm/nova:pike-ubuntu_xenial"
|
||||||
nova_placement: "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_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: "docker.io/openstackhelm/nova:pike-ubuntu_xenial"
|
||||||
nova_spiceproxy_assets: "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"
|
nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -20,7 +20,8 @@ images:
|
|||||||
nova_novncproxy_assets: "docker.io/openstackhelm/nova:queens-ubuntu_xenial"
|
nova_novncproxy_assets: "docker.io/openstackhelm/nova:queens-ubuntu_xenial"
|
||||||
nova_placement: "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_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: "docker.io/openstackhelm/nova:queens-ubuntu_xenial"
|
||||||
nova_spiceproxy_assets: "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"
|
nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial"
|
||||||
|
...
|
||||||
|
@ -20,8 +20,9 @@ images:
|
|||||||
nova_novncproxy_assets: "docker.io/openstackhelm/nova:rocky-opensuse_15"
|
nova_novncproxy_assets: "docker.io/openstackhelm/nova:rocky-opensuse_15"
|
||||||
nova_placement: "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_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: "docker.io/openstackhelm/nova:rocky-opensuse_15"
|
||||||
nova_spiceproxy_assets: "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"
|
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
Loading…
Reference in New Issue
Block a user