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:
Kristine Bujold
2019-02-15 15:35:40 -05:00
parent 0dd4b86526
commit 99e86fc151
5 changed files with 11 additions and 8 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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