training-guides/labs/config/scripts.controller
Pranav Salunke d95134f741 Move cinder volumes to compute node
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
2014-09-03 02:18:10 +05:30

28 lines
925 B
Plaintext

# Scripts for controller 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 apt_install_mysql.sh
scripts install_rabbitmq.sh
cmd snapshot_cycle "pre-openstack_installed"
scripts setup_keystone.sh
cmd snapshot_cycle "keystone_installed"
scripts setup_glance.sh
cmd snapshot_cycle "glance_installed"
scripts setup_nova_controller.sh
cmd snapshot_cycle "nova-controller_installed"
scripts setup_neutron_controller.sh
cmd snapshot_cycle "neutron-controller_installed"
scripts setup_cinder_controller.sh
cmd snapshot_cycle "cinder_installed"
scripts setup_horizon.sh
cmd snapshot_cycle "horizon_installed"
scripts config_external_network.sh
scripts config_demo_user.sh
scripts config_tenant_network.sh
cmd snapshot_cycle "openstack-controller_installed"
cmd boot