Ryan Lane has submitted this change and it was merged. Change subject: Change redis config hash key to hostname rather than fqdn ......................................................................
Change redis config hash key to hostname rather than fqdn Seems the hash key is based on hostname, not fqdn. Change-Id: I7e549635d9f801ea725597a80122231e431984ed --- M manifests/role/keystone.pp 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Ryan Lane: Looks good to me, approved jenkins-bot: Verified diff --git a/manifests/role/keystone.pp b/manifests/role/keystone.pp index 419e411..e6cbf3d 100644 --- a/manifests/role/keystone.pp +++ b/manifests/role/keystone.pp @@ -83,7 +83,7 @@ if ($::realm == 'production') { $replication = { - 'virt0.pmtpa.wmnet' => 'virt1000.eqiad.wmnet' + 'virt0' => 'virt1000.eqiad.wmnet' } } else { $replication = { -- To view, visit https://gerrit.wikimedia.org/r/114429 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7e549635d9f801ea725597a80122231e431984ed Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ryan Lane <rl...@wikimedia.org> Gerrit-Reviewer: Ryan Lane <rl...@wikimedia.org> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits