Filippo Giunchedi has uploaded a new change for review. https://gerrit.wikimedia.org/r/287970
Change subject: graphite: add cluster_users for codfw/eqiad ...................................................................... graphite: add cluster_users for codfw/eqiad Bug: T134889 Change-Id: I1b432247dd54257cafb74dd1a5b19d29b9366801 --- A hieradata/role/codfw/graphite/production.yaml A hieradata/role/eqiad/graphite/production.yaml 2 files changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/70/287970/1 diff --git a/hieradata/role/codfw/graphite/production.yaml b/hieradata/role/codfw/graphite/production.yaml new file mode 100644 index 0000000..509c8bc --- /dev/null +++ b/hieradata/role/codfw/graphite/production.yaml @@ -0,0 +1,3 @@ +graphite::web::cluster_servers: + - graphite2001.codfw.wmnet + - graphite2002.codfw.wmnet diff --git a/hieradata/role/eqiad/graphite/production.yaml b/hieradata/role/eqiad/graphite/production.yaml new file mode 100644 index 0000000..5ce29cc --- /dev/null +++ b/hieradata/role/eqiad/graphite/production.yaml @@ -0,0 +1,3 @@ +graphite::web::cluster_servers: + - graphite1001.eqiad.wmnet + - graphite1003.eqiad.wmnet -- To view, visit https://gerrit.wikimedia.org/r/287970 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1b432247dd54257cafb74dd1a5b19d29b9366801 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Filippo Giunchedi <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
