blob: 97527b3ada0585219955d7cb2dec27f224c6ec77 [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 Gowdra93eaed32020-11-16 21:52:20 -080059 oltDebVersion: openolt_asgvolt64-3.1.0-812c1126ece038da5c40d0830a09cb67ca36ea07.deb
Andrea Campanella77376d92020-06-19 20:37:26 +020060 oltDebVersion23: openolt_asgvolt64-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb
Andrea Campanellac91fe7d2020-05-19 12:23:39 +020061
Andrea Campanellae28feaf2020-04-22 15:17:45 +020062 # XGS-PON OLT
63 -
64 ip: 10.34.90.51
Suchitra Vemuri61bf7562020-07-14 22:12:33 -070065 sship: 10.34.90.51
Andrea Campanellae28feaf2020-04-22 15:17:45 +020066 user: root
67 pass: onl
68 fortygig: False
69 aggPort: 1
70 serial: EC1729003539
Girish Gowdra93eaed32020-11-16 21:52:20 -080071 oltDebVersion: openolt_asfvolt16-3.1.0-812c1126ece038da5c40d0830a09cb67ca36ea07.deb
Andrea Campanella77376d92020-06-19 20:37:26 +020072 oltDebVersion23: openolt_asfvolt16-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb
Andrea Campanellae28feaf2020-04-22 15:17:45 +020073
74 hosts:
75 src:
76 #GPON ONU
77 -
78 ip: 127.0.0.1
79 user: community
80 pass: admin
81 dp_iface_name: eth1.7
82 container_type: LXC
83 container_name: voltha-client-gpon-1
84 onu: SCOM00001c82
85 olt: EC1912001814
86 c_tag: 7
87 s_tag: 31
88 power_switch_port: 1
89 -
90 ip: 10.34.90.42
91 user: community
92 pass: admin
93 dp_iface_name: eth1.7
94 container_type: LXC
Andrea Campanellae28feaf2020-04-22 15:17:45 +020095 container_name: voltha-client-gpon-3
96 onu: SCOM00001c96
97 olt: EC1912001814
98 c_tag: 7
99 s_tag: 33
100 power_switch_port: 4
Suchitra Vemuribd0ddf42020-11-09 21:34:17 -0800101 -
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200102 ip: 10.34.90.42
103 user: community
104 pass: admin
105 dp_iface_name: eth1.7
106 container_type: LXC
107 container_name: voltha-client-gpon-4
108 onu: SCOM00001c0b
109 olt: EC1912001814
110 c_tag: 7
111 s_tag: 34
112 power_switch_port: 7
113
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200114 #XGSPON ONU
115 -
116 ip: 127.0.0.1
117 user: community
118 pass: admin
Girish Gowdracfa2c102020-11-19 18:06:39 -0800119 dp_iface_name: eth1.7
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200120 container_type: LXC
121 container_name: voltha-client
122 onu: ALPHe3d1cf5c
123 olt: EC1729003539
Girish Gowdrad2ba5f32020-11-19 17:03:04 -0800124 c_tag: 7
125 s_tag: 12
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200126 power_switch_port: 6
127 -
128 ip: 127.0.0.1
129 user: community
130 pass: admin
Girish Gowdracfa2c102020-11-19 18:06:39 -0800131 dp_iface_name: eth1.7
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200132 container_type: LXC
133 container_name: voltha-client-dt
134 onu: ALPHe3a69d03
135 olt: EC1729003539
136 c_tag: 7
137 s_tag: 11
138 power_switch_port: 8
139
140 dst:
141 -
142 dp_iface_ip_qinq: 10.31.7.254
143 ip: null
144 user: null
145 pass: null
146 dp_iface_name: null
147 dp_iface_ip: null
148 dp_iface_gateway: null
149 container_type: null
150 container_name: null
151 -
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200152 dp_iface_ip_qinq: 10.33.7.254
153 ip: null
154 user: null
155 pass: null
156 dp_iface_name: null
157 dp_iface_ip: null
158 dp_iface_gateway: null
159 container_type: null
160 container_name: null
161 -
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200162 dp_iface_ip_qinq: 10.34.7.254
163 ip: null
164 user: null
165 pass: null
166 dp_iface_name: null
167 dp_iface_ip: null
168 dp_iface_gateway: null
169 container_type: null
170 container_name: null
171 -
Girish Gowdracfa2c102020-11-19 18:06:39 -0800172 dp_iface_ip_qinq: 10.12.7.254
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200173 ip: null
174 user: null
175 pass: null
176 dp_iface_name: null
177 dp_iface_ip: null
178 dp_iface_gateway: null
179 container_type: null
180 container_name: null
181 -
182 dp_iface_ip_qinq: 10.11.7.254
183 ip: null
184 user: null
185 pass: null
186 dp_iface_name: null
187 dp_iface_ip: null
188 dp_iface_gateway: null
189 container_type: null
190 container_name: null
191
192 web_power_switch:
193 ip: '10.34.90.48'
194 user: 'admin'
195 password: 'secret'
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -0700196 type: 'EPC'