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

Change subject: smokeping: switch data rsync direction
......................................................................


smokeping: switch data rsync direction

This is to copy smokeping data back from codfw to eqiad
to switch smokeping back to eqiad.

Since "auto_sync" isn't set to true this will not
sync anything automatically, it just sets up the ferm
and rsyncd config snippets accordingly to let a human
run the sync command.

Later we will enable auto-sync.

Bug: T180812
Change-Id: I09ead68e3d7ba81546f6ba41e2ae70a97e363c4e
---
M modules/role/manifests/smokeping.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/modules/role/manifests/smokeping.pp 
b/modules/role/manifests/smokeping.pp
index 3b222fb..f4ad708 100644
--- a/modules/role/manifests/smokeping.pp
+++ b/modules/role/manifests/smokeping.pp
@@ -17,8 +17,8 @@
     rsync::quickdatacopy { 'var-lib-smokeping':
         ensure      => present,
         auto_sync   => false,
-        source_host => 'netmon1002.wikimedia.org',
-        dest_host   => 'netmon2001.wikimedia.org',
+        source_host => 'netmon2001.wikimedia.org',
+        dest_host   => 'netmon1002.wikimedia.org',
         module_path => '/var/lib/smokeping',
     }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I09ead68e3d7ba81546f6ba41e2ae70a97e363c4e
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Ayounsi <ayou...@wikimedia.org>
Gerrit-Reviewer: BBlack <bbl...@wikimedia.org>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Giuseppe Lavagetto <glavage...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to