From 5a896f7da1fe731255f1e0f74a4b24947be034cd Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 24 Jan 2019 10:11:58 +0100 Subject: [PATCH] Pin puppet version 5.5. for CentOS beaker jobs We merged [1] which now makes sure we use actually latest puppet version and not latest 5.5 version. I however forgot that we need to pin puppet version 5.5 for CentOS jobs since it doesn't support the required Ruby version for Puppet 6. [1] https://review.openstack.org/#/c/618920/ Change-Id: Id5ebc4ff8841768cdad756b847403e54ea24e188 --- zuul.d/base.yaml | 1 + zuul.d/beaker.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 1235c3308..787786328 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -175,6 +175,7 @@ nodeset: centos-7 vars: nodepool_type: centos7 + puppet_gem_version: 5.5 - job: name: puppet-openstack-beaker-ubuntu-bionic diff --git a/zuul.d/beaker.yaml b/zuul.d/beaker.yaml index 1e429314d..6c15ac0d1 100644 --- a/zuul.d/beaker.yaml +++ b/zuul.d/beaker.yaml @@ -29,6 +29,7 @@ - ^.gitignore$ vars: nodepool_type: centos7 + puppet_gem_version: 5.5 - job: name: puppet-openstack-libraries-puppet-beaker-rspec-ubuntu-bionic