blob: 38eebffd734190b2708e04f8c1f8208e64de0e73 [file] [log] [blame]
Andrea Campanella360e86d2020-10-01 10:01:17 +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
Andrea Campanella2da3a1d2020-11-04 09:45:54 +010024
25# This tells the control node how to reach the Kubernetes nodes.
Andrea Campanella360e86d2020-10-01 10:01:17 +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 Campanella360e86d2020-10-01 10:01:17 +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
53 sship: 10.34.90.50
54 user: root
55 pass: onl
56 fortygig: False
57 aggPort: 2
58 serial: EC1912001814
Girish Gowdra1ae53962021-01-11 10:21:26 -080059 oltDebVersion: openolt_asgvolt64-3.3.2-f7feb4b828467ccc99104b56b29dc7a19aa2008b-100G-NNI.deb
Girish Gowdra4254d7e2020-12-14 11:15:17 -080060 oltDebVersion23: openolt_asgvolt64-3.2.0-fc10f0d035181d3125ffc6e7a60bf5328fcf5bfa-100G-NNI.deb
Girish Gowdra8eeee5c2020-10-19 10:37:31 -070061
Andrea Campanella360e86d2020-10-01 10:01:17 +020062 hosts:
63 src:
64 #GPON ONU
65 -
66 ip: 127.0.0.1
67 user: community
68 pass: admin
69 dp_iface_name: eth1.7
70 container_type: LXC
71 container_name: voltha-client-gpon-1
72 onu: SCOM00001c82
73 olt: EC1912001814
74 c_tag: 7
75 s_tag: 31
76 power_switch_port: 1
77 -
78 ip: 10.34.90.42
79 user: community
80 pass: admin
81 dp_iface_name: eth1.7
82 container_type: LXC
83 container_name: voltha-client-gpon-2
84 onu: SCOM00001c89
85 olt: EC1912001814
86 c_tag: 7
87 s_tag: 32
88 power_switch_port: 2
89 -
90 ip: 10.34.90.42
91 user: community
92 pass: admin
93 dp_iface_name: eth1.7
94 container_type: LXC
95 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
101 -
102 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
114 dst:
115 -
116 dp_iface_ip_qinq: 10.31.7.254
117 ip: null
118 user: null
119 pass: null
120 noroot_ip: 10.34.90.43
121 noroot_user: community
122 noroot_pass: admin
123 dp_iface_name: ens3f0
124 dp_iface_ip: null
125 dp_iface_gateway: null
126 container_type: null
127 container_name: null
128 -
129 dp_iface_ip_qinq: 10.32.7.254
130 ip: null
131 user: null
132 pass: null
133 noroot_ip: 10.34.90.43
134 noroot_user: community
135 noroot_pass: admin
136 dp_iface_name: ens3f0
137 dp_iface_ip: null
138 dp_iface_gateway: null
139 container_type: null
140 container_name: null
141 -
142 dp_iface_ip_qinq: 10.33.7.254
143 ip: null
144 user: null
145 pass: null
146 noroot_ip: 10.34.90.43
147 noroot_user: community
148 noroot_pass: admin
149 dp_iface_name: ens3f0
150 dp_iface_ip: null
151 dp_iface_gateway: null
152 container_type: null
153 container_name: null
154 -
155 dp_iface_ip_qinq: 10.34.7.254
156 ip: null
157 user: null
158 pass: null
159 noroot_ip: 10.34.90.43
160 noroot_user: community
161 noroot_pass: admin
162 dp_iface_name: ens3f0
163 dp_iface_ip: null
164 dp_iface_gateway: null
165 container_type: null
166 container_name: null
167
168 web_power_switch:
169 ip: '10.34.90.48'
170 user: 'admin'
171 password: 'secret'
172 type: 'EPC'
173