Pin puppetlabs-mysql to get CI going

The recent CI downtime is reportedly caused by update to
puppetlabs-mysql. Let's pin it first and then un-pin together with a
fix, or wait till puppetlabs-mysql is fixed. It's not yet obvious where
the fix should happen.

Change-Id: I9d456a157e4803f62a95fc69013f51e97b23dfa1
Related-Bug: #1525314
This commit is contained in:
Jiri Stransky 2015-12-11 17:33:31 +01:00
parent a84eef9344
commit aa7dc205bd
1 changed files with 8 additions and 0 deletions

View File

@ -307,6 +307,10 @@ function undercloud {
# We use puppet modules from source by default for master, for stable we
# currently use a stable package (we may eventually want to use a
# stable-puppet-modules element instead so we can set DIB_REPOREF.., etc)
# pin for https://bugs.launchpad.net/tripleo/+bug/1525314
export DIB_REPOREF_puppetlabs_mysql=60393f7d4a42d96e67436249b940a2374bffbe77
if [ -z "$STABLE_RELEASE" ]; then
export DIB_INSTALLTYPE_puppet_modules=${DIB_INSTALLTYPE_puppet_modules:-source}
else
@ -340,6 +344,10 @@ function overcloud_images {
# We use puppet modules from source by default for master, for stable we
# currently use a stable package (we may eventually want to use a
# stable-puppet-modules element instead so we can set DIB_REPOREF.., etc)
# pin for https://bugs.launchpad.net/tripleo/+bug/1525314
export DIB_REPOREF_puppetlabs_mysql=60393f7d4a42d96e67436249b940a2374bffbe77
if [ -z "$STABLE_RELEASE" ]; then
export DIB_INSTALLTYPE_puppet_modules=${DIB_INSTALLTYPE_puppet_modules:-source}
else