From 5964ca18a50ff1dca099332a6e5dca5ef78230f3 Mon Sep 17 00:00:00 2001 From: Andrii Ostapenko Date: Wed, 18 Mar 2020 19:10:41 -0500 Subject: [PATCH] Move common nova Train overrides from distro overrides Change-Id: I7392ae36f116c52eb4e1929721ffa19e61cf8d94 --- nova/values_overrides/train-ubuntu_bionic.yaml | 9 --------- nova/values_overrides/train.yaml | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 nova/values_overrides/train.yaml diff --git a/nova/values_overrides/train-ubuntu_bionic.yaml b/nova/values_overrides/train-ubuntu_bionic.yaml index f943d0e96f..d8a6d0943e 100644 --- a/nova/values_overrides/train-ubuntu_bionic.yaml +++ b/nova/values_overrides/train-ubuntu_bionic.yaml @@ -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 diff --git a/nova/values_overrides/train.yaml b/nova/values_overrides/train.yaml new file mode 100644 index 0000000000..677e86d358 --- /dev/null +++ b/nova/values_overrides/train.yaml @@ -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