blob: f3419cf04b07f07b7ab2dcd85f00fa6c1c3a7997 [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'
Matteo Scandolo0e3c3072019-10-18 15:40:28 -070042 device_id: 'of:0000000000000001'
teonee9ff4862018-11-29 14:36:50 -080043
44olts:
45 -
46 name: 'edgecore'
Suchitra Vemuri61bf7562020-07-14 22:12:33 -070047 ip: '10.111.0.3'
48 sship: '10.128.99.90'
teonee9ff4862018-11-29 14:36:50 -080049 user: 'root'
50 pass: 'onl'
51 fortygig: 'true'
Andrea Campanellae28feaf2020-04-22 15:17:45 +020052 aggPort: '1'
Matteo Scandolo07818732019-10-23 15:32:06 -070053 serial: 'EC1904000654'
Suchitra Vemurib4b8a652020-06-19 12:51:14 -070054 oltDebVersion: openolt_asfvolt16-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb
55 oltDebVersion23: openolt_asfvolt16-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb
Matteo Scandolo07818732019-10-23 15:32:06 -070056
57onus:
58 -
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -070059 serial: 'ISKT71e80080'
Matteo Scandolo07818732019-10-23 15:32:06 -070060 -
61 serial: 'ALPHe3d1cf9d'
62
63hosts:
64 src:
65 -
66 ip: '10.128.100.71'
67 user: 'cord'
68 pass: 'cord'
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -070069 dp_iface_name: 'ens6f1'
70 container_type: null
71 container_name: null
72 onu: 'ISKT71e80080'
73 olt: 'EC1904000654'
74 c_tag: '11'
75 s_tag: '99'
76 power_switch_port: 6
Suchitra Vemuri870eaf72020-06-09 16:20:23 -070077 onu_type: 'iskratel'
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -070078 -
79 ip: '10.128.100.71'
80 user: 'cord'
81 pass: 'cord'
Suchitra Vemuri4a356f62019-11-22 15:41:38 -080082 dp_iface_name: 'ens6f0'
83 container_type: null
84 container_name: null
85 onu: 'ALPHe3d1cf9d'
Andrea Campanellae28feaf2020-04-22 15:17:45 +020086 olt: 'EC1904000654'
Suchitra Vemuri4a356f62019-11-22 15:41:38 -080087 c_tag: '22'
88 s_tag: '99'
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -070089 power_switch_port: 1
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -070090 onu_type: 'alpha'
Suchitra Vemuri8c67d4c2019-10-24 14:36:22 -070091 dst:
92 -
93 ip: null
94 user: null
95 pass: null
Andy Baviereb611312020-06-25 14:58:23 -070096 noroot_ip: '10.128.100.70'
97 noroot_user: cord
98 noroot_pass: cord
Girish Gowdra646f87d2020-08-27 11:49:00 -070099 dp_iface_name: ens6f0
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -0700100 dp_iface_ip_qinq: '10.99.11.254'
101 dp_iface_ip: null
102 dp_iface_gateway: null
103 container_type: null
104 container_name: null
105 -
106 ip: null
107 user: null
108 pass: null
Andy Baviereb611312020-06-25 14:58:23 -0700109 noroot_ip: '10.128.100.70'
110 noroot_user: cord
111 noroot_pass: cord
Girish Gowdra646f87d2020-08-27 11:49:00 -0700112 dp_iface_name: ens6f0
Suchitra Vemuri4a356f62019-11-22 15:41:38 -0800113 dp_iface_ip_qinq: '10.99.22.254'
114 dp_iface_ip: null
115 dp_iface_gateway: null
116 container_type: null
117 container_name: null
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -0700118
119web_power_switch:
120 ip: '10.128.100.75'
121 user: 'cord'
122 password: 'cord'
123 type: 'DLI'