blob: b04bc4c63cd75a1a032a4ab9874a11caf6528f0a [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'
47 ip: '10.128.100.90'
48 user: 'root'
49 pass: 'onl'
50 fortygig: 'true'
Andrea Campanellae28feaf2020-04-22 15:17:45 +020051 aggPort: '1'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070052 serial: 'EC1904000654'
Suchitra Vemurib4b8a652020-06-19 12:51:14 -070053 oltDebVersion: openolt_asfvolt16-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb
54 oltDebVersion23: openolt_asfvolt16-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070055
56onus:
57 -
Suchitra Vemuri357982a2020-06-09 14:51:56 -070058 serial: 'ISKT71e80080'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070059 -
60 serial: 'ALPHe3d1cf9d'
61
62hosts:
63 src:
64 -
65 ip: '10.128.100.71'
66 user: 'cord'
67 pass: 'cord'
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -070068 dp_iface_name: 'ens6f1.11'
69 container_type: null
70 container_name: null
Suchitra Vemuri357982a2020-06-09 14:51:56 -070071 onu: 'ISKT71e80080'
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -070072 olt: 'EC1904000654'
73 c_tag: '11'
74 s_tag: '11'
75 power_switch_port: 6
Suchitra Vemuri870eaf72020-06-09 16:20:23 -070076 onu_type: 'iskratel'
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -070077 -
78 ip: '10.128.100.71'
79 user: 'cord'
80 pass: 'cord'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070081 dp_iface_name: 'ens6f0.22'
82 container_type: null
83 container_name: null
84 onu: 'ALPHe3d1cf9d'
Andrea Campanellae28feaf2020-04-22 15:17:45 +020085 olt: 'EC1904000654'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070086 c_tag: '22'
87 s_tag: '22'
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -070088 power_switch_port: 1
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -070089 onu_type: 'alpha'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070090 dst:
91 -
92 ip: null
93 user: null
94 pass: null
95 dp_iface_name: null
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -070096 dp_iface_ip_qinq: '10.11.11.254'
97 dp_iface_ip: null
98 dp_iface_gateway: null
99 container_type: null
100 container_name: null
101 -
102 ip: null
103 user: null
104 pass: null
105 dp_iface_name: null
Suchitra Vemurie1a4c112020-03-12 12:58:10 -0700106 dp_iface_ip_qinq: '10.22.22.254'
107 dp_iface_ip: null
108 dp_iface_gateway: null
109 container_type: null
110 container_name: null
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -0700111
112web_power_switch:
113 ip: '10.128.100.75'
114 user: 'cord'
115 password: 'cord'
116 type: 'DLI'