Akosiaris has uploaded a new change for review.

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


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/52/82252/1

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: newchange
Gerrit-Change-Id: I9452dba4d525b93ee229f5bfb3c99513417195c7
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Akosiaris <[email protected]>

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

Reply via email to