blob: f097cadc569cbbb82b48aa0abd72809e88aa5855 [file] [log] [blame]
Andrea Campanella1badb7b2020-11-09 14:39:06 +01001# 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'
42 device_id: 'of:0000000000000001'
43
44olts:
45 -
46 name: 'edgecore'
47 ip: '10.111.0.3'
48 sship: '10.128.99.90'
49 user: 'root'
50 pass: 'onl'
51 fortygig: 'true'
52 aggPort: '1'
53 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
Girish Gowdra83112522021-07-07 12:05:42 -070056 board_technology: XGS-PON
Andrea Campanella1badb7b2020-11-09 14:39:06 +010057
58onus:
59 -
60 serial: 'ISKT71e80080'
61 -
62 serial: 'ALPHe3d1cf9d'
63
64hosts:
65 src:
66 -
67 ip: '10.128.100.72'
68 user: 'cord'
69 pass: 'cord'
70 dp_iface_name: 'ens255f0.11'
71 container_type: null
72 container_name: null
73 onu: 'ISKT71e80080'
74 olt: 'EC1904000654'
75 c_tag: '11'
76 s_tag: '11'
77 power_switch_port: 6
78 onu_type: 'iskratel'
79 -
80 ip: '10.128.100.71'
81 user: 'cord'
82 pass: 'cord'
83 dp_iface_name: 'ens255f0.22'
84 container_type: null
85 container_name: null
86 onu: 'ALPHe3d1cf9d'
87 olt: 'EC1904000654'
88 c_tag: '22'
89 s_tag: '22'
90 power_switch_port: 1
91 onu_type: 'alpha'
92 dst:
93 -
94 ip: null
95 user: null
96 pass: null
97 dp_iface_name: null
98 dp_iface_ip_qinq: '10.11.11.254'
Girish Gowdra6f910332021-07-09 08:42:06 -070099 noroot_ip: 10.128.100.70
100 noroot_user: cord
101 noroot_pass: cord
102 dp_iface_name: ens6f0
Andrea Campanella1badb7b2020-11-09 14:39:06 +0100103 dp_iface_ip: null
104 dp_iface_gateway: null
105 container_type: null
106 container_name: null
107 -
108 ip: null
109 user: null
110 pass: null
111 dp_iface_name: null
112 dp_iface_ip_qinq: '10.22.22.254'
Girish Gowdra6f910332021-07-09 08:42:06 -0700113 noroot_ip: '10.128.100.70'
114 noroot_user: cord
115 noroot_pass: cord
116 dp_iface_name: ens6f0
Andrea Campanella1badb7b2020-11-09 14:39:06 +0100117 dp_iface_ip: null
118 dp_iface_gateway: null
119 container_type: null
120 container_name: null
121
122web_power_switch:
123 ip: '10.128.100.75'
124 user: 'cord'
125 password: 'cord'
126 type: 'DLI'