summaryrefslogtreecommitdiffstats
path: root/fuel/deploy/dea.yaml
diff options
context:
space:
mode:
authorSzilard Cserey <szilard.cserey@ericsson.com>2015-03-18 15:49:24 +0100
committerSzilard Cserey <szilard.cserey@ericsson.com>2015-04-02 12:15:28 +0200
commit1e066de62f2b4bcc833ce62a16efdcbf71d3dd9b (patch)
treefc860e3f5cf9afbcc91ae4589054109a9a8ea26d /fuel/deploy/dea.yaml
parent3eed12baa4753bf7f1eadc2b99465af38086f14f (diff)
Automatic Deployment
- Deployment Hardware Adapter - Deployment Environment Adapter - Fuel environment cleanup - Fuel environment configuration JIRA: [BGS-2] Create Fuel deployment script Change-Id: Ie8aa6c0817a73c507cb4345bde1e2c904bb5b105 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Diffstat (limited to 'fuel/deploy/dea.yaml')
-rw-r--r--fuel/deploy/dea.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/fuel/deploy/dea.yaml b/fuel/deploy/dea.yaml
new file mode 100644
index 0000000..5ade83f
--- /dev/null
+++ b/fuel/deploy/dea.yaml
@@ -0,0 +1,26 @@
+---
+name: ENV-1
+server_type: esxi
+shelf:
+ - id: 1
+ blade:
+ - id: 1
+ role: controller
+ - id: 2
+ - id: 3
+ role: controller
+ - id: 4
+ - id: 5
+ - id: 6
+networking:
+ switch_type: esxi
+ switch_mgmt_ip: 192.168.0.1/24
+ vlan:
+ - name: traffic
+ tag: 100
+ - name: storage
+ tag: 102
+ - name: control
+ tag: 101
+ - name: management
+... \ No newline at end of file