Fix the global_index policy settings for containerized heat

Sets the following in the armada manifest

    software_configs:global_index: rule:context_is_admin
    stacks:global_index: rule:context_is_admin

Closes-Bug: 1814333
Change-Id: Ib037b39c320587c0220b432a4198197923396709
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
This commit is contained in:
Al Bailey 2019-02-06 14:54:55 -06:00
parent 052d92fb41
commit 6ab816bfdf
3 changed files with 9 additions and 1 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=2
TIS_PATCH_VER=3

View File

@ -783,6 +783,10 @@ data:
job:
node_selector_key: openstack-control-plane
node_selector_value: enabled
conf:
policy:
stacks:global_index: rule:context_is_admin
software_configs:global_index: rule:context_is_admin
pod:
replicas:
api: 2

View File

@ -783,6 +783,10 @@ data:
job:
node_selector_key: openstack-control-plane
node_selector_value: enabled
conf:
policy:
stacks:global_index: rule:context_is_admin
software_configs:global_index: rule:context_is_admin
pod:
replicas:
api: 2