blob: 0b7d0da345194b7d1256866f85761ed7cca9ee30 [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
25 # This tells the control node how to reach the Kubernetes nodes.
26 nodes:
27 -
28 ip: '127.0.0.1'
29
30 fabric_switches:
31 -
32 mac: '8c:ea:1b:a7:29:72'
33 ip: 10.34.90.55
34 user: root
35 pass: onl
36 bngPort: 157
37 device_id: 'of:0000000000000001'
38
39 olts:
40 # Gpon OLT
41 -
42 ip: 10.34.90.50
43 user: root
44 pass: onl
45 fortygig: False
46 aggPort: 2
47 serial: EC1912001814
48 oltDebVersion: openolt_asgvolt64.deb
49 # XGS-PON OLT
50 -
51 ip: 10.34.90.51
52 user: root
53 pass: onl
54 fortygig: False
55 aggPort: 1
56 serial: EC1729003539
57 oltDebVersion: openolt_asfvolt16-2.3.0-bc6e0853e0e8bf6bd7e4223d4a7ee0dd35ce634d.deb
58
59 hosts:
60 src:
61 #GPON ONU
62 -
63 ip: 127.0.0.1
64 user: community
65 pass: admin
66 dp_iface_name: eth1.7
67 container_type: LXC
68 container_name: voltha-client-gpon-1
69 onu: SCOM00001c82
70 olt: EC1912001814
71 c_tag: 7
72 s_tag: 31
73 power_switch_port: 1
74 -
75 ip: 10.34.90.42
76 user: community
77 pass: admin
78 dp_iface_name: eth1.7
79 container_type: LXC
80 container_name: voltha-client-gpon-2
81 onu: SCOM00001c89
82 olt: EC1912001814
83 c_tag: 7
84 s_tag: 32
85 power_switch_port: 2
86 -
87 ip: 10.34.90.42
88 user: community
89 pass: admin
90 dp_iface_name: eth1.7
91 container_type: LXC
92 container_name: voltha-client-gpon-3
93 onu: SCOM00001c96
94 olt: EC1912001814
95 c_tag: 7
96 s_tag: 33
97 power_switch_port: 4
98 #XGSPON ONU
99 -
100 ip: 127.0.0.1
101 user: community
102 pass: admin
103 dp_iface_name: eth1
104 container_type: LXC
105 container_name: voltha-client
106 onu: ALPHe3d1cf5c
107 olt: EC1729003539
108 c_tag: 11
109 s_tag: 11
110 power_switch_port: 6
111 -
112 ip: 127.0.0.1
113 user: community
114 pass: admin
115 dp_iface_name: eth1
116 container_type: LXC
117 container_name: voltha-client-dt
118 onu: ALPHe3a69d03
119 olt: EC1729003539
120 c_tag: 7
121 s_tag: 11
122 power_switch_port: 8
123
124 dst:
125 -
126 dp_iface_ip_qinq: 10.31.7.254
127 ip: null
128 user: null
129 pass: null
130 dp_iface_name: null
131 dp_iface_ip: null
132 dp_iface_gateway: null
133 container_type: null
134 container_name: null
135 -
136 dp_iface_ip_qinq: 10.32.7.254
137 ip: null
138 user: null
139 pass: null
140 dp_iface_name: null
141 dp_iface_ip: null
142 dp_iface_gateway: null
143 container_type: null
144 container_name: null
145 -
146 dp_iface_ip_qinq: 10.33.7.254
147 ip: null
148 user: null
149 pass: null
150 dp_iface_name: null
151 dp_iface_ip: null
152 dp_iface_gateway: null
153 container_type: null
154 container_name: null
155 -
156 dp_iface_ip_qinq: 10.11.2.254
157 ip: null
158 user: null
159 pass: null
160 dp_iface_name: null
161 dp_iface_ip: null
162 dp_iface_gateway: null
163 container_type: null
164 container_name: null
165 -
166 dp_iface_ip_qinq: 10.11.7.254
167 ip: null
168 user: null
169 pass: null
170 dp_iface_name: null
171 dp_iface_ip: null
172 dp_iface_gateway: null
173 container_type: null
174 container_name: null
175
176 web_power_switch:
177 ip: '10.34.90.48'
178 user: 'admin'
179 password: 'secret'
180 type: 'EPC'