summaryrefslogtreecommitdiffstats
path: root/labconfig/intel/pod18/labconfig.yaml
blob: c61176dfc8631773e652c326a4b30aa456f8fd1d (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
lab:
  location: intel
  racks:
  - rack: pod18
    nodes:
    - name: rack-18-m1
      architecture: x86_64
      roles: [network,control]
      nics:
      - ifname: intf0
        spaces: [admin]
        mac: ["A4:BF:01:14:40:17"]
      - ifname: intf1
        spaces: [data]
        mac: ["3c:fd:fe:a4:9f:a0"]
      - ifname: intf3
        spaces: [floating]
        mac: ["A4:BF:01:14:40:16"]
      - ifname: intf2.1183
        spaces: [public]
        mac: ["3c:fd:fe:a4:9f:a1"]
      - ifname: intf2
        spaces: [storage]
        mac: ["3c:fd:fe:a4:9f:a1"]
      power:
        type: ipmi
        address: 10.10.180.11
        user: root
        pass: root
    - name: rack-18-m2
      architecture: x86_64
      roles: [compute,control,storage]
      nics:
      - ifname: intf0
        spaces: [admin]
        mac: ["A4:BF:01:16:31:1f"]
      - ifname: intf1
        spaces: [data]
        mac: ["3c:fd:fe:a4:a0:30"]
      - ifname: intf3
        spaces: [floating]
        mac: ["A4:BF:01:16:31:1e"]
      - ifname: intf2.1183
        spaces: [public]
        mac: ["3c:fd:fe:a4:a0:31"]
      - ifname: intf2
        spaces: [storage]
        mac: ["3c:fd:fe:a4:a0:31"]
      power:
        type: ipmi
        address: 10.10.180.12
        user: root
        pass: root
    - name: rack-18-m3
      architecture: x86_64
      roles: [compute,control,storage]
      nics:
      - ifname: intf0
        spaces: [admin]
        mac: ["A4:BF:01:16:30:F7"]
      - ifname: intf1
        spaces: [data]
        mac: ["3c:fd:fe:a4:9e:48"]
      - ifname: intf3
        spaces: [floating]
        mac: ["A4:BF:01:16:30:F6"]
      - ifname: intf2.1183
        spaces: [public]
        mac: ["3c:fd:fe:a4:9e:49"]
      - ifname: intf2
        spaces: [storage]
        mac: ["3c:fd:fe:a4:9e:49"]
      power:
        type: ipmi
        address: 10.10.180.13
        user: root
        pass: root
    - name: rack-18-m4
      architecture: x86_64
      roles: [compute,storage]
      nics:
      - ifname: intf0
        spaces: [admin]
        mac: ["A4:BF:01:14:72:0E"]
      - ifname: intf1
        spaces: [data]
        mac: ["3c:fd:fe:a4:9d:e8"]
      - ifname: intf3
        spaces: [floating]
        mac: ["A4:BF:01:14:72:0D"]
      - ifname: intf2.1183
        spaces: [public]
        mac: ["3c:fd:fe:a4:9d:e9"]
      - ifname: intf2
        spaces: [storage]
        mac: ["3c:fd:fe:a4:9d:e9"]
      power:
        type: ipmi
        address: 10.10.180.14
        user: root
        pass: root
    - name: rack-18-m5
      architecture: x86_64
      roles: [compute,storage]
      nics:
      - ifname: intf0
        spaces: [admin]
        mac: ["A4:BF:01:14:71:69"]
      - ifname: intf1
        spaces: [data]
        mac: ["3c:fd:fe:a4:a1:08"]
      - ifname: intf3
        spaces: [floating]
        mac: ["A4:BF:01:14:71:68"]
      - ifname: intf2.1183
        spaces: [public]
        mac: ["3c:fd:fe:a4:a1:09"]
      - ifname: intf2
        spaces: [storage]
        mac: ["3c:fd:fe:a4:a1:09"]
      power:
        type: ipmi
        address: 10.10.180.15
        user: root
        pass: root
    floating-ip-range: 10.10.180.40,10.10.180.250,10.10.180.1,10.10.180.0/24
    ext-port: "intf3"
    dns: 8.8.8.8
    osdomainname:
opnfv:
    release: f
    distro: xenial
    type: noha
    openstack: pike
    sdncontroller:
    - type: nosdn
    storage:
    - type: ceph
      disk: /dev/sdb
    feature: odl_l2
    spaces:
    - type: admin
      bridge: brAdm
      cidr: 10.10.181.0/24
      gateway: 10.10.181.1
      vlan:
    - type: data
      #bridge: brData
      cidr: 10.10.182.0/24
      gateway:
      vlan:
    - type: storage
      #bridge: brStor
      cidr: 10.10.183.0/24
      gateway:
      vlan:
    - type: floating
      bridge: brExt
      cidr: 10.10.180.0/24
      gateway:
      vlan:
    - type: public
      #bridge: brPublic
      cidr: 10.10.185.0/24
      gateway:
      vlan: 1183