Elukey has uploaded a new change for review. https://gerrit.wikimedia.org/r/323807
Change subject: Add temporary override to mc1019 hiera config to allow Redis config ...................................................................... Add temporary override to mc1019 hiera config to allow Redis config The mediawiki::redis_servers::eqiad hiera map is used in the memcached role to establish if Redis needs to be configured/installed on the host. Since mc1019 is not part of the official shards (testing phase), a temporary override is needed to trick puppet. Bug: T137345 Change-Id: I13e2baf458ae391e3cbfb1b1028f1cdb81495725 --- A hieradata/hosts/mc1019.yaml 1 file changed, 8 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/07/323807/1 diff --git a/hieradata/hosts/mc1019.yaml b/hieradata/hosts/mc1019.yaml new file mode 100644 index 0000000..acccf13 --- /dev/null +++ b/hieradata/hosts/mc1019.yaml @@ -0,0 +1,8 @@ +# Temporary override to test mc1019 before adding it to the official +# nutcracker's shards (Redis will not get installed/configured without this +# config). +# Bug: T137345 +mediawiki::redis_servers::eqiad: + shard01: + host: 10.64.0.80 + port: 6379 \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/323807 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I13e2baf458ae391e3cbfb1b1028f1cdb81495725 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Elukey <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
