Akosiaris has submitted this change and it was merged.

Change subject: Hold puppetmaster version to 2.7.11-1ubuntu2.3
......................................................................


Hold puppetmaster version to 2.7.11-1ubuntu2.3

There seems to be a bug in 2.7.11-1ubuntu2.4 that causes staffords CPU
to spike. While we chase down the bug with Ubuntu/upstream hold the
version of puppet packages on puppetmaster's

Change-Id: I9452dba4d525b93ee229f5bfb3c99513417195c7
---
M manifests/puppetmaster.pp
1 file changed, 3 insertions(+), 1 deletion(-)

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



diff --git a/manifests/puppetmaster.pp b/manifests/puppetmaster.pp
index 9845c74..973e12e 100644
--- a/manifests/puppetmaster.pp
+++ b/manifests/puppetmaster.pp
@@ -27,8 +27,10 @@
        # Require /etc/puppet.conf to be in place, so the postinst scripts do 
the right things.
        require config
 
+    # TODO: 2013-09-02 latest => 2.7.11-1ubuntu2.3 due to a puppetmaster bug in
+    # 2.7.11-1ubuntu2.4. Revert it after bug is fixed
        package { [ "puppetmaster", "puppetmaster-common", "vim-puppet", 
"puppet-el", "rails", "libmysql-ruby", "ruby-json" ]:
-               ensure => latest;
+               ensure => '2.7.11-1ubuntu2.3',
        }
 
     class { 'backup::host':

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9452dba4d525b93ee229f5bfb3c99513417195c7
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Akosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: Akosiaris <akosia...@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