From 8076796ad7471d0e660ae30703157f42914c2f01 Mon Sep 17 00:00:00 2001 From: Pranav Salunke Date: Sun, 31 Aug 2014 18:28:38 +0530 Subject: [PATCH] Adds cinder snapshot to the controller node Snapshot 'cinder_installed' will contain the following packages 1. cinder-api 2. cinder-scheduler 3. lvm2 4. cinder-volume This shapshot installs and configures cinder controller and cinder volume services. Also configures keystone to authenticate with cinder. 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: I0ca7a0b48c455f6ce6c68df5d99bf3edb8a92f84 --- labs/config/scripts.controller | 1 + 1 file changed, 1 insertion(+) diff --git a/labs/config/scripts.controller b/labs/config/scripts.controller index 9cf9ef46..5ce57b72 100644 --- a/labs/config/scripts.controller +++ b/labs/config/scripts.controller @@ -15,6 +15,7 @@ scripts setup_nova_controller.sh scripts setup_neutron_controller.sh scripts setup_cinder_controller.sh scripts setup_cinder_volumes.sh +cmd snapshot_cycle "cinder_installed" scripts setup_horizon.sh scripts config_external_network.sh scripts config_demo_user.sh