Muehlenhoff has uploaded a new change for review. https://gerrit.wikimedia.org/r/246955
Change subject: Add salt grains for ocg ...................................................................... Add salt grains for ocg Change-Id: Iba53357a15bf43e848f89fefc7f557c1f9b68ec8 --- M hieradata/role/common/ocg.yaml M modules/debdeploy/templates/debdeploy.erb 2 files changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/55/246955/1 diff --git a/hieradata/role/common/ocg.yaml b/hieradata/role/common/ocg.yaml index 3c71485..9dc77ee 100644 --- a/hieradata/role/common/ocg.yaml +++ b/hieradata/role/common/ocg.yaml @@ -2,3 +2,6 @@ admin::groups: - ocg-render-admins role::ocg::tmpfs_size: '32G' +debdeploy::grains: + debdeploy-ocg: + value: standard diff --git a/modules/debdeploy/templates/debdeploy.erb b/modules/debdeploy/templates/debdeploy.erb index f1bd32c..e450623 100644 --- a/modules/debdeploy/templates/debdeploy.erb +++ b/modules/debdeploy/templates/debdeploy.erb @@ -21,3 +21,4 @@ restbase = debdeploy-restbase-codfw:standard, debdeploy-restbase-eqiad:standard etcd = debdeploy-etcd:standard mx = debdeploy-mx:standard +ocg = debdeploy-ocg:standard -- To view, visit https://gerrit.wikimedia.org/r/246955 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iba53357a15bf43e848f89fefc7f557c1f9b68ec8 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
