training-guides/labs/config/scripts.controller
Roger Luethi ca24d7bce2 labs: create scripts/ubuntu subdir, move files
This changeset creates new subdirectories scripts/ubuntu and moves the
appropriate, Ubuntu-specific scripts into the new directory.

Change-Id: Ie7f4922cf9d22bcb1f46864f36a20cf6ff1104d7
2015-02-04 20:00:01 +01:00

27 lines
953 B
Plaintext

# Scripts for controller node
cmd init_node
cmd queue etc_hosts.sh
cmd queue osbash/enable_vagrant_ssh_keys.sh
cmd snapshot_cycle controller_node_init
cmd queue ubuntu/apt_install_mysql.sh
cmd queue ubuntu/install_rabbitmq.sh
cmd snapshot_cycle pre-openstack_installed
cmd queue ubuntu/setup_keystone.sh
cmd snapshot_cycle keystone_installed
cmd queue ubuntu/setup_glance.sh
cmd snapshot_cycle glance_installed
cmd queue ubuntu/setup_nova_controller.sh
cmd snapshot_cycle nova-controller_installed
cmd queue ubuntu/setup_neutron_controller.sh
cmd snapshot_cycle neutron-controller_installed
cmd queue ubuntu/setup_cinder_controller.sh
cmd snapshot_cycle cinder_installed
cmd queue ubuntu/setup_horizon.sh
cmd snapshot_cycle horizon_installed
cmd queue config_external_network.sh
cmd queue config_tenant_network.sh
cmd snapshot_cycle openstack_networks_configured
cmd queue setup_lbaas_controller.sh
cmd snapshot_cycle controller_node_installed
cmd boot