Muehlenhoff has submitted this change and it was merged. Change subject: Assign salt grains for openldap ......................................................................
Assign salt grains for openldap Change-Id: I4488441a689d864731414bacf1bfcaee0a080248 --- A hieradata/hosts/pollux.yaml A hieradata/role/common/openldap/corp.yaml M modules/debdeploy/templates/debdeploy.erb 3 files changed, 8 insertions(+), 0 deletions(-) Approvals: Muehlenhoff: Verified; Looks good to me, approved diff --git a/hieradata/hosts/pollux.yaml b/hieradata/hosts/pollux.yaml new file mode 100644 index 0000000..49f0be0 --- /dev/null +++ b/hieradata/hosts/pollux.yaml @@ -0,0 +1,3 @@ +debdeploy::grains: + debdeploy-openldap-corp: + value: canary diff --git a/hieradata/role/common/openldap/corp.yaml b/hieradata/role/common/openldap/corp.yaml new file mode 100644 index 0000000..27bd37c --- /dev/null +++ b/hieradata/role/common/openldap/corp.yaml @@ -0,0 +1,3 @@ +debdeploy::grains: + debdeploy-openldap-corp: + value: standard diff --git a/modules/debdeploy/templates/debdeploy.erb b/modules/debdeploy/templates/debdeploy.erb index 7919114..d32bd3c 100644 --- a/modules/debdeploy/templates/debdeploy.erb +++ b/modules/debdeploy/templates/debdeploy.erb @@ -106,3 +106,5 @@ mw = debdeploy-appserver-codfw:standard, debdeploy-appserver-eqiad:standard mw-canary = debdeploy-appserver-eqiad:canary mw-canary-single = debdeploy-appserver:single_canary +openldap-corp = debdeploy-openldap-corp:standard +openldap-corp-canary = debdeploy-openldap-corp:canary -- To view, visit https://gerrit.wikimedia.org/r/248848 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4488441a689d864731414bacf1bfcaee0a080248 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
