Move heat static configs to Armada manifest
Move all heat static configurations from the overrides to the Armada manifest. This is being done so we have a consistent way of managing containerized openstack configurations. Static configurations will be located in the Armada manifest and dynamic configuration will be located in the overrides files. Story: 2003909 Task: 29455 Change-Id: Ie35b1696b9fce0458db724fc8163d5d181e0768a Signed-off-by: Kristine Bujold <kristine.bujold@windriver.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
SRC_DIR="stx-openstack-helm"
|
||||
COPY_LIST_TO_TAR="$PKG_BASE/../../../helm-charts/rbd-provisioner $PKG_BASE/../../../helm-charts/garbd"
|
||||
TIS_PATCH_VER=4
|
||||
TIS_PATCH_VER=5
|
||||
|
||||
@@ -927,6 +927,10 @@ data:
|
||||
release_group: osh-openstack-heat
|
||||
component: test
|
||||
values:
|
||||
endpoints:
|
||||
oslo_cache:
|
||||
hosts:
|
||||
default: heat-memcached
|
||||
labels:
|
||||
api:
|
||||
node_selector_key: openstack-control-plane
|
||||
|
||||
@@ -927,6 +927,10 @@ data:
|
||||
release_group: osh-openstack-heat
|
||||
component: test
|
||||
values:
|
||||
endpoints:
|
||||
oslo_cache:
|
||||
hosts:
|
||||
default: heat-memcached
|
||||
labels:
|
||||
api:
|
||||
node_selector_key: openstack-control-plane
|
||||
|
||||
Reference in New Issue
Block a user