blob: b0a0f996b8695d9abbe8da57e490cb39a6d7a188 [file] [log] [blame]
Suchitra Vemurib569c6a2020-06-26 19:23:23 -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 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 user: 'root'
48 pass: 'onl'
49 fortygig: 'true'
50 aggPort: '10'
51 serial: 'EC1838000853'
52 oltDebVersion: openolt_asfvolt16-2.4.9-dev-5057a3db7f0c73ef23903901514159963d1ef7a2.deb
53 oltDebVersion23: openolt_asfvolt16-2.4.9-dev-5057a3db7f0c73ef23903901514159963d1ef7a2.deb
54
55onus:
56 -
57 serial: 'ALPHe3d1cfa7'
58
59hosts:
60 src:
61 -
62 ip: '10.192.20.61'
63 user: 'cord'
64 pass: 'cord'
65 dp_iface_name: 'ens2f0.35'
66 container_type: null
67 container_name: null
68 onu: 'ALPHe3d1cea3'
69 olt: 'EC1838000853'
70 c_tag: '801'
71 s_tag: '111'
72 power_switch_port: 1
73 onu_type: 'alpha'
Suchitra Vemuri4afd86a2020-07-10 18:13:53 -070074 -
75 ip: '10.192.20.46'
76 user: 'cord'
77 pass: 'cord'
78 dp_iface_name: 'ens2f1.35'
79 container_type: null
80 container_name: null
81 onu: 'ALPHe3d1ceb7'
82 olt: 'EC1838000853'
83 c_tag: '101'
84 s_tag: '222'
85 power_switch_port: 2
86 onu_type: 'alpha'
Suchitra Vemuri7c130712020-07-13 15:32:47 -070087 -
88 ip: '10.192.20.61'
89 user: 'cord'
90 pass: 'cord'
91 dp_iface_name: 'ens2f0.65'
92 container_type: null
93 container_name: null
94 onu: 'ALPHe3d1cea3'
95 olt: 'EC1838000853'
96 c_tag: '444'
97 s_tag: '333'
98 power_switch_port: 1
99 onu_type: ''
100 -
101 ip: '10.192.20.46'
102 user: 'cord'
103 pass: 'cord'
104 dp_iface_name: 'ens2f1.65'
105 container_type: null
106 container_name: null
107 onu: 'ALPHe3d1ceb7'
108 olt: 'EC1838000853'
109 c_tag: '444'
110 s_tag: '333'
111 power_switch_port: 2
112 onu_type: ''
Suchitra Vemurib569c6a2020-06-26 19:23:23 -0700113 dst:
114 -
115 ip: null
116 user: null
117 pass: null
118 dp_iface_name: null
119 dp_iface_ip_qinq: '10.8.8.100'
120 dp_iface_ip: null
121 dp_iface_gateway: null
122 container_type: null
123 container_name: null
Suchitra Vemuri4afd86a2020-07-10 18:13:53 -0700124 -
125 ip: null
126 user: null
127 pass: null
128 noroot_ip: '10.192.20.47'
129 noroot_user: cord
130 noroot_pass: cord
131 dp_iface_name: ens3d1
132 dp_iface_ip_qinq: '10.8.7.100'
133 dp_iface_ip: null
134 dp_iface_gateway: null
135 container_type: null
136 container_name: null
Suchitra Vemuri7c130712020-07-13 15:32:47 -0700137 -
138 ip: null
139 user: null
140 pass: null
141 dp_iface_name: null
142 dp_iface_ip_qinq: '10.8.10.100'
143 dp_iface_ip: null
144 dp_iface_gateway: null
145 container_type: null
146 container_name: null
147 -
148 ip: null
149 user: null
150 pass: null
151 noroot_ip: '10.192.20.47'
152 noroot_user: cord
153 noroot_pass: cord
154 dp_iface_name: ens3d1
155 dp_iface_ip_qinq: '10.8.10.100'
156 dp_iface_ip: null
157 dp_iface_gateway: null
158 container_type: null
159 container_name: null
Suchitra Vemurib569c6a2020-06-26 19:23:23 -0700160web_power_switch:
161 ip: '10.192.20.56'
162 user: 'admin'
163 password: '1234'
164 type: 'DLI'