Merge "gate: fix ceph on centos"
This commit is contained in:
commit
f2300e9e68
@ -30,6 +30,9 @@ if [ "x${ID}" == "xubuntu" ] && \
|
||||
else
|
||||
CRUSH_TUNABLES=null
|
||||
fi
|
||||
if [ "x${ID}" == "xcentos" ]; then
|
||||
CRUSH_TUNABLES=hammer
|
||||
fi
|
||||
tee /tmp/ceph.yaml << EOF
|
||||
endpoints:
|
||||
identity:
|
||||
|
@ -21,7 +21,6 @@ helm upgrade --install mariadb ./mariadb \
|
||||
--namespace=openstack \
|
||||
${OSH_EXTRA_HELM_ARGS} \
|
||||
${OSH_EXTRA_HELM_ARGS_MARIADB}
|
||||
|
||||
#NOTE: Wait for deploy
|
||||
./tools/deployment/common/wait-for-pods.sh openstack
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user