Dzahn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/324797

Change subject: varnish misc: add phab2001 as a backend for phab-new
......................................................................

varnish misc: add phab2001 as a backend for phab-new

We want to start using phab2001.codfw.wmnet as a backend,
it's phabricator on jessie, as opposed to the current phab
on iridium/trusty.

We want to first access it as phabricator-new and use it for
staging without touching prod.

After we are done with that we will remove this again, similar
to how we had "gerrit-new" for a migration and then removed it again.

Ic88f41fe56829d adds phabricator-new to DNS.

Bug: T137928
Bug: T152132
Change-Id: I13ab7681996da3704f3261cd866b1f6824f47004
---
M modules/role/manifests/cache/misc.pp
1 file changed, 9 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/97/324797/1

diff --git a/modules/role/manifests/cache/misc.pp 
b/modules/role/manifests/cache/misc.pp
index ae7464d..bda0ee6 100644
--- a/modules/role/manifests/cache/misc.pp
+++ b/modules/role/manifests/cache/misc.pp
@@ -207,6 +207,15 @@
             'be_opts'     => $app_def_be_opts,
             'req_host_re' => '^([^.]+\.)?planet\.wikimedia\.org$'
         },
+        'phab2001' => { # codfw phab
+            'dynamic'  => 'no',
+            'type'     => 'random',
+            'backends' => ['phab2001.codfw.wmnet'],
+            'be_opts'  => $app_def_be_opts,
+            'req_host' => [
+                'phabricator-new.wikimedia.org',
+            ],
+        },
         'pybal_config' => {
             'dynamic'  => 'no',
             'type'     => 'random',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I13ab7681996da3704f3261cd866b1f6824f47004
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

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

Reply via email to