Adds pre-openstack snapshot to the controller node

Snapshot 'pre-openstack_installed' will contain the following packages

    1. RabbitMQ
    2. MySQL

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: Ie2ada08409a9a639439751a4329fab2ca7b803f8
This commit is contained in:
Pranav Salunke 2014-08-31 18:18:15 +05:30
parent 8ddb22c56d
commit 584f90d1fa

View File

@ -7,6 +7,7 @@ osbash enable_vagrant_ssh_keys.sh
cmd snapshot_cycle "network_configured"
scripts apt_install_mysql.sh
scripts install_rabbitmq.sh
cmd snapshot_cycle "pre-openstack_installed"
scripts setup_keystone.sh
scripts setup_glance.sh
scripts setup_nova_controller.sh