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

Change subject: Turn on read: true to both clusters for now
......................................................................


Turn on read: true to both clusters for now

A bogus test is preventing the previous config from working, I'll
fix the phab code but for now lets patch over it with a config
change.

fixes T161772

Bug: T161772

Change-Id: I592954b0a19443d76f7bdd952691fd71cc06ff86
---
M hieradata/role/codfw/phabricator/main.yaml
M hieradata/role/eqiad/phabricator/main.yaml
2 files changed, 4 insertions(+), 4 deletions(-)

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



diff --git a/hieradata/role/codfw/phabricator/main.yaml 
b/hieradata/role/codfw/phabricator/main.yaml
index dd74381..a1625f8 100644
--- a/hieradata/role/codfw/phabricator/main.yaml
+++ b/hieradata/role/codfw/phabricator/main.yaml
@@ -21,17 +21,17 @@
     port: 9243
     hosts:
       - protocol: 'https'
-        host: 'search.svc.eqiad.wmnet'
+        host: 'search.svc.codfw.wmnet'
         version: 5
         roles:
-          read: false
+          read: true
           write: true
   - type: 'elasticsearch'
     path: '/phabricator'
     port: 9243
     hosts:
       - protocol: 'https'
-        host: 'search.svc.codfw.wmnet'
+        host: 'search.svc.eqiad.wmnet'
         version: 5
         roles:
           read: true
diff --git a/hieradata/role/eqiad/phabricator/main.yaml 
b/hieradata/role/eqiad/phabricator/main.yaml
index d550232..76d6ad4 100644
--- a/hieradata/role/eqiad/phabricator/main.yaml
+++ b/hieradata/role/eqiad/phabricator/main.yaml
@@ -41,5 +41,5 @@
         host: 'search.svc.codfw.wmnet'
         version: 5
         roles:
-          read: false
+          read: true
           write: true
\ No newline at end of file

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I592954b0a19443d76f7bdd952691fd71cc06ff86
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: 20after4 <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to