Muehlenhoff has submitted this change and it was merged. Change subject: Assign salt grains for pool counters ......................................................................
Assign salt grains for pool counters Change-Id: Ide6986a17bc38b4fed1c047597a55a341e489e7e --- A hieradata/role/codfw/poolcounter.yaml A hieradata/role/eqiad/poolcounter.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/role/codfw/poolcounter.yaml b/hieradata/role/codfw/poolcounter.yaml new file mode 100644 index 0000000..5339b3f --- /dev/null +++ b/hieradata/role/codfw/poolcounter.yaml @@ -0,0 +1,3 @@ +debdeploy::grains: + debdeploy-poolcounter-codfw: + value: standard diff --git a/hieradata/role/eqiad/poolcounter.yaml b/hieradata/role/eqiad/poolcounter.yaml new file mode 100644 index 0000000..aaecadd --- /dev/null +++ b/hieradata/role/eqiad/poolcounter.yaml @@ -0,0 +1,3 @@ +debdeploy::grains: + debdeploy-poolcounter-eqiad: + value: standard diff --git a/modules/debdeploy/templates/debdeploy.erb b/modules/debdeploy/templates/debdeploy.erb index 602446a..a4aafea 100644 --- a/modules/debdeploy/templates/debdeploy.erb +++ b/modules/debdeploy/templates/debdeploy.erb @@ -86,3 +86,5 @@ labvirt-canary = debdeploy-nova-compute:canary wdqs = debdeploy-wdqs:standard spark = debdeploy-spark-worker:standard +poolcounter-eqiad = debdeploy-poolcounter-eqiad:standard +poolcounter-codfw = debdeploy-poolcounter-codfw:standard -- To view, visit https://gerrit.wikimedia.org/r/248338 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ide6986a17bc38b4fed1c047597a55a341e489e7e 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
