Enable ceph-audit to run even if stx-openstack is not running

Ceph audit role is to set the replication for Ceph pools to the
value configured for them in system inventory. This should happen
even if openstack application is not running. Currently the job
remains in 'pending' till openstack application is started.

Closes-Bug: #1831475
Change-Id: Ie767f69c633656f39662cd2b3be4daf3541e35d3
Signed-off-by: Ovidiu Poncea <ovidiu.poncea@windriver.com>
This commit is contained in:
Ovidiu Poncea
2019-06-03 19:04:18 +03:00
committed by Al Bailey
parent a974b35ce4
commit f713bfe4a4
2 changed files with 3 additions and 3 deletions

View File

@@ -8,8 +8,8 @@ replicaCount: 1
labels:
job:
node_selector_key: openstack-control-plane
node_selector_value: enabled
node_selector_key: node-role.kubernetes.io/master
node_selector_value: ""
name: ceph-pools-audit
ceph_client:

View File

@@ -5,4 +5,4 @@ $PKG_BASE/../../../helm-charts/node-feature-discovery \
$PKG_BASE/../../../helm-charts/rbd-provisioner \
$PKG_BASE/../../../helm-charts/ceph-pools-audit"
TIS_PATCH_VER=6
TIS_PATCH_VER=7