blob: 914104e4e723360f9d5d09feda4763229ff964e9 [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'
42 oltPort: '1'
43 device_id: 'of:0000000000000001'
44
45olts:
46 -
47 name: 'edgecore'
48 ip: '10.128.100.90'
49 user: 'root'
50 pass: 'onl'
51 fortygig: 'true'
52 serial: 'EC1904000654'
53
54onus:
55 -
56 serial: 'BRCM22222222'
57 -
58 serial: 'ALPHe3d1cf9d'
59
60hosts:
61 src:
62 -
63 ip: '10.128.100.71'
64 user: 'cord'
65 pass: 'cord'
Suchitra Vemuri82988212020-04-22 16:41:48 -070066 dp_iface_name: 'ens6f1.11'
67 container_type: null
68 container_name: null
69 onu: 'BRCM22222222'
70 c_tag: '11'
71 s_tag: '11'
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -070072 power_switch_port: 6
Suchitra Vemuri82988212020-04-22 16:41:48 -070073 -
74 ip: '10.128.100.71'
75 user: 'cord'
76 pass: 'cord'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070077 dp_iface_name: 'ens6f0.22'
78 container_type: null
79 container_name: null
80 onu: 'ALPHe3d1cf9d'
81 c_tag: '22'
82 s_tag: '22'
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -070083 power_switch_port: 1
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070084 -
85 ip: '10.128.100.71'
86 user: 'cord'
87 pass: 'cord'
88 dp_iface_name: 'ens6f2.33'
89 container_type: null
90 container_name: null
91 onu: 'ALPHe3d1ced5'
92 c_tag: '33'
93 s_tag: '33'
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -070094 power_switch_port: 5
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070095 dst:
96 -
97 ip: null
98 user: null
99 pass: null
100 dp_iface_name: null
Suchitra Vemuri82988212020-04-22 16:41:48 -0700101 dp_iface_ip_qinq: '10.11.11.254'
102 dp_iface_ip: null
103 dp_iface_gateway: null
104 container_type: null
105 container_name: null
106 -
107 ip: null
108 user: null
109 pass: null
110 dp_iface_name: null
Suchitra Vemurie1a4c112020-03-12 12:58:10 -0700111 dp_iface_ip_qinq: '10.22.22.254'
112 dp_iface_ip: null
113 dp_iface_gateway: null
114 container_type: null
115 container_name: null
116 -
117 ip: null
118 user: null
119 pass: null
120 dp_iface_name: null
121 dp_iface_ip_qinq: '10.33.33.254'
122 dp_iface_ip: null
123 dp_iface_gateway: null
124 container_type: null
125 container_name: null
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -0700126
127web_power_switch:
128 ip: '10.128.100.75'
129 user: 'cord'
130 password: 'cord'
131 type: 'DLI'