Mark Bergsma has submitted this change and it was merged.
Change subject: beta: lvs upload IP set to the apache backends
......................................................................
beta: lvs upload IP set to the apache backends
The labs does not have support for LVS so we directly specify the two
Apache boxes as varnish backends.
Puppet error was:
$$$lvs::configuration::lvs_service_ips[$::realm]["upload"]["pmtpa"] is
not an hash or array when accessing it with uploadsvc at
/etc/puppet/manifests/role/cache.pp:382 on node i-000005de.pmtpa.wmflabs
Change-Id: I516921cb0d89ddb600613c2d6c6e55ebd87ee670
---
M manifests/lvs.pp
1 file changed, 6 insertions(+), 1 deletion(-)
Approvals:
Mark Bergsma: Looks good to me, approved
jenkins-bot: Verified
diff --git a/manifests/lvs.pp b/manifests/lvs.pp
index c165443..4855efa 100644
--- a/manifests/lvs.pp
+++ b/manifests/lvs.pp
@@ -405,7 +405,12 @@
'search_prefix' => {},
'swift' => {},
'payments' => {},
- 'upload' => {},
+ 'upload' => {
+ 'pmtpa' => [
+ '10.4.0.166', # deployment-apache32
+ '10.4.0.187', # deployment-apache33
+ ],
+ },
'parsoid' => {},
}
}
--
To view, visit https://gerrit.wikimedia.org/r/49830
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I516921cb0d89ddb600613c2d6c6e55ebd87ee670
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Mark Bergsma <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits