Merge "Update master jobs to use Ceph Reef"

This commit is contained in:
Zuul 2023-09-19 15:23:12 +00:00 committed by Gerrit Code Review
commit 038747c84f
5 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@ export DLRN_BASE=${DLRN_BASE:-${OS_NAME_VERS}-master/puppet-passed-ci}
export DLRN_DEPS_BASE=${DLRN_DEPS_BASE:-${OS_NAME_VERS}-master/deps/latest/}
export DLRN_BASE_URL=${DLRN_BASE_URL:-${OS_NAME_VERS}-master/puppet-passed-ci/delorean.repo}
export DLRN_DEPS_URL=${DLRN_DEPS_URL:-${OS_NAME_VERS}-master/delorean-deps.repo}
export CEPH_VERSION=${CEPH_VERSION:-quincy}
export CEPH_VERSION=${CEPH_VERSION:-reef}
export SCRIPT_DIR=$(cd `dirname $0` && pwd -P)
source $SCRIPT_DIR/functions

View File

@ -4,7 +4,7 @@ class openstack_integration::repos {
if $facts['ceph_version'] and $facts['ceph_version'] != '' {
$ceph_version_real = $facts['ceph_version']
} else {
$ceph_version_real = 'quincy'
$ceph_version_real = 'reef'
}
if $facts['os']['name'] == 'Ubuntu' and versioncmp($facts['os']['release']['major'], '22') >= 0 {

View File

@ -17,7 +17,7 @@ export SCRIPT_DIR=$(cd `dirname $0` && pwd -P)
source ${SCRIPT_DIR}/functions
export WORKSPACE=${WORKSPACE:-/tmp}
export CEPH_VERSION=${CEPH_VERSION:-quincy}
export CEPH_VERSION=${CEPH_VERSION:-reef}
export PUPPET_MAJ_VERSION=${PUPPET_MAJ_VERSION:-6}
export SCENARIO=${SCENARIO:-scenario001}
export MANAGE_PUPPET_MODULES=${MANAGE_PUPPET_MODULES:-true}

View File

@ -77,7 +77,7 @@
roles:
- zuul: zuul/zuul-jobs
vars:
ceph: quincy
ceph: reef
- job:
name: puppet-openstack-base

View File

@ -27,7 +27,7 @@
- ^setup.py$
- ^tox.ini$
vars:
ceph: quincy
ceph: reef
- job:
name: puppet-openstack-litmus-module-base