blob: f5bcf3fb1eadb15bcafec9e461dd11a529143a60 [file] [log] [blame]
Suchitra Vemurie1a4c112020-03-12 12:58:10 -07001# 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
19kube_config: '/var/k8.conf'
20
21nodes:
22 -
23 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'
32 user: 'cord'
33 pass: 'cord'
34
35fabric_switches:
36 -
37 mac: 'cc:37:ab:61:80:ca'
38 ip: '10.128.100.80'
39 user: 'root'
40 pass: 'onl'
41 bngPort: '31'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070042 device_id: 'of:0000000000000001'
43
44olts:
45 -
46 name: 'edgecore'
Suchitra Vemuri61bf7562020-07-14 22:12:33 -070047 ip: '10.111.0.3'
48 sship: '10.128.99.90'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070049 user: 'root'
50 pass: 'onl'
51 fortygig: 'true'
Andrea Campanellae28feaf2020-04-22 15:17:45 +020052 aggPort: '1'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070053 serial: 'EC1904000654'
Girish Gowdra449edb62021-06-23 15:34:55 -070054 oltDebVersion: openolt_asfvolt16-3.4.8-eec0fc9e9a01dc0d35b0b8441e0a22a4c0cc51b4-40G-NNI.deb
Girish Gowdra99702652021-03-18 12:56:08 -070055 oltDebVersion23: openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070056
57onus:
58 -
Suchitra Vemuri357982a2020-06-09 14:51:56 -070059 serial: 'ISKT71e80080'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070060 -
61 serial: 'ALPHe3d1cf9d'
62
63hosts:
64 src:
65 -
Girish Gowdra1e5d5022020-10-13 14:55:16 -070066 ip: '10.128.100.72'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070067 user: 'cord'
68 pass: 'cord'
Girish Gowdra1e5d5022020-10-13 14:55:16 -070069 dp_iface_name: 'ens255f0.11'
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -070070 container_type: null
71 container_name: null
Suchitra Vemuri357982a2020-06-09 14:51:56 -070072 onu: 'ISKT71e80080'
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -070073 olt: 'EC1904000654'
74 c_tag: '11'
75 s_tag: '11'
76 power_switch_port: 6
Suchitra Vemuri870eaf72020-06-09 16:20:23 -070077 onu_type: 'iskratel'
Hardik Windlass252539e2021-07-02 04:26:45 +000078 uni_id: '1'
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -070079 -
80 ip: '10.128.100.71'
81 user: 'cord'
82 pass: 'cord'
Girish Gowdra1e5d5022020-10-13 14:55:16 -070083 dp_iface_name: 'ens255f0.22'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070084 container_type: null
85 container_name: null
86 onu: 'ALPHe3d1cf9d'
Andrea Campanellae28feaf2020-04-22 15:17:45 +020087 olt: 'EC1904000654'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070088 c_tag: '22'
89 s_tag: '22'
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -070090 power_switch_port: 1
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -070091 onu_type: 'alpha'
Hardik Windlass252539e2021-07-02 04:26:45 +000092 uni_id: '1'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070093 dst:
94 -
95 ip: null
96 user: null
97 pass: null
98 dp_iface_name: null
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -070099 dp_iface_ip_qinq: '10.11.11.254'
100 dp_iface_ip: null
101 dp_iface_gateway: null
102 container_type: null
103 container_name: null
104 -
105 ip: null
106 user: null
107 pass: null
108 dp_iface_name: null
Suchitra Vemurie1a4c112020-03-12 12:58:10 -0700109 dp_iface_ip_qinq: '10.22.22.254'
110 dp_iface_ip: null
111 dp_iface_gateway: null
112 container_type: null
113 container_name: null
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -0700114
115web_power_switch:
116 ip: '10.128.100.75'
117 user: 'cord'
118 password: 'cord'
119 type: 'DLI'