ArielGlenn has submitted this change and it was merged.

Change subject: comment out phab role on iridium so puppet can run safely
......................................................................


comment out phab role on iridium so puppet can run safely

This should be reverted when T114363 is resolved.

Change-Id: Ic93a99eed80480aa21642c6683d5fd2debd11164
---
M manifests/site.pp
1 file changed, 3 insertions(+), 1 deletion(-)

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



diff --git a/manifests/site.pp b/manifests/site.pp
index 4dd382b..b270a17 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1211,7 +1211,9 @@
     interface::add_ip6_mapped { 'main':
         interface => 'eth0',
     }
-    role phabricator::main, backup::host
+    # role phabricator::main, backup::host
+    # re-enable phab when T114363 is resolved
+    role backup::host
     include standard
     include ganglia
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic93a99eed80480aa21642c6683d5fd2debd11164
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to