Moving cinder volumes to compute node for better performance. This will also reduce the load on the networks as the volume drive to be attached will work on the same node as the VM instances are launched. Change-Id: Ibc4c5b371882e71c30a1c5ee4517e6b5f93daf13
13 lines
371 B
Plaintext
13 lines
371 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
|
|
scripts setup_cinder_volumes.sh
|
|
cmd snapshot_cycle "pre-installed"
|
|
cmd boot
|