mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
Merge "Move common nova Train overrides from distro overrides"
This commit is contained in:
@@ -21,12 +21,3 @@ images:
|
||||
nova_spiceproxy: "docker.io/openstackhelm/nova:train-ubuntu_bionic"
|
||||
nova_spiceproxy_assets: "docker.io/openstackhelm/nova:train-ubuntu_bionic"
|
||||
nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic"
|
||||
manifests:
|
||||
# NOTE(lamt): The nova-consoleauth service has been removed. It was
|
||||
# deprecated since the 18.0.0 (Rocky) release.
|
||||
# See: https://docs.openstack.org/releasenotes/nova/train.html
|
||||
deployment_consoleauth: false
|
||||
# NOTE(lamt): Placement code was extracted from nova post Stein.
|
||||
# A placement chart will need to be deployed to replace.
|
||||
# See: https://docs.openstack.org/releasenotes/nova/train.html
|
||||
deployment_placement: false
|
||||
|
||||
9
nova/values_overrides/train.yaml
Normal file
9
nova/values_overrides/train.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
manifests:
|
||||
# NOTE(lamt): The nova-consoleauth service has been removed. It was
|
||||
# deprecated since the 18.0.0 (Rocky) release.
|
||||
# See: https://docs.openstack.org/releasenotes/nova/train.html
|
||||
deployment_consoleauth: false
|
||||
# NOTE(lamt): Placement code was extracted from nova post Stein.
|
||||
# A placement chart will need to be deployed to replace.
|
||||
# See: https://docs.openstack.org/releasenotes/nova/train.html
|
||||
deployment_placement: false
|
||||
Reference in New Issue
Block a user