This commit is contained in:
Cory Hawkless 2021-03-23 10:43:06 +10:30
parent 15000a349a
commit afeb2bac22
2 changed files with 2404 additions and 0 deletions

2403
log.log Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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"