From d82e4ec7a36d70ab3fb47a5f17d6ddb03af2fdfc Mon Sep 17 00:00:00 2001 From: Pranav Salunke Date: Wed, 3 Sep 2014 13:52:42 +0530 Subject: [PATCH] Adds nova snapshot to the compute node Snapshot 'nova-compute_installed' will contain the following packages 1. nova-compute-qemu 2. python-guestfs 3. libguestfs-tools Installs and configures nova compute services. 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: Ide59062b30fdd9bd8c44f1b9c3e606ef1433f720 --- labs/config/scripts.compute | 1 + 1 file changed, 1 insertion(+) diff --git a/labs/config/scripts.compute b/labs/config/scripts.compute index ab905a65..5adf794a 100644 --- a/labs/config/scripts.compute +++ b/labs/config/scripts.compute @@ -6,6 +6,7 @@ osbash enable_vagrant_ssh_keys.sh # Using scripts/osbash/shutdown.sh because we want Vagrant to ignore this cmd snapshot_cycle "network_configured" scripts setup_nova_compute.sh +cmd snapshot_cycle "nova-compute_installed" scripts setup_neutron_compute.sh cmd snapshot_cycle "pre-installed" cmd boot