Jcrespo has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/402327 )
Change subject: dbproxy: Switchover labsdb1009 to labsdb1010 ...................................................................... dbproxy: Switchover labsdb1009 to labsdb1010 Serve web requests from labsdb1009 instead (while we wait for it to be fully depooled from analytics. Change-Id: I2168d0a0fd501686351c7609756f43b4a74ed875 --- M hieradata/hosts/dbproxy1011.yaml 1 file changed, 4 insertions(+), 4 deletions(-) Approvals: jenkins-bot: Verified Jcrespo: Looks good to me, approved diff --git a/hieradata/hosts/dbproxy1011.yaml b/hieradata/hosts/dbproxy1011.yaml index 9c94c45..2bd2861 100644 --- a/hieradata/hosts/dbproxy1011.yaml +++ b/hieradata/hosts/dbproxy1011.yaml @@ -1,7 +1,7 @@ profile::mariadb::proxy::pid: '/var/run/haproxy.pid' profile::mariadb::proxy::socket: '/tmp/haproxy.socket' -profile::mariadb::proxy::master::primary_name: 'labsdb1011' -profile::mariadb::proxy::master::primary_addr: '10.64.37.24' -profile::mariadb::proxy::master::secondary_name: 'labsdb1010' -profile::mariadb::proxy::master::secondary_addr: '10.64.37.23' +profile::mariadb::proxy::master::primary_name: 'labsdb1010' +profile::mariadb::proxy::master::primary_addr: '10.64.37.23' +profile::mariadb::proxy::master::secondary_name: 'labsdb1011' +profile::mariadb::proxy::master::secondary_addr: '10.64.37.24' profile::mariadb::proxy::firewall: 'disabled' -- To view, visit https://gerrit.wikimedia.org/r/402327 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2168d0a0fd501686351c7609756f43b4a74ed875 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Jcrespo <[email protected]> Gerrit-Reviewer: Jcrespo <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
