Muehlenhoff has submitted this change and it was merged. Change subject: Assign salt grains for wdqs ......................................................................
Assign salt grains for wdqs Change-Id: I9286df149c8e9c6164fa056c53314dc073d5b135 --- M hieradata/role/common/wdqs.yaml M modules/debdeploy/templates/debdeploy.erb 2 files changed, 4 insertions(+), 0 deletions(-) Approvals: Muehlenhoff: Verified; Looks good to me, approved diff --git a/hieradata/role/common/wdqs.yaml b/hieradata/role/common/wdqs.yaml index 6f99dbc..0f04540 100644 --- a/hieradata/role/common/wdqs.yaml +++ b/hieradata/role/common/wdqs.yaml @@ -4,3 +4,6 @@ - wdqs-admins cluster: wdqs contactgroups: admins,wdqs-admins +debdeploy::grains: + debdeploy-wdqs: + value: standard diff --git a/modules/debdeploy/templates/debdeploy.erb b/modules/debdeploy/templates/debdeploy.erb index 12e0575..6fd5b04 100644 --- a/modules/debdeploy/templates/debdeploy.erb +++ b/modules/debdeploy/templates/debdeploy.erb @@ -83,3 +83,4 @@ maps = debdeploy-maps-master:standard, debdeploy-maps-slave:standard labvirt = debdeploy-nova-compute:standard labvirt-canary = debdeploy-nova-compute:canary +wdqs = debdeploy-wdqs:standard -- To view, visit https://gerrit.wikimedia.org/r/248332 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9286df149c8e9c6164fa056c53314dc073d5b135 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Muehlenhoff <[email protected]> Gerrit-Reviewer: Muehlenhoff <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
