5432657068b35ebefb99b10bafe2a72dc24dea3d
[joid.git] / labconfig / cengn / pod2 / labconfig.yaml
1 lab:
2   location: cengn
3   racks:
4   - rack: pod2
5     # Define one network and control and two control, compute and storage
6     # and rest for compute and storage for backward compaibility. again
7     # server with more disks should be used for compute and storage only.
8     nodes:
9     # DCOMP4-B, 24cores, 64G, 2disk, 4TBdisk
10     - name: rack-2-m1
11       architecture: x86_64
12       roles: [network,control]
13       nics:
14       - ifname: eth0
15         spaces: [admin]
16         mac: ["0c:c4:7a:3a:c5:b6"]
17       - ifname: eth1
18         spaces: [public]
19         mac: ["0c:c4:7a:3a:c5:b7"]
20       - ifname: eth2
21         spaces: [data]
22         mac: ["0c:c4:7a:1f:d7:f4"]
23       - ifname: eth3
24         spaces: [storage]
25         mac: ["0c:c4:7a:1f:d7:f5"]
26       power:
27         type: ipmi
28         address: 192.168.42.72
29         user: root
30         pass: root
31     # PCOMP2-D, 48cores, 128G, 3disk, 1TBdisk
32     - name: rack-2-m2
33       architecture: x86_64
34       roles: [control,compute,storage]
35       nics:
36       - ifname: eth0
37         spaces: [admin]
38         mac: ["0c:c4:7a:3a:b2:ae"]
39       - ifname: eth1
40         spaces: [data]
41         mac: ["0c:c4:7a:1f:d9:f0"]
42       - ifname: eth3
43         spaces: [storage]
44         mac: ["0c:c4:7a:1f:d9:f1"]
45       power:
46         type: ipmi
47         address: 192.168.42.40
48         user: root
49         pass: root
50     # PCTRL2, 24cores, 64G, 3disk, 6TBdisk
51     - name: rack-2-m3
52       architecture: x86_64
53       roles: [control,compute,storage]
54       nics:
55       - ifname: eth0
56         spaces: [admin]
57         mac: ["0c:c4:7a:1f:6f:c0"]
58       - ifname: eth4
59         spaces: [data]
60         mac: ["0c:c4:7a:1f:d5:0e"]
61       - ifname: eth5
62         spaces: [storage]
63         mac: ["0c:c4:7a:1f:d5:0f"]
64       power:
65         type: ipmi
66         address: 192.168.42.33
67         user: root
68         pass: root
69     # PSTOR1, 12cores, 32G, 14disk, 24TBdisk
70     - name: rack-2-m4
71       architecture: x86_64
72       roles: [storage,compute]
73       nics:
74       - ifname: eth0
75         spaces: [admin]
76         mac: ["0c:c4:7a:31:9d:bc"]
77       - ifname: eth5
78         spaces: [data]
79         mac: ["0c:c4:7a:59:ac:12"]
80       - ifname: eth4
81         spaces: [storage]
82         mac: ["0c:c4:7a:59:ac:13"]
83       - ifname: eth1
84         spaces: [public]
85         mac: ["0c:c4:7a:31:9d:bd"]
86       power:
87         type: ipmi
88         address: 192.168.42.6
89         user: root
90         pass: root
91     # PSTOR2, 12cores, 32G, 14disk, 24TBdisk
92     - name: rack-2-m5
93       architecture: x86_64
94       roles: [storage,compute]
95       nics:
96       - ifname: eth0
97         spaces: [admin]
98         mac: ["00:25:90:fd:2e:48"]
99       - ifname: eth1
100         spaces: [data]
101         mac: ["0c:c4:7a:1f:8c:6a"]
102       - ifname: eth4
103         spaces: [storage]
104         mac: ["0c:c4:7a:1f:8c:6b"]
105       power:
106         type: ipmi
107         address: 192.168.42.35
108         user: root
109         pass: root
110     floating-ip-range: 172.16.120.20,172.16.120.62,172.16.120.254,172.16.120.0/24
111     # Mutiple MACs seperated by space where MACs are from ext-ports across all network nodes.
112     # eth1 of m4 since tags for networking are not yet implemented.
113     ext-port: "eth1"
114     dns: 8.8.8.8
115
116 opnfv:
117   release: c
118   distro: trusty
119   type: nonha
120   openstack: liberty
121   sdncontroller:
122   - type: nosdn
123   storage:
124   - type: ceph
125     disk: /dev/sdb /dev/sdc
126   feature: odl_l2
127   #  Ensure the following configuration matches the bridge configuration on your jumphost
128   spaces:
129   - type: admin
130     bridge: brAdm
131     cidr: 10.120.0.0/24
132     gateway: 10.120.0.254
133     vlan:
134   - type: data
135     bridge: brData
136     cidr: 192.168.21.0/24
137     gateway:
138     vlan:
139   - type: storage
140     bridge: brStorage
141     cidr: 192.168.11.0/24
142     gateway:
143   - type: public
144     bridge: brPublic
145     cidr: 172.16.120.0/24
146     gateway: 172.16.120.254