summaryrefslogtreecommitdiffstats
path: root/fuel/deploy/dea.yaml
blob: 5ade83f72525ba3b39542b3716a5c064f9593326 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
...