blob: 363d5a8c7636fb3dcf622c88c6ffcb6fff78fa42 [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 Scandolo22ccfbc2022-06-13 11:57:32 -070023 ip: '10.35.90.46'
Matteo Scandolo1bfc13d2019-10-22 17:21:13 -070024 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 Scandolo22ccfbc2022-06-13 11:57:32 -070038 ip: '10.35.90.44'
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'
Matteo Scandolo22ccfbc2022-06-13 11:57:32 -070047 ip: '10.35.90.45'
48 sship: '10.35.90.45'
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'
Girish Gowdra0b7d6872021-11-22 14:51:41 -080053 serial: 'EC1721000216'
Girish Gowdraaef64a22021-12-10 20:58:44 +053054 oltDebVersion: openolt_asfvolt16-3.6.2-602bf0a2b75e27e241cb73d7daf1e2c883539102-40G-NNI.deb
Girish Gowdra83112522021-07-07 12:05:42 -070055 board_technology: XGS-PON
Hardik Windlass70895362022-04-12 13:13:26 +000056 power_switch_port: 2
Matteo Scandolo07818732019-10-23 15:32:06 -070057
58onus:
59 -
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -070060 serial: 'ISKT71e80080'
Matteo Scandolo07818732019-10-23 15:32:06 -070061 -
62 serial: 'ALPHe3d1cf9d'
63
64hosts:
65 src:
66 -
Girish Gowdra1e5d5022020-10-13 14:55:16 -070067 ip: '10.128.100.72'
Matteo Scandolo07818732019-10-23 15:32:06 -070068 user: 'cord'
69 pass: 'cord'
Girish Gowdrafd3d7f82021-08-16 11:22:16 -070070 dp_iface_name: 'eth1'
71 container_type: LXC
72 container_name: ISKT71e80080
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -070073 onu: 'ISKT71e80080'
Girish Gowdra0b7d6872021-11-22 14:51:41 -080074 olt: 'EC1721000216'
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -070075 c_tag: '11'
76 s_tag: '99'
77 power_switch_port: 6
Suchitra Vemuri870eaf72020-06-09 16:20:23 -070078 onu_type: 'iskratel'
Hardik Windlass252539e2021-07-02 04:26:45 +000079 uni_id: '1'
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -070080 -
81 ip: '10.128.100.71'
82 user: 'cord'
83 pass: 'cord'
Girish Gowdrafd3d7f82021-08-16 11:22:16 -070084 dp_iface_name: 'eth1'
85 container_type: LXC
86 container_name: ALPHe3d1cf9d
Suchitra Vemuri4a356f62019-11-22 15:41:38 -080087 onu: 'ALPHe3d1cf9d'
Girish Gowdra0b7d6872021-11-22 14:51:41 -080088 olt: 'EC1721000216'
Suchitra Vemuri4a356f62019-11-22 15:41:38 -080089 c_tag: '22'
90 s_tag: '99'
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -070091 power_switch_port: 1
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -070092 onu_type: 'alpha'
Hardik Windlass252539e2021-07-02 04:26:45 +000093 uni_id: '1'
Suchitra Vemuri8c67d4c2019-10-24 14:36:22 -070094 dst:
95 -
96 ip: null
97 user: null
98 pass: null
Matteo Scandolo22ccfbc2022-06-13 11:57:32 -070099 noroot_ip: '10.35.90.46'
Andy Baviereb611312020-06-25 14:58:23 -0700100 noroot_user: cord
101 noroot_pass: cord
Girish Gowdra646f87d2020-08-27 11:49:00 -0700102 dp_iface_name: ens6f0
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -0700103 dp_iface_ip_qinq: '10.99.11.254'
104 dp_iface_ip: null
105 dp_iface_gateway: null
106 container_type: null
107 container_name: null
108 -
109 ip: null
110 user: null
111 pass: null
Matteo Scandolo22ccfbc2022-06-13 11:57:32 -0700112 noroot_ip: '10.35.90.46'
Andy Baviereb611312020-06-25 14:58:23 -0700113 noroot_user: cord
114 noroot_pass: cord
Girish Gowdra646f87d2020-08-27 11:49:00 -0700115 dp_iface_name: ens6f0
Suchitra Vemuri4a356f62019-11-22 15:41:38 -0800116 dp_iface_ip_qinq: '10.99.22.254'
117 dp_iface_ip: null
118 dp_iface_gateway: null
119 container_type: null
120 container_name: null
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -0700121
122web_power_switch:
123 ip: '10.128.100.75'
124 user: 'cord'
125 password: 'cord'
126 type: 'DLI'