
Snapshot 'keystone_installed' will contain the following packages 1. keystone This snapshot will also configure keystone as required for OpenStack. This snapshot can be used to obtain stable running version of controller node and can be used to revert back to this point in case the students break the cluster. Change-Id: I473f3970e46666bbf55d092905ed1ca740c4196d
24 lines
728 B
Plaintext
24 lines
728 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
|
|
scripts setup_nova_controller.sh
|
|
scripts setup_neutron_controller.sh
|
|
scripts setup_cinder_controller.sh
|
|
scripts setup_cinder_volumes.sh
|
|
scripts setup_horizon.sh
|
|
scripts config_external_network.sh
|
|
scripts config_demo_user.sh
|
|
scripts config_tenant_network.sh
|
|
cmd snapshot_cycle "pre-installed"
|
|
cmd boot
|