Jcrespo has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/399351 )
Change subject: dbproxy: Prepare dbproxy1008 for reimage ...................................................................... dbproxy: Prepare dbproxy1008 for reimage Move socket to the default location and set the address on the modern format. Bug: T183249 Change-Id: I67ff7ab9caebb57afb8cdfce0b906687ed70ae84 --- M hieradata/hosts/dbproxy1008.yaml 1 file changed, 2 insertions(+), 4 deletions(-) Approvals: jenkins-bot: Verified Jcrespo: Looks good to me, approved diff --git a/hieradata/hosts/dbproxy1008.yaml b/hieradata/hosts/dbproxy1008.yaml index c7e6c74..a90956b 100644 --- a/hieradata/hosts/dbproxy1008.yaml +++ b/hieradata/hosts/dbproxy1008.yaml @@ -1,6 +1,4 @@ -profile::mariadb::proxy::pid: '/var/run/haproxy.pid' -profile::mariadb::proxy::socket: '/tmp/haproxy.socket' profile::mariadb::proxy::master::primary_name: 'db1043' -profile::mariadb::proxy::master::primary_addr: '10.64.16.32' +profile::mariadb::proxy::master::primary_addr: '10.64.16.32:3306' profile::mariadb::proxy::master::secondary_name: 'db1059' -profile::mariadb::proxy::master::secondary_addr: '10.64.32.29' +profile::mariadb::proxy::master::secondary_addr: '10.64.32.29:3306' -- To view, visit https://gerrit.wikimedia.org/r/399351 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I67ff7ab9caebb57afb8cdfce0b906687ed70ae84 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Jcrespo <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Jcrespo <[email protected]> Gerrit-Reviewer: Marostegui <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
