blob: 1a6e3af6f1c42e369a3c3fde0e6a7d6d8562e086 [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 Vemuri5b949942020-06-05 15:18:50 -070053 oltDebVersion: openolt_asfvolt16-2.4.9-dev-5057a3db7f0c73ef23903901514159963d1ef7a2.deb
54 oltDebVersion23: openolt_asfvolt16-2.4.9-dev-5057a3db7f0c73ef23903901514159963d1ef7a2.deb
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070055
56onus:
57 -
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -070058 serial: 'iISKT71e80080'
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
71 onu: 'BRCM22222222'
72 olt: 'EC1904000654'
73 c_tag: '11'
74 s_tag: '11'
75 power_switch_port: 6
76 -
77 ip: '10.128.100.71'
78 user: 'cord'
79 pass: 'cord'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070080 dp_iface_name: 'ens6f0.22'
81 container_type: null
82 container_name: null
83 onu: 'ALPHe3d1cf9d'
Andrea Campanellae28feaf2020-04-22 15:17:45 +020084 olt: 'EC1904000654'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070085 c_tag: '22'
86 s_tag: '22'
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -070087 power_switch_port: 1
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -070088 onu_type: 'alpha'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070089 -
90 ip: '10.128.100.71'
91 user: 'cord'
92 pass: 'cord'
93 dp_iface_name: 'ens6f2.33'
94 container_type: null
95 container_name: null
96 onu: 'ALPHe3d1ced5'
Andrea Campanellae28feaf2020-04-22 15:17:45 +020097 olt: 'EC1904000654'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070098 c_tag: '33'
99 s_tag: '33'
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -0700100 power_switch_port: 5
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -0700101 onu_type: 'alpha'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -0700102 dst:
103 -
104 ip: null
105 user: null
106 pass: null
107 dp_iface_name: null
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -0700108 dp_iface_ip_qinq: '10.11.11.254'
109 dp_iface_ip: null
110 dp_iface_gateway: null
111 container_type: null
112 container_name: null
113 -
114 ip: null
115 user: null
116 pass: null
117 dp_iface_name: null
Suchitra Vemurie1a4c112020-03-12 12:58:10 -0700118 dp_iface_ip_qinq: '10.22.22.254'
119 dp_iface_ip: null
120 dp_iface_gateway: null
121 container_type: null
122 container_name: null
123 -
124 ip: null
125 user: null
126 pass: null
127 dp_iface_name: null
128 dp_iface_ip_qinq: '10.33.33.254'
129 dp_iface_ip: null
130 dp_iface_gateway: null
131 container_type: null
132 container_name: null
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -0700133
134web_power_switch:
135 ip: '10.128.100.75'
136 user: 'cord'
137 password: 'cord'
138 type: 'DLI'