commit | d5d672f039b2de31b407470e02250b1c0475b2e7 | [log] [tgz] |
---|---|---|
author | Tomek Jaroszyk <tjaroszyk@mirantis.com> | Thu Sep 17 15:34:05 2020 +0200 |
committer | Tomek Jaroszyk <tjaroszyk@mirantis.com> | Thu Sep 17 15:34:05 2020 +0200 |
tree | 3b73ded134aa478eba417c96d3a63c4c440bbd5d | |
parent | 9f68a42a66bbb1382b0419a88d9042c62ffa365d [diff] [blame] |
Fix parameter in ceph upgrade pipeline Related-Prod: PROD-35785 Change-Id: Ie11f9c6607b80bbcdb3ca9c42b639c1822a79f5d
diff --git a/ceph-upgrade.groovy b/ceph-upgrade.groovy index 6b40f17..63a5bd5 100644 --- a/ceph-upgrade.groovy +++ b/ceph-upgrade.groovy
@@ -242,7 +242,7 @@ if (TARGET_RELEASE == 'nautilus' ) { salt.cmdRun(pepperEnv, ADMIN_HOST, "ceph mon enable-msgr2") } - salt.enforceState(master, "I@ceph:common", "ceph.common") + salt.enforceState(pepperEnv, "I@ceph:common", "ceph.common") } }