aboutsummaryrefslogtreecommitdiffstats
path: root/fuel/prototypes/auto-deploy/documentation/1-introduction.txt
diff options
context:
space:
mode:
authorStefan K. Berg <stefan.k.berg@ericsson.com>2015-11-19 13:39:59 +0100
committerStefan K. Berg <stefan.k.berg@ericsson.com>2015-11-19 13:40:15 +0100
commit095442c4bdf437531eae2aecd364e74d756757fd (patch)
tree35d9473bfab5cf8dd1ea532306e6ae995602d20c /fuel/prototypes/auto-deploy/documentation/1-introduction.txt
parentb13de8d8c1afb3d1106d839385572dee4e2077bf (diff)
Cleaning up the experimental branch
Should not be used any more! Change-Id: I38fd1ea34aaa12c5d7d060bca47d1866bc97d185 Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
Diffstat (limited to 'fuel/prototypes/auto-deploy/documentation/1-introduction.txt')
-rw-r--r--fuel/prototypes/auto-deploy/documentation/1-introduction.txt36
1 files changed, 0 insertions, 36 deletions
diff --git a/fuel/prototypes/auto-deploy/documentation/1-introduction.txt b/fuel/prototypes/auto-deploy/documentation/1-introduction.txt
deleted file mode 100644
index c4efed5a8..000000000
--- a/fuel/prototypes/auto-deploy/documentation/1-introduction.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-The structure is being reworked. This page is an introduction to DEA
-and DHA.
-
-Introduction
-
-The aim of the deployment prototype is to try out a (hopefully)
-logical setup to support Fuel deployment on a variety of different
-hardware platforms using a common data format to describe the
-deployment itself and another data format to describe the hardware in
-question.
-
-DEA.yaml The DEA.yaml file describes a Fuel deployment, complete with
- all settings. The easiest way to create this file is to use
- the "create_templates.sh" script in an existing deployment to
- copy its configuration to the DEA.yaml file.
-
-DHA.yaml The DHA.yaml file describes to hardware setup for an
- installation. This file denotes among other things which DHA
- adapter to use when deploying Fuel on this hardware setup.
-
-DHA adapter interface: The DHA adapter interface contains a number of
- functions calls available to the automatic Fuel deployer script
- (deploy.sh). Each adapter creates an implementation of this
- interface in order for the deployer to orchestrate the
- installation. There's currently an example DHA adapter "libvirt"
- that is able to deploy Fuel in a nested KVM environment. Future
- adapters could support HP C7000, Dell R620 or other types of
- hardware.
-
- It is important to note that a certain DHA adapter could implement
- the dha_fuelCustomInstall() function, which for instance could
- install the Fuel master as a VM or using PXE.
-
-A typical installation would be kicked off by the following command:
-
-./deploy.sh <isofile to deploy> <dea.yaml> <dha.yaml>