From 1e066de62f2b4bcc833ce62a16efdcbf71d3dd9b Mon Sep 17 00:00:00 2001 From: Szilard Cserey Date: Wed, 18 Mar 2015 15:49:24 +0100 Subject: 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 --- fuel/deploy/dea.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 fuel/deploy/dea.yaml (limited to 'fuel/deploy/dea.yaml') 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 -- cgit 1.2.3-korg