Merge "[stable-only] gate: Pin CEPH_RELEASE to nautilus in LM hook" into stable/rocky

This commit is contained in:
Zuul 2021-03-15 12:41:16 +00:00 committed by Gerrit Code Review
commit ee813f733f
2 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,7 @@ function prepare_ceph {
configure_ceph
#install ceph-common package on compute nodes
$ANSIBLE subnodes --become -f 5 -i "$WORKSPACE/inventory" -m raw -a "executable=/bin/bash
export CEPH_RELEASE=nautilus
source $BASE/new/devstack/functions
source $BASE/new/devstack/functions-common
git clone https://git.openstack.org/openstack/devstack-plugin-ceph /tmp/devstack-plugin-ceph

View File

@ -42,6 +42,11 @@ echo '2. NFS testing is skipped due to setup failures with Ubuntu 16.04'
#nfs_teardown
echo '3. test with Ceph for root + ephemeral disks'
# NOTE(lyarwood): Pin the CEPH_RELEASE to nautilus here as was the case
# prior to https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/777232
# landing in the branchless plugin, we also have to pin in ceph.sh when
# configuring ceph on a remote node via ansible.
export CEPH_RELEASE=nautilus
GetOSVersion
prepare_ceph
GLANCE_API_CONF=${GLANCE_API_CONF:-/etc/glance/glance-api.conf}