Marostegui has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/398222 )

Change subject: site.pp: Failover labsdb1011 to labsdb1010
......................................................................


site.pp: Failover labsdb1011 to labsdb1010

labsdb1011 is delayed due to the ongoing ALTER table on s4 which already
finished on labsdb1010.
Let's failover to labsdb1010 until the alter is finished on labsdb1011

Bug: T174569
Change-Id: I03dcb69e837fbd1417f9209ce0fef16059f8745f
---
M manifests/site.pp
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Marostegui: Looks good to me, approved
  jenkins-bot: Verified
  Jcrespo: Looks good to me, but someone else must approve



diff --git a/manifests/site.pp b/manifests/site.pp
index d058f15..6618172 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -690,10 +690,10 @@
 node 'dbproxy1011.eqiad.wmnet' {
     class { '::role::mariadb::proxy::master':
         shard          => 'labsdb',
-        primary_name   => 'labsdb1011',
-        primary_addr   => '10.64.37.24',
-        secondary_name => 'labsdb1010',
-        secondary_addr => '10.64.37.23',
+        primary_name   => 'labsdb1010',
+        primary_addr   => '10.64.37.23',
+        secondary_name => 'labsdb1011',
+        secondary_addr => '10.64.37.24',
     }
 }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/398222
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I03dcb69e837fbd1417f9209ce0fef16059f8745f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Marostegui <[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

Reply via email to