Ottomata has uploaded a new change for review. https://gerrit.wikimedia.org/r/307532
Change subject: Add druid zk host specific hiera configuration ...................................................................... Add druid zk host specific hiera configuration Bug: T138263 Change-Id: Ia89f3645080f71170cb4cc2c099b4ee0ef9b0a4c --- A hieradata/hosts/druid1001.yaml A hieradata/hosts/druid1002.yaml A hieradata/hosts/druid1003.yaml 3 files changed, 9 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/32/307532/1 diff --git a/hieradata/hosts/druid1001.yaml b/hieradata/hosts/druid1001.yaml new file mode 100644 index 0000000..b0473d8 --- /dev/null +++ b/hieradata/hosts/druid1001.yaml @@ -0,0 +1,3 @@ +# Druid nodes get their own Zookeeper cluster to isolate them +# from the production ones. +zookeeper_cluster_name: druid-eqiad diff --git a/hieradata/hosts/druid1002.yaml b/hieradata/hosts/druid1002.yaml new file mode 100644 index 0000000..caf7a43 --- /dev/null +++ b/hieradata/hosts/druid1002.yaml @@ -0,0 +1,3 @@ +# Druid nodes get their own Zookeeper cluster to isolate them +# from the production ones. +zookeeper_cluster_name: druid-eqiad \ No newline at end of file diff --git a/hieradata/hosts/druid1003.yaml b/hieradata/hosts/druid1003.yaml new file mode 100644 index 0000000..b0473d8 --- /dev/null +++ b/hieradata/hosts/druid1003.yaml @@ -0,0 +1,3 @@ +# Druid nodes get their own Zookeeper cluster to isolate them +# from the production ones. +zookeeper_cluster_name: druid-eqiad -- To view, visit https://gerrit.wikimedia.org/r/307532 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia89f3645080f71170cb4cc2c099b4ee0ef9b0a4c Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ottomata <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
