blob: 7912985a897ca9eee0c50a6a49cab6f17071c692 [file] [log] [blame]
Girish Gowdrad26e4502020-11-16 11:30:49 -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
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 Gowdra1ae53962021-01-11 10:21:26 -080054 oltDebVersion: openolt_asfvolt16-3.3.2-f7feb4b828467ccc99104b56b29dc7a19aa2008b-40G-NNI.deb
Girish Gowdra4254d7e2020-12-14 11:15:17 -080055 oltDebVersion23: openolt_asfvolt16-3.2.0-fc10f0d035181d3125ffc6e7a60bf5328fcf5bfa-40G-NNI.deb
Girish Gowdrad26e4502020-11-16 11:30:49 -080056
57onus:
58 -
59 serial: 'ISKT71e80080'
60 -
61 serial: 'ALPHe3d1cf9d'
62
63hosts:
64 src:
65 -
66 ip: '10.128.100.72'
67 user: 'cord'
68 pass: 'cord'
69 dp_iface_name: 'ens255f0'
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
77 onu_type: 'iskratel'
78 -
79 ip: '10.128.100.71'
80 user: 'cord'
81 pass: 'cord'
82 dp_iface_name: 'ens255f0'
83 container_type: null
84 container_name: null
85 onu: 'ALPHe3d1cf9d'
86 olt: 'EC1904000654'
87 c_tag: '22'
88 s_tag: '99'
89 power_switch_port: 1
90 onu_type: 'alpha'
91 dst:
92 -
93 ip: null
94 user: null
95 pass: null
96 noroot_ip: '10.128.100.70'
97 noroot_user: cord
98 noroot_pass: cord
99 dp_iface_name: ens6f0
100 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
109 noroot_ip: '10.128.100.70'
110 noroot_user: cord
111 noroot_pass: cord
112 dp_iface_name: ens6f0
113 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
118
119web_power_switch:
120 ip: '10.128.100.75'
121 user: 'cord'
122 password: 'cord'
123 type: 'DLI'