From 2654b0628e30f54b0b8e89208ab04204858cfae5 Mon Sep 17 00:00:00 2001 From: Szilard Cserey Date: Thu, 21 May 2015 15:57:35 +0200 Subject: Fuel Config Reap + Additional Refactoring for Autodeployment 1. Refactor the whole autodeployment code in such a way that the preparation of Fuel VM + networking and the autodeployment itself can be executed all at once 2. Functionality added that allows reaping of Fuel configuration from an existing environment and create DHA and DEA configuration files from it JIRA: [BGS-2] Create Fuel deployment script Change-Id: I7101295ac4becfc5fa10eda757cec0c2ad127940 Signed-off-by: Szilard Cserey --- fuel/deploy/libvirt/vms/compute | 91 --------------------------------- fuel/deploy/libvirt/vms/compute.xml | 91 +++++++++++++++++++++++++++++++++ fuel/deploy/libvirt/vms/controller | 90 -------------------------------- fuel/deploy/libvirt/vms/controller.xml | 90 ++++++++++++++++++++++++++++++++ fuel/deploy/libvirt/vms/fuel-master | 93 ---------------------------------- fuel/deploy/libvirt/vms/fuel.xml | 93 ++++++++++++++++++++++++++++++++++ 6 files changed, 274 insertions(+), 274 deletions(-) delete mode 100644 fuel/deploy/libvirt/vms/compute create mode 100644 fuel/deploy/libvirt/vms/compute.xml delete mode 100644 fuel/deploy/libvirt/vms/controller create mode 100644 fuel/deploy/libvirt/vms/controller.xml delete mode 100644 fuel/deploy/libvirt/vms/fuel-master create mode 100644 fuel/deploy/libvirt/vms/fuel.xml (limited to 'fuel/deploy/libvirt/vms') diff --git a/fuel/deploy/libvirt/vms/compute b/fuel/deploy/libvirt/vms/compute deleted file mode 100644 index 7591509..0000000 --- a/fuel/deploy/libvirt/vms/compute +++ /dev/null @@ -1,91 +0,0 @@ - - compute4 - 8388608 - 8388608 - 2 - - hvm - - - - - - - - - - - SandyBridge - Intel - - - - - - - - - - - - - - - - - - - - - - - - - - destroy - restart - restart - - /usr/bin/kvm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/fuel/deploy/libvirt/vms/compute.xml b/fuel/deploy/libvirt/vms/compute.xml new file mode 100644 index 0000000..2ea35ac --- /dev/null +++ b/fuel/deploy/libvirt/vms/compute.xml @@ -0,0 +1,91 @@ + + compute + 8388608 + 8388608 + 2 + + hvm + + + + + + + + + + + SandyBridge + Intel + + + + + + + + + + + + + + + + + + + + + + + + + + destroy + restart + restart + + /usr/bin/kvm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fuel/deploy/libvirt/vms/controller b/fuel/deploy/libvirt/vms/controller deleted file mode 100644 index a871262..0000000 --- a/fuel/deploy/libvirt/vms/controller +++ /dev/null @@ -1,90 +0,0 @@ - - controller1 - 2097152 - 2097152 - 2 - - hvm - - - - - - - - - - SandyBridge - Intel - - - - - - - - - - - - - - - - - - - - - - - - - - destroy - restart - restart - - /usr/bin/kvm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/fuel/deploy/libvirt/vms/controller.xml b/fuel/deploy/libvirt/vms/controller.xml new file mode 100644 index 0000000..4377879 --- /dev/null +++ b/fuel/deploy/libvirt/vms/controller.xml @@ -0,0 +1,90 @@ + + controller + 2097152 + 2097152 + 2 + + hvm + + + + + + + + + + SandyBridge + Intel + + + + + + + + + + + + + + + + + + + + + + + + + + destroy + restart + restart + + /usr/bin/kvm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fuel/deploy/libvirt/vms/fuel-master b/fuel/deploy/libvirt/vms/fuel-master deleted file mode 100644 index f4e652b..0000000 --- a/fuel/deploy/libvirt/vms/fuel-master +++ /dev/null @@ -1,93 +0,0 @@ - - fuel-master - 2097152 - 2097152 - 2 - - /machine - - - hvm - - - - - - - - - - - SandyBridge - Intel - - - - - - - - - - - - - - - - - - - - - - - - - - destroy - restart - restart - - /usr/bin/kvm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/fuel/deploy/libvirt/vms/fuel.xml b/fuel/deploy/libvirt/vms/fuel.xml new file mode 100644 index 0000000..1a32860 --- /dev/null +++ b/fuel/deploy/libvirt/vms/fuel.xml @@ -0,0 +1,93 @@ + + fuel + 2097152 + 2097152 + 2 + + /machine + + + hvm + + + + + + + + + + + SandyBridge + Intel + + + + + + + + + + + + + + + + + + + + + + + + + + destroy + restart + restart + + /usr/bin/kvm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg