Muehlenhoff has uploaded a new change for review. https://gerrit.wikimedia.org/r/247816
Change subject: Assign salt grains for stat servers ...................................................................... Assign salt grains for stat servers Change-Id: I812c362c3ffd8043568d8c656c9d7a7a80c90e4b --- M hieradata/role/common/statistics/cruncher.yaml M hieradata/role/common/statistics/private.yaml M hieradata/role/common/statistics/web.yaml M modules/debdeploy/templates/debdeploy.erb 4 files changed, 10 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/16/247816/1 diff --git a/hieradata/role/common/statistics/cruncher.yaml b/hieradata/role/common/statistics/cruncher.yaml index 607e170..074472f 100644 --- a/hieradata/role/common/statistics/cruncher.yaml +++ b/hieradata/role/common/statistics/cruncher.yaml @@ -4,3 +4,6 @@ - statistics-admins - statistics-users - researchers +debdeploy::grains: + debdeploy-stat: + value: standard diff --git a/hieradata/role/common/statistics/private.yaml b/hieradata/role/common/statistics/private.yaml index 43fc594..b22b38d 100644 --- a/hieradata/role/common/statistics/private.yaml +++ b/hieradata/role/common/statistics/private.yaml @@ -5,3 +5,6 @@ - analytics-privatedata-users - analytics-roots - analytics-admins +debdeploy::grains: + debdeploy-stat: + value: standard diff --git a/hieradata/role/common/statistics/web.yaml b/hieradata/role/common/statistics/web.yaml index 70a0bd6..f8ec554 100644 --- a/hieradata/role/common/statistics/web.yaml +++ b/hieradata/role/common/statistics/web.yaml @@ -1,3 +1,6 @@ cluster: analytics admin::groups: - statistics-web-users +debdeploy::grains: + debdeploy-stat: + value: standard diff --git a/modules/debdeploy/templates/debdeploy.erb b/modules/debdeploy/templates/debdeploy.erb index bd1f313..55474dc 100644 --- a/modules/debdeploy/templates/debdeploy.erb +++ b/modules/debdeploy/templates/debdeploy.erb @@ -38,3 +38,4 @@ bastion-canary = debdeploy-bastion:canary dns-auth = debdeploy-authdns:standard dns-auth-canary = debdeploy-authdns:canary +stat = debdeploy-stat:standard \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/247816 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I812c362c3ffd8043568d8c656c9d7a7a80c90e4b 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
