
This changeset adds the new command, snapshot_cycle. It can be used to replace four lines that often go together. The command handles a full cycle needed for a snapshot: queueing shutdown.sh, booting the VM, waiting for it to shutdown, and taking a snapshot. Change-Id: I13276088bd44326f475bf7477ad2ed27db2dbbe9
11 lines
330 B
Plaintext
11 lines
330 B
Plaintext
# Scripts for compute 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_nova_compute.sh
|
|
scripts setup_neutron_compute.sh
|
|
cmd snapshot_cycle "pre-installed"
|