This commit is contained in:
parent
15000a349a
commit
afeb2bac22
|
@ -91,6 +91,7 @@ echo >> /etc/hosts
|
|||
# Signal that IP is ready
|
||||
$OUTPUT_LOG "Signal that IP is ready"
|
||||
echo -e "$IP_ADDRESS\t$GUEST_NAME" | tee "$GUEST_VAGRANT_SIGNAL_DIR/$GUEST_NAME-IP"
|
||||
echo -e "$IP_ADDRESS\t$GUEST_NAME" >>/etc/hosts
|
||||
|
||||
# Wait for all nodes IP and update /etc/hosts
|
||||
$OUTPUT_LOG "Wait for all nodes IP and update /etc/hosts"
|
||||
|
|
Loading…
Reference in New Issue