Skip to content

Commit

Permalink
Merge pull request #585 from andrewh1978/danpaul81-patch-14
Browse files Browse the repository at this point in the history
Update all-common
  • Loading branch information
mkarg75 authored Dec 12, 2024
2 parents 22b95e2 + b6afaf1 commit 33b02ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vagrant/all-common
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ elif [ $cloud = "vsphere" ]; then
name=$(govc vm.info -json "$i" | jq -r '.virtualMachines[0].config.extraConfig[] | select(.key==("pxd.hostname")).value')
echo $ip $name >>/tmp/hosts
done
IFS=$' \t\n'
[ $(cat /tmp/hosts | wc -w) -eq $[($nodes+1)*$clusters*2] ] && break
done
echo 127.0.0.1 localhost >/etc/hosts
Expand Down

0 comments on commit 33b02ba

Please sign in to comment.