blob: 11d13d1dc3a9d11a3e97d6aa4c3ee0fb96a57e0c [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'
Andrea Campanellae28feaf2020-04-22 15:17:45 +020053 oltDebVersion: openolt_asfvolt16-2.3.0-bc6e0853e0e8bf6bd7e4223d4a7ee0dd35ce634d.deb
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070054
55onus:
56 -
57 serial: 'BRCM22222222'
58 -
59 serial: 'ALPHe3d1cf9d'
60
61hosts:
62 src:
63 -
64 ip: '10.128.100.71'
65 user: 'cord'
66 pass: 'cord'
Suchitra Vemuri82988212020-04-22 16:41:48 -070067 dp_iface_name: 'ens6f1.11'
68 container_type: null
69 container_name: null
70 onu: 'BRCM22222222'
71 c_tag: '11'
72 s_tag: '11'
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -070073 power_switch_port: 6
Suchitra Vemuri82988212020-04-22 16:41:48 -070074 -
75 ip: '10.128.100.71'
76 user: 'cord'
77 pass: 'cord'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070078 dp_iface_name: 'ens6f0.22'
79 container_type: null
80 container_name: null
81 onu: 'ALPHe3d1cf9d'
Andrea Campanellae28feaf2020-04-22 15:17:45 +020082 olt: 'EC1904000654'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070083 c_tag: '22'
84 s_tag: '22'
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -070085 power_switch_port: 1
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070086 -
87 ip: '10.128.100.71'
88 user: 'cord'
89 pass: 'cord'
90 dp_iface_name: 'ens6f2.33'
91 container_type: null
92 container_name: null
93 onu: 'ALPHe3d1ced5'
Andrea Campanellae28feaf2020-04-22 15:17:45 +020094 olt: 'EC1904000654'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070095 c_tag: '33'
96 s_tag: '33'
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -070097 power_switch_port: 5
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070098 dst:
99 -
100 ip: null
101 user: null
102 pass: null
103 dp_iface_name: null
Suchitra Vemuri82988212020-04-22 16:41:48 -0700104 dp_iface_ip_qinq: '10.11.11.254'
105 dp_iface_ip: null
106 dp_iface_gateway: null
107 container_type: null
108 container_name: null
109 -
110 ip: null
111 user: null
112 pass: null
113 dp_iface_name: null
Suchitra Vemurie1a4c112020-03-12 12:58:10 -0700114 dp_iface_ip_qinq: '10.22.22.254'
115 dp_iface_ip: null
116 dp_iface_gateway: null
117 container_type: null
118 container_name: null
119 -
120 ip: null
121 user: null
122 pass: null
123 dp_iface_name: null
124 dp_iface_ip_qinq: '10.33.33.254'
125 dp_iface_ip: null
126 dp_iface_gateway: null
127 container_type: null
128 container_name: null
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -0700129
130web_power_switch:
131 ip: '10.128.100.75'
132 user: 'cord'
133 password: 'cord'
134 type: 'DLI'