blob: d0dde229f794cf29efb6d21ee023336ae69d3c79 [file] [log] [blame]
Yi Tseng3f5e6792017-12-11 11:23:27 -08001# Copyright 2017-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# Automated deployment configuration for ONF/ON.Lab physical POD 1
16
17---
18
19pod_config:
20 repo_url: 'https://gerrit.opencord.org/pod-configs'
21 file_name: 'onlab-mcord-p4-pod1.yml'
22
23make_release: 'false'
24
25maas:
Luca Prete39931ad2017-12-11 11:36:38 -080026 ip: '10.92.0.10'
Yi Tseng3f5e6792017-12-11 11:23:27 -080027 api_key: '4AZntjAPJmN6xCdyh3:RU4aMndpdCrWLpEv3W:QbjPXNe3Pkf8EL62FCutRwn2MdVt9BJa'
Yi Tseng67a35772017-12-15 15:00:35 -080028 head_system_id: '6b87hb'
Yi Tseng3f5e6792017-12-11 11:23:27 -080029
30dev_node:
31 name: 'onf-mcord-p4'
32 user: 'ubuntu'
33
34head:
35 ip: '10.92.0.20'
36 user: 'cord'
37 pass: 'cord'
38
39compute_nodes:
40 -
41 ipmi:
42 ip: '10.92.0.41'
43 user: 'admin'
44 pass: 'admin'
Yi Tseng07ebe792018-01-16 11:12:46 -080045 mac: 'a4:bf:01:04:38:58'
Yi Tseng3f5e6792017-12-11 11:23:27 -080046 -
47 ipmi:
48 ip: '10.92.0.51'
49 user: 'admin'
50 pass: 'admin'
Yi Tseng07ebe792018-01-16 11:12:46 -080051 mac: 'a4:bf:01:04:8c:65'
Yi Tseng5c552312017-12-22 16:13:26 -080052
53# P4 HW switch deployment stuff
54fabric_switches_bmc:
55 -
56 mac: 'A8:2B:B5:3C:DB:40'
57 ip: '10.6.0.111'
58 user: 'root'
59 pass: '0penBmc'
60 role: 'leaf-1-bmc'
61 -
62 mac: 'A8:2B:B5:3C:BD:F0'
63 ip: '10.6.0.112'
64 user: 'root'
65 pass: '0penBmc'
66 role: 'leaf-2-bmc'
67 -
68 mac: '8C:EA:1B:E4:96:71'
69 ip: '10.6.0.121'
70 user: 'root'
71 pass: '0penBmc'
72 role: 'spine-1-bmc'
73 -
74 mac: '8C:EA:1B:E4:8C:0D'
75 ip: '10.6.0.122'
76 user: 'root'
77 pass: '0penBmc'
78 role: 'spine-2-bmc'
79
80fabric_switches:
81 -
82 mac: '00:90:fb:5d:9d:15'
Yi Tseng087ff982018-01-08 16:54:20 -080083 ip: '10.6.0.211'
Yi Tseng5c552312017-12-22 16:13:26 -080084 user: 'root'
85 pass: 'onl'
86 role: 'leaf-1'
87 -
88 mac: '00:90:fb:5e:48:9a'
Yi Tseng087ff982018-01-08 16:54:20 -080089 ip: '10.6.0.212'
Yi Tseng5c552312017-12-22 16:13:26 -080090 user: 'root'
91 pass: 'onl'
92 role: 'leaf-2'
93 -
94 mac: '00:90:fb:5c:e1:a6'
Yi Tseng087ff982018-01-08 16:54:20 -080095 ip: '10.6.0.221'
Yi Tseng5c552312017-12-22 16:13:26 -080096 user: 'root'
97 pass: 'onl'
98 role: 'spine-1'
99 -
100 mac: '00:90:fb:5c:e1:97'
Yi Tseng087ff982018-01-08 16:54:20 -0800101 ip: '10.6.0.222'
Yi Tseng5c552312017-12-22 16:13:26 -0800102 user: 'root'
103 pass: 'onl'
104 role: 'spine-2'
Yi Tseng07ebe792018-01-16 11:12:46 -0800105 -
106 mac: '24:8a:07:12:51:00'
107 ip: '10.6.0.231'
108 user: 'root'
109 pass: 'root'
110 role: 'spine-1-mellanox'
111 -
112 mac: '8c:ea:1b:10:c1:e8'
113 ip: '10.6.0.241'
114 user: 'root'
115 pass: 'onl'
116 role: 'spine-1-cavium'
117 -
118 mac: 'cc:37:ab:bf:a6:e5'
119 ip: '10.6.0.242'
120 user: 'root'
121 pass: 'onl'
122 role: 'spine-2-cavium'