Alexandros Kosiaris has submitted this change and it was merged.

Change subject: beta: fill in swift backend for upload varnish
......................................................................


beta: fill in swift backend for upload varnish

The beta cluster is lacking a Swift cluster. We are using an instance
with Nginx which serves thumbnails much like we used to do in production
back in 2013.

The instance is not puppetized, we will look at adding a Swift cluster
later on.  Meanwhile the instance got copy pasted from pmtpa to eqiad
and we have to fill in the LVS configuration used by the upload varnish
as a backend.

Since the LVS configuration hash vary by realm, it must be a noon
for production.

Change-Id: Id76d593dedff0a1ba3ed5ee524386d61f2c63598
---
M modules/lvs/manifests/configuration.pp
1 file changed, 3 insertions(+), 0 deletions(-)

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



diff --git a/modules/lvs/manifests/configuration.pp 
b/modules/lvs/manifests/configuration.pp
index 6936e3f..5eb95ab 100644
--- a/modules/lvs/manifests/configuration.pp
+++ b/modules/lvs/manifests/configuration.pp
@@ -342,6 +342,9 @@
             'search_poolbeta' => {},
             'search_prefix' => {},
             'swift' => {
+                # ms emulator set in July 2013. Beta does not have Swift yet.
+                # instance is an unpuppetized hack with nginx proxy.
+                'eqiad' => '10.68.16.189',  # deployment-upload.eqiad.wmflabs
                 'pmtpa' => '10.4.1.103',  # deployment-upload.pmtpa.wmflabs
             },
             'payments' => {},

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id76d593dedff0a1ba3ed5ee524386d61f2c63598
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <has...@free.fr>
Gerrit-Reviewer: Alexandros Kosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: Andrew Bogott <abog...@wikimedia.org>
Gerrit-Reviewer: ArielGlenn <ar...@wikimedia.org>
Gerrit-Reviewer: Faidon Liambotis <fai...@wikimedia.org>
Gerrit-Reviewer: Mark Bergsma <m...@wikimedia.org>
Gerrit-Reviewer: coren <mpellet...@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