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:
|
||||||
@ -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
|
||||||
@ -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:
|
||||||
@ -173,7 +174,7 @@ conf:
|
|||||||
- 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:
|
||||||
@ -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:
|
||||||
@ -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
|
||||||
@ -21,3 +22,4 @@ pod:
|
|||||||
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
|
||||||
@ -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:
|
||||||
@ -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:
|
||||||
@ -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:
|
||||||
@ -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
|
||||||
@ -22,3 +23,4 @@ pod:
|
|||||||
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
|
||||||
@ -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:
|
||||||
@ -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
|
||||||
@ -30,3 +31,4 @@ pod:
|
|||||||
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:
|
||||||
@ -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:
|
||||||
@ -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
|
||||||
@ -34,3 +35,4 @@ pod:
|
|||||||
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
|
||||||
|
...
|
||||||
|
@ -24,3 +24,4 @@ images:
|
|||||||
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"
|
||||||
|
...
|
||||||
|
@ -24,3 +24,4 @@ images:
|
|||||||
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"
|
||||||
|
...
|
||||||
|
@ -25,3 +25,4 @@ images:
|
|||||||
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