From d2b1e4628ae701c5c220ff7dc98560af7d9855ae Mon Sep 17 00:00:00 2001 From: "Stefan K. Berg" Date: Tue, 14 Apr 2015 14:48:11 +0200 Subject: Prototype of automated libvirt installation This is a prototype to experiment with the DEA concept and how to use it to automatically deploy a KVM environment using libvirt. It is now possible to perform a fully automated deploy from an ISO file. Highlights: - Fully automated Fuel deploy installing three controllers, two computes in full HA mode including Ceilometer - create_dea.sh will create a DEA YAML file with an existing deployment as template. - The install will configure settings, networks and the interface config of all nodes. JIRA: Change-Id: Icc8922afca8508c9062aa5be95e2482086a4f624 Signed-off-by: Stefan K. Berg --- fuel/prototypes/libvirt/examples/networks/fuel1 | 12 ++++++++++++ fuel/prototypes/libvirt/examples/networks/fuel2 | 5 +++++ fuel/prototypes/libvirt/examples/networks/fuel3 | 5 +++++ fuel/prototypes/libvirt/examples/networks/fuel4 | 12 ++++++++++++ 4 files changed, 34 insertions(+) create mode 100644 fuel/prototypes/libvirt/examples/networks/fuel1 create mode 100644 fuel/prototypes/libvirt/examples/networks/fuel2 create mode 100644 fuel/prototypes/libvirt/examples/networks/fuel3 create mode 100644 fuel/prototypes/libvirt/examples/networks/fuel4 (limited to 'fuel/prototypes/libvirt/examples/networks') diff --git a/fuel/prototypes/libvirt/examples/networks/fuel1 b/fuel/prototypes/libvirt/examples/networks/fuel1 new file mode 100644 index 0000000..7b2b154 --- /dev/null +++ b/fuel/prototypes/libvirt/examples/networks/fuel1 @@ -0,0 +1,12 @@ + + fuel1 + + + + + + + + + + diff --git a/fuel/prototypes/libvirt/examples/networks/fuel2 b/fuel/prototypes/libvirt/examples/networks/fuel2 new file mode 100644 index 0000000..615c920 --- /dev/null +++ b/fuel/prototypes/libvirt/examples/networks/fuel2 @@ -0,0 +1,5 @@ + + fuel2 + + + diff --git a/fuel/prototypes/libvirt/examples/networks/fuel3 b/fuel/prototypes/libvirt/examples/networks/fuel3 new file mode 100644 index 0000000..2383e6c --- /dev/null +++ b/fuel/prototypes/libvirt/examples/networks/fuel3 @@ -0,0 +1,5 @@ + + fuel3 + + + diff --git a/fuel/prototypes/libvirt/examples/networks/fuel4 b/fuel/prototypes/libvirt/examples/networks/fuel4 new file mode 100644 index 0000000..5b69f91 --- /dev/null +++ b/fuel/prototypes/libvirt/examples/networks/fuel4 @@ -0,0 +1,12 @@ + + fuel4 + + + + + + + + + + -- cgit 1.2.3-korg