blob: 5cbe1a424ed7ab79a0b6ff0f029ee4e1df07528e [file] [log] [blame]
Suchitra Vemuri38570472020-11-18 11:09:17 -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 Flex POD 1 , olt/onu are connected to this
16
17---
18
19kube_config: 'flex-ocp-cord-voltha-master.conf'
20
21nodes:
22 -
23 ip: '10.192.20.45'
24 user: 'cord'
25 pass: 'cord'
26 -
27 ip: '10.192.20.46'
28 user: 'cord'
29 pass: 'cord'
30 -
31 ip: '10.192.20.47'
32 user: 'cord'
33 pass: 'cord'
34
35fabric_switches:
36 -
37 mac: 'cc:37:ab:5b:6d:a8'
38 ip: '10.192.20.217'
39 user: 'root'
40 pass: 'onl'
41 bngPort: '3'
42 device_id: 'of:0000000000000001'
43
44olts:
45 -
46 ip: '10.192.20.206'
47 sship: '10.192.20.206'
48 user: 'root'
49 pass: 'onl'
50 fortygig: 'true'
51 aggPort: '10'
52 serial: 'EC1838000853'
Girish Gowdra1ae53962021-01-11 10:21:26 -080053 oltDebVersion: openolt_asfvolt16-3.3.2-f7feb4b828467ccc99104b56b29dc7a19aa2008b-40G-NNI.deb
Girish Gowdra4254d7e2020-12-14 11:15:17 -080054 oltDebVersion23: openolt_asfvolt16-3.2.0-fc10f0d035181d3125ffc6e7a60bf5328fcf5bfa-40G-NNI.deb
Suchitra Vemuri38570472020-11-18 11:09:17 -080055
56onus:
57 -
58 serial: 'ALPHe3d1cfa7'
59
60hosts:
61 src:
62 -
63 ip: '10.192.20.61'
64 user: 'cord'
65 pass: 'cord'
66 dp_iface_name: 'ens2f0'
67 container_type: null
68 container_name: null
69 onu: 'ALPHe3d1cea3'
70 olt: 'EC1838000853'
71 c_tag: '801'
72 s_tag: '111'
73 power_switch_port: 1
74 onu_type: 'alpha'
75 -
76 ip: '10.192.20.46'
77 user: 'cord'
78 pass: 'cord'
79 dp_iface_name: 'ens2f1'
80 container_type: null
81 container_name: null
82 onu: 'ALPHe3d1ceb7'
83 olt: 'EC1838000853'
84 c_tag: '101'
85 s_tag: '222'
86 power_switch_port: 2
87 onu_type: 'alpha'
88
89 dst:
90 -
91 ip: null
92 user: null
93 pass: null
94 noroot_ip: '10.192.20.47'
95 noroot_user: cord
96 noroot_pass: cord
97 dp_iface_name: ens3d1
98 dp_iface_ip_qinq: '10.8.8.100'
99 dp_iface_ip: null
100 dp_iface_gateway: null
101 container_type: null
102 container_name: null
103 -
104 ip: null
105 user: null
106 pass: null
107 noroot_ip: '10.192.20.47'
108 noroot_user: cord
109 noroot_pass: cord
110 dp_iface_name: ens3d1
111 dp_iface_ip_qinq: '10.8.7.100'
112 dp_iface_ip: null
113 dp_iface_gateway: null
114 container_type: null
115 container_name: null
116
117web_power_switch:
118 ip: '10.192.20.56'
119 user: 'admin'
120 password: '1234'
121 type: 'DLI'