blob: b20b9887acfa6756b500db1a6df36ada6d26e384 [file] [log] [blame]
Andrea Campanellae28feaf2020-04-22 15:17:45 +02001---
2
3 # Copyright 2020-present Open Networking Foundation
4 #
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 # http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16
17 # Automated deployment configuration for Tucson pod
18
19 # Change default values in tests
20 ONOS_REST_PORT: 30120
21 ONOS_SSH_PORT: 30115
22 OLT_PORT: 9191
23 KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal
24
Andrea Campanella2da3a1d2020-11-04 09:45:54 +010025# This tells the control node how to reach the Kubernetes nodes.
Andrea Campanellae28feaf2020-04-22 15:17:45 +020026 nodes:
27 -
Andrea Campanella2da3a1d2020-11-04 09:45:54 +010028 ip: '10.34.90.40'
29 user: 'community'
30 pass: 'admin'
31 -
32 ip: '10.34.90.41'
33 user: 'community'
34 pass: 'admin'
35 -
36 ip: '10.34.90.42'
37 user: 'community'
38 pass: 'admin'
Andrea Campanellae28feaf2020-04-22 15:17:45 +020039
40 fabric_switches:
41 -
42 mac: '8c:ea:1b:a7:29:72'
43 ip: 10.34.90.55
44 user: root
45 pass: onl
46 bngPort: 157
47 device_id: 'of:0000000000000001'
48
49 olts:
50 # Gpon OLT
51 -
52 ip: 10.34.90.50
Suchitra Vemuri61bf7562020-07-14 22:12:33 -070053 sship: 10.34.90.50
Andrea Campanellae28feaf2020-04-22 15:17:45 +020054 user: root
55 pass: onl
56 fortygig: False
57 aggPort: 2
58 serial: EC1912001814
Girish Gowdra449edb62021-06-23 15:34:55 -070059 oltDebVersion: openolt_asgvolt64-3.4.8-eec0fc9e9a01dc0d35b0b8441e0a22a4c0cc51b4-100G-NNI.deb
Girish Gowdra99702652021-03-18 12:56:08 -070060 oltDebVersion23: openolt_asgvolt64-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-100G-NNI.deb
Girish Gowdra83112522021-07-07 12:05:42 -070061 board_technology: GPON
Andrea Campanellac91fe7d2020-05-19 12:23:39 +020062
Andrea Campanellae28feaf2020-04-22 15:17:45 +020063 # XGS-PON OLT
64 -
65 ip: 10.34.90.51
Suchitra Vemuri61bf7562020-07-14 22:12:33 -070066 sship: 10.34.90.51
Andrea Campanellae28feaf2020-04-22 15:17:45 +020067 user: root
68 pass: onl
69 fortygig: False
70 aggPort: 1
71 serial: EC1729003539
Girish Gowdra449edb62021-06-23 15:34:55 -070072 oltDebVersion: openolt_asfvolt16-3.4.8-eec0fc9e9a01dc0d35b0b8441e0a22a4c0cc51b4-100G-NNI.deb
Girish Gowdra99702652021-03-18 12:56:08 -070073 oltDebVersion23: openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-100G-NNI.deb
Girish Gowdra83112522021-07-07 12:05:42 -070074 board_technology: XGS-PON
Andrea Campanellae28feaf2020-04-22 15:17:45 +020075
76 hosts:
77 src:
78 #GPON ONU
79 -
80 ip: 127.0.0.1
81 user: community
82 pass: admin
83 dp_iface_name: eth1.7
84 container_type: LXC
85 container_name: voltha-client-gpon-1
86 onu: SCOM00001c82
87 olt: EC1912001814
88 c_tag: 7
89 s_tag: 31
90 power_switch_port: 1
Hardik Windlass252539e2021-07-02 04:26:45 +000091 uni_id: 1
Andrea Campanellae28feaf2020-04-22 15:17:45 +020092 -
93 ip: 10.34.90.42
94 user: community
95 pass: admin
96 dp_iface_name: eth1.7
97 container_type: LXC
Andrea Campanellae28feaf2020-04-22 15:17:45 +020098 container_name: voltha-client-gpon-3
99 onu: SCOM00001c96
100 olt: EC1912001814
101 c_tag: 7
102 s_tag: 33
103 power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +0000104 uni_id: 1
Suchitra Vemuribd0ddf42020-11-09 21:34:17 -0800105 -
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200106 ip: 10.34.90.42
107 user: community
108 pass: admin
109 dp_iface_name: eth1.7
110 container_type: LXC
111 container_name: voltha-client-gpon-4
112 onu: SCOM00001c0b
113 olt: EC1912001814
114 c_tag: 7
115 s_tag: 34
116 power_switch_port: 7
Hardik Windlass252539e2021-07-02 04:26:45 +0000117 uni_id: 1
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200118
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200119 #XGSPON ONU
120 -
121 ip: 127.0.0.1
122 user: community
123 pass: admin
Girish Gowdracfa2c102020-11-19 18:06:39 -0800124 dp_iface_name: eth1.7
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200125 container_type: LXC
126 container_name: voltha-client
127 onu: ALPHe3d1cf5c
128 olt: EC1729003539
Girish Gowdrad2ba5f32020-11-19 17:03:04 -0800129 c_tag: 7
130 s_tag: 12
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200131 power_switch_port: 6
Hardik Windlass252539e2021-07-02 04:26:45 +0000132 uni_id: 1
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200133 -
134 ip: 127.0.0.1
135 user: community
136 pass: admin
Girish Gowdracfa2c102020-11-19 18:06:39 -0800137 dp_iface_name: eth1.7
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200138 container_type: LXC
139 container_name: voltha-client-dt
140 onu: ALPHe3a69d03
141 olt: EC1729003539
142 c_tag: 7
143 s_tag: 11
144 power_switch_port: 8
Hardik Windlass252539e2021-07-02 04:26:45 +0000145 uni_id: 1
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200146
147 dst:
148 -
149 dp_iface_ip_qinq: 10.31.7.254
150 ip: null
151 user: null
152 pass: null
153 dp_iface_name: null
154 dp_iface_ip: null
155 dp_iface_gateway: null
156 container_type: null
157 container_name: null
158 -
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200159 dp_iface_ip_qinq: 10.33.7.254
160 ip: null
161 user: null
162 pass: null
163 dp_iface_name: null
164 dp_iface_ip: null
165 dp_iface_gateway: null
166 container_type: null
167 container_name: null
168 -
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200169 dp_iface_ip_qinq: 10.34.7.254
170 ip: null
171 user: null
172 pass: null
173 dp_iface_name: null
174 dp_iface_ip: null
175 dp_iface_gateway: null
176 container_type: null
177 container_name: null
178 -
Girish Gowdracfa2c102020-11-19 18:06:39 -0800179 dp_iface_ip_qinq: 10.12.7.254
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200180 ip: null
181 user: null
182 pass: null
183 dp_iface_name: null
184 dp_iface_ip: null
185 dp_iface_gateway: null
186 container_type: null
187 container_name: null
188 -
189 dp_iface_ip_qinq: 10.11.7.254
190 ip: null
191 user: null
192 pass: null
193 dp_iface_name: null
194 dp_iface_ip: null
195 dp_iface_gateway: null
196 container_type: null
197 container_name: null
198
199 web_power_switch:
200 ip: '10.34.90.48'
201 user: 'admin'
202 password: 'secret'
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -0700203 type: 'EPC'