diff options
author | Szilard Cserey <szilard.cserey@ericsson.com> | 2015-04-07 10:29:42 +0200 |
---|---|---|
committer | Szilard Cserey <szilard.cserey@ericsson.com> | 2015-04-13 22:32:15 +0200 |
commit | 29d8730686b539af7252e54f10b1bf19be3423e5 (patch) | |
tree | 707bca52a2389189393fdb4d93917118c833c7d8 /fuel/deploy/dea.yaml | |
parent | 5ce8b661ea230f0823ebdfcbee19a2b1cf60ae32 (diff) |
Automatic Deployment
- configure environment
- configure initial settings
- configure networking
- hardware adapter for HP
- fuel VM deployment
JIRA: [BGS-2] Create Fuel deployment scrip
Change-Id: If305477833c54547efe7e6ebfddafde0ab31ebd2
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Diffstat (limited to 'fuel/deploy/dea.yaml')
-rw-r--r-- | fuel/deploy/dea.yaml | 35 |
1 files changed, 23 insertions, 12 deletions
diff --git a/fuel/deploy/dea.yaml b/fuel/deploy/dea.yaml index 5ade83f..420dae7 100644 --- a/fuel/deploy/dea.yaml +++ b/fuel/deploy/dea.yaml @@ -1,6 +1,10 @@ --- name: ENV-1 -server_type: esxi +server: + type: hp + mgmt_ip: 10.118.32.197 + username: opnfv + password: E///@work shelf: - id: 1 blade: @@ -12,15 +16,22 @@ shelf: - 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 +network: - name: management -...
\ No newline at end of file + cidr: 192.168.0.0/24 + start: 192.168.0.1 + end: 192.168.0.253 + - name: private + vlan: + cidr: 192.168.11.0/24 + start: 192.168.11.1 + end: 192.168.11.253 + - name: storage + vlan: + cidr: 192.168.12.0/24 + start: 192.168.12.1 + end: 192.168.12.253 + - name: public + vlan: +... + |