commit | 576d48c5dfdbd2e0bed52d750aecd2d5c2ed51b3 | [log] [tgz] |
---|---|---|
author | Sam Stoelinga <sammiestoel@gmail.com> | Fri Apr 06 18:18:02 2018 -0700 |
committer | Sam Stoelinga <sammiestoel@gmail.com> | Fri Apr 06 18:20:09 2018 -0700 |
tree | 5652b31ab7438cb0c5424c8b0c8cc9052fd5f155 | |
parent | 7ba05e4c8445647f703ae45bf45cbc8627b5fcc2 [diff] |
Fix prometheus:server targeting in ceph-add-node Change-Id: I656d8dcae5761664a6a654f05c5da8d9bda3365d Fixes-bug: https://mirantis.jira.com/browse/PROD-19186
diff --git a/ceph-add-node.groovy b/ceph-add-node.groovy index 92d61e0..e96ef81 100644 --- a/ceph-add-node.groovy +++ b/ceph-add-node.groovy
@@ -75,6 +75,6 @@ } salt.enforceState(pepperEnv, HOST, 'prometheus') - salt.enforceState(pepperEnv, 'I@prometheus', 'prometheus') + salt.enforceState(pepperEnv, 'I@prometheus:server', 'prometheus') } }