Faidon Liambotis has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/404442 )
Change subject: Rename pmacct to netinsights also in hiera ...................................................................... Rename pmacct to netinsights also in hiera Brown paper bag fix for the immediately preceding commit. Not sure if kafka-jumbo is the right Kafka cluster here, just following changes made previously by others knowing more about this than me :) Change-Id: I827ea3f6f87ec9e64fe372231af30cc2e1e25884 --- A hieradata/role/common/netinsights.yaml D hieradata/role/common/pmacct.yaml 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/42/404442/1 diff --git a/hieradata/role/common/netinsights.yaml b/hieradata/role/common/netinsights.yaml new file mode 100644 index 0000000..d4e70e6 --- /dev/null +++ b/hieradata/role/common/netinsights.yaml @@ -0,0 +1,2 @@ +profile::netinsights::kafka_cluster: 'jumbo-eqiad' +profile::netinsights::librdkafka_config: [] diff --git a/hieradata/role/common/pmacct.yaml b/hieradata/role/common/pmacct.yaml deleted file mode 100644 index 2a9f313..0000000 --- a/hieradata/role/common/pmacct.yaml +++ /dev/null @@ -1,2 +0,0 @@ -profile::pmacct::kafka_cluster: 'jumbo-eqiad' -profile::pmacct::librdkafka_config: [] -- To view, visit https://gerrit.wikimedia.org/r/404442 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I827ea3f6f87ec9e64fe372231af30cc2e1e25884 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Faidon Liambotis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
