Jcrespo has uploaded a new change for review. ( 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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/51/399351/1 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: newchange Gerrit-Change-Id: I67ff7ab9caebb57afb8cdfce0b906687ed70ae84 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Jcrespo <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
