
This changeset creates new subdirectories scripts/ubuntu and moves the appropriate, Ubuntu-specific scripts into the new directory. Change-Id: Ie7f4922cf9d22bcb1f46864f36a20cf6ff1104d7
17 lines
564 B
Plaintext
17 lines
564 B
Plaintext
# Scripts for compute node
|
|
cmd init_node
|
|
cmd queue etc_hosts.sh
|
|
cmd queue osbash/enable_vagrant_ssh_keys.sh
|
|
cmd snapshot_cycle compute_node_init
|
|
cmd queue ubuntu/setup_nova_compute.sh
|
|
cmd snapshot_cycle nova-compute_installed
|
|
cmd queue ubuntu/setup_neutron_compute.sh
|
|
cmd queue ubuntu/setup_cinder_volumes.sh
|
|
cmd snapshot_cycle compute_node_installed
|
|
# Take snapshot of changes on controller VM, too
|
|
cmd queue shutdown_controller.sh
|
|
cmd boot
|
|
cmd wait_for_shutdown -n controller
|
|
cmd snapshot -n controller controller_-_compute_node_installed
|
|
cmd boot -n controller
|