blob: 5938fd9828bc524d85ecc287c822bfa9f1f8a2c9 [file] [log] [blame]
teonee9ff4862018-11-29 14:36:50 -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 BBWF POD
16
17---
18
Matteo Scandolo7e194a62019-10-18 15:06:13 -070019kube_config: '/var/k8.conf'
teonee9ff4862018-11-29 14:36:50 -080020
21nodes:
22 -
Matteo Scandolo1bfc13d2019-10-22 17:21:13 -070023 ip: '10.128.100.70'
24 user: 'cord'
25 pass: 'cord'
26 -
27 ip: '10.128.100.71'
28 user: 'cord'
29 pass: 'cord'
30 -
31 ip: '10.128.100.72'
teonee9ff4862018-11-29 14:36:50 -080032 user: 'cord'
33 pass: 'cord'
teonee9ff4862018-11-29 14:36:50 -080034
35fabric_switches:
36 -
37 mac: 'cc:37:ab:61:80:ca'
Matteo Scandolo1bfc13d2019-10-22 17:21:13 -070038 ip: '10.128.100.80'
teonee9ff4862018-11-29 14:36:50 -080039 user: 'root'
40 pass: 'onl'
Matteo Scandolo0e3c3072019-10-18 15:40:28 -070041 bngPort: '31'
42 oltPort: '1'
43 device_id: 'of:0000000000000001'
teonee9ff4862018-11-29 14:36:50 -080044
45olts:
46 -
47 name: 'edgecore'
Matteo Scandolo1bfc13d2019-10-22 17:21:13 -070048 ip: '10.128.100.90'
teonee9ff4862018-11-29 14:36:50 -080049 user: 'root'
50 pass: 'onl'
51 fortygig: 'true'
Matteo Scandolo07818732019-10-23 15:32:06 -070052 serial: 'EC1904000654'
53
54onus:
55 -
56 serial: 'BRCM22222222'
57 -
58 serial: 'ALPHe3d1cf9d'
59
60hosts:
61 src:
62 -
63 ip: '10.128.100.71'
64 user: 'cord'
65 pass: 'cord'
66 dp_iface_name: 'ens6f1'
67 container_type: null
68 container_name: null
69 onu: 'BRCM22222222'
70 c_tag: '99'
71 s_tag: '11'
72 -
73 ip: '10.128.100.71'
74 user: 'cord'
75 pass: 'cord'
76 dp_iface_name: 'ens6f0'
77 container_type: null
78 container_name: null
79 onu: 'ALPHe3d1cf9d'
80 c_tag: '99'
81 s_tag: '22'