blob: 4821649bca2a5d9c0bef0bc22191938514c7253d [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 Gowdrae661c112021-11-15 14:35:08 -080054 oltDebVersion: openolt_asfvolt16-3.6.0-5287fde1e7d07f7274f0432eb6c746bb3bbcd1e8-40G-NNI.deb
Girish Gowdra83112522021-07-07 12:05:42 -070055 board_technology: XGS-PON
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'
Girish Gowdrafd3d7f82021-08-16 11:22:16 -070069 dp_iface_name: 'eth1'
70 container_type: LXC
71 container_name: ISKT71e80080
Girish Gowdrad26e4502020-11-16 11:30:49 -080072 onu: 'ISKT71e80080'
73 olt: 'EC1904000654'
74 c_tag: '11'
75 s_tag: '99'
76 power_switch_port: 6
77 onu_type: 'iskratel'
Hardik Windlass252539e2021-07-02 04:26:45 +000078 uni_id: '1'
Girish Gowdrad26e4502020-11-16 11:30:49 -080079 -
80 ip: '10.128.100.71'
81 user: 'cord'
82 pass: 'cord'
Girish Gowdrafd3d7f82021-08-16 11:22:16 -070083 dp_iface_name: 'eth1'
84 container_type: LXC
85 container_name: ALPHe3d1cf9d
Girish Gowdrad26e4502020-11-16 11:30:49 -080086 onu: 'ALPHe3d1cf9d'
87 olt: 'EC1904000654'
88 c_tag: '22'
89 s_tag: '99'
90 power_switch_port: 1
91 onu_type: 'alpha'
Hardik Windlass252539e2021-07-02 04:26:45 +000092 uni_id: '1'
Girish Gowdrad26e4502020-11-16 11:30:49 -080093 dst:
94 -
95 ip: null
96 user: null
97 pass: null
98 noroot_ip: '10.128.100.70'
99 noroot_user: cord
100 noroot_pass: cord
101 dp_iface_name: ens6f0
102 dp_iface_ip_qinq: '10.99.11.254'
103 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 noroot_ip: '10.128.100.70'
112 noroot_user: cord
113 noroot_pass: cord
114 dp_iface_name: ens6f0
115 dp_iface_ip_qinq: '10.99.22.254'
116 dp_iface_ip: null
117 dp_iface_gateway: null
118 container_type: null
119 container_name: null
120
121web_power_switch:
122 ip: '10.128.100.75'
123 user: 'cord'
124 password: 'cord'
125 type: 'DLI'