
After a cluster build, the controller VM is running whereas the other two are not. This inconsistency can be confusing to users. This patch makes sure all three VMs are running when the cluster build is done. Change-Id: I2319b06bd94836e74ebc77330cc16549b7582ac1
11 lines
323 B
SYSTEMD
11 lines
323 B
SYSTEMD
# Scripts for network node
|
|
cmd init_node
|
|
scripts etc_hosts.sh
|
|
osbash enable_vagrant_ssh_keys.sh
|
|
#osbash wait_debug.sh
|
|
# Using scripts/osbash/shutdown.sh because we want Vagrant to ignore this
|
|
cmd snapshot_cycle "network_configured"
|
|
scripts setup_neutron_network.sh
|
|
cmd snapshot_cycle "openstack-network_installed"
|
|
cmd boot
|