Compare commits
10 Commits
412c22c5dc
...
5488424be6
Author | SHA256 | Date | |
---|---|---|---|
5488424be6
|
|||
d114307f83
|
|||
8d975bce81
|
|||
1e5f53bbf8
|
|||
f4430791f0
|
|||
2ad235a5c1
|
|||
5f038d48db
|
|||
6048370f61
|
|||
dd6fcfff2f
|
|||
9e0b5311a3
|
@@ -163,7 +163,7 @@ wait_for_interface_or_ip()
|
||||
else
|
||||
export IRONIC_IP="$PROVISIONING_IP"
|
||||
fi
|
||||
else
|
||||
elif [[ -n "${PROVISIONING_INTERFACE}" ]]; then
|
||||
until [[ -z "$IRONIC_IPV6" ]] && [[ -z "$IRONIC_IP" ]]; do
|
||||
echo "Waiting for ${PROVISIONING_INTERFACE} interface to be configured"
|
||||
|
||||
@@ -218,6 +218,9 @@ wait_for_interface_or_ip()
|
||||
|
||||
export IRONIC_IPV6="$IPV6_RECORD"
|
||||
export IRONIC_IPV4="$IPV4_RECORD"
|
||||
else
|
||||
echo "Cannot determine an interface or an IP for binding and creating URLs"
|
||||
return 1
|
||||
fi
|
||||
|
||||
# Define the URLs based on the what we have found,
|
||||
|
Reference in New Issue
Block a user