mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2026-01-07 16:11:27 +00:00
Merge "Fix -- Ceph in multinode gate"
This commit is contained in:
@@ -76,6 +76,8 @@ function find_multi_subnet_range {
|
||||
if ! [ "$(ip_diff $X)" -eq "0" ]; then
|
||||
SUBMASK=$(((($X - 1 )) * 8))
|
||||
break
|
||||
elif [ $X -eq "4" ]; then
|
||||
SUBMASK=24
|
||||
fi
|
||||
done
|
||||
echo ${FIRST_IP_SUBNET%/*}/${SUBMASK}
|
||||
|
||||
Reference in New Issue
Block a user