Lcarr has submitted this change and it was merged.

Change subject: Temporarily install apachebench on wtp1004
......................................................................


Temporarily install apachebench on wtp1004

Gabriel is using it for benchmarking to determine how many Parsoid
machines to buy.

I installed this by hand on March 1st, but Leslie told me to puppetize
it anyway, so here goes. Once it's no longer needed, we'll change this
to ensure=>absent.

Change-Id: I96d30802b7bcce52637689d13f8fecf5be89b2cc
---
M manifests/site.pp
1 file changed, 7 insertions(+), 0 deletions(-)

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



diff --git a/manifests/site.pp b/manifests/site.pp
index 6596c7b..66f1f9a 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2785,6 +2785,13 @@
 
        class { "lvs::realserver": realserver_ips => [ "10.2.2.28" ] }
 
+       if $hostname == "wtp1004" {
+               # Temporary apachebench install for Gabriel --Roan 2013-03-15
+               package { [ "apache2-utils" ]:
+                       ensure => latest
+               }
+       }
+
 }
 
 node /^solr(100)?[1-3]\.(eqiad|pmtpa)\.wmnet/ {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I96d30802b7bcce52637689d13f8fecf5be89b2cc
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Lcarr <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to