Muehlenhoff has uploaded a new change for review. https://gerrit.wikimedia.org/r/247549
Change subject: Assign salt grains for ganeti ...................................................................... Assign salt grains for ganeti Change-Id: Ia3ce3d2555b7fe6a49536a4cf5ebdbe92a7e942a --- A hieradata/hosts/ganeti1001.yaml M hieradata/role/common/ganeti.yaml M modules/debdeploy/templates/debdeploy.erb 3 files changed, 8 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/49/247549/1 diff --git a/hieradata/hosts/ganeti1001.yaml b/hieradata/hosts/ganeti1001.yaml new file mode 100644 index 0000000..9e1b0f1 --- /dev/null +++ b/hieradata/hosts/ganeti1001.yaml @@ -0,0 +1,3 @@ +debdeploy::grains: + debdeploy-ganeti: + value: canary diff --git a/hieradata/role/common/ganeti.yaml b/hieradata/role/common/ganeti.yaml index f3f2d58..07ab122 100644 --- a/hieradata/role/common/ganeti.yaml +++ b/hieradata/role/common/ganeti.yaml @@ -11,3 +11,6 @@ - ganeti1002.eqiad.wmnet - ganeti1003.eqiad.wmnet - ganeti1004.eqiad.wmnet +debdeploy::grains: + debdeploy-ganeti: + value: standard diff --git a/modules/debdeploy/templates/debdeploy.erb b/modules/debdeploy/templates/debdeploy.erb index b642f9e..96b257e 100644 --- a/modules/debdeploy/templates/debdeploy.erb +++ b/modules/debdeploy/templates/debdeploy.erb @@ -32,3 +32,5 @@ videoscaler-canary = debdeploy-videoscaler:canary dumps = debdeploy-dumps:standard eventlogging = debdeploy-eventlogging:standard +ganeti = debdeploy-ganeti:standard +ganeti-canary = debdeploy-ganeti:canary -- To view, visit https://gerrit.wikimedia.org/r/247549 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia3ce3d2555b7fe6a49536a4cf5ebdbe92a7e942a Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Muehlenhoff <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
