blob: 65c58ae027d8bf310506af39907fa56b4491ff95 [file] [log] [blame]
Andrea Campanellab9411eb2020-04-02 15:21:36 +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 Campanellab9411eb2020-04-02 15:21:36 +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 Campanellab9411eb2020-04-02 15:21:36 +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
Andrea Campanellab9411eb2020-04-02 15:21:36 +020047 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 Campanellab9411eb2020-04-02 15:21:36 +020054 user: root
55 pass: onl
56 fortygig: False
Andrea Campanellae28feaf2020-04-22 15:17:45 +020057 aggPort: 2
Andrea Campanellab9411eb2020-04-02 15:21:36 +020058 serial: EC1912001814
Girish Gowdra8eeee5c2020-10-19 10:37:31 -070059 oltDebVersion: openolt_asgvolt64-3.0.0-07ac2cb46d74b83b707fa654ee2e8d4d4de2372a.deb
Andrea Campanellad6546002020-07-27 08:27:52 +000060 oltDebVersion23: openolt_asgvolt64-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb
Girish Gowdra8eeee5c2020-10-19 10:37:31 -070061
Andrea Campanellab9411eb2020-04-02 15:21:36 +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
Andrea Campanellae28feaf2020-04-22 15:17:45 +020073 olt: EC1912001814
Andrea Campanellab9411eb2020-04-02 15:21:36 +020074 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
Andrea Campanellae28feaf2020-04-22 15:17:45 +020085 olt: EC1912001814
Andrea Campanellab9411eb2020-04-02 15:21:36 +020086 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
Andrea Campanellae28feaf2020-04-22 15:17:45 +020097 olt: EC1912001814
Andrea Campanellab9411eb2020-04-02 15:21:36 +020098 c_tag: 7
Andrea Campanellaefb8efd2020-04-08 11:59:27 +020099 s_tag: 33
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200100 power_switch_port: 4
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200101 -
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
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200113
114 dst:
115 -
116 dp_iface_ip_qinq: 10.31.7.254
117 ip: null
118 user: null
119 pass: null
Andy Bavierd00fdc42020-07-09 10:58:11 -0700120 noroot_ip: 10.34.90.43
121 noroot_user: community
122 noroot_pass: admin
123 dp_iface_name: ens3f0
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200124 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
Andy Bavierd00fdc42020-07-09 10:58:11 -0700133 noroot_ip: 10.34.90.43
134 noroot_user: community
135 noroot_pass: admin
136 dp_iface_name: ens3f0
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200137 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
Andy Bavierd00fdc42020-07-09 10:58:11 -0700146 noroot_ip: 10.34.90.43
147 noroot_user: community
148 noroot_pass: admin
149 dp_iface_name: ens3f0
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200150 dp_iface_ip: null
151 dp_iface_gateway: null
152 container_type: null
153 container_name: null
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200154 -
155 dp_iface_ip_qinq: 10.34.7.254
156 ip: null
157 user: null
158 pass: null
Andy Bavierd00fdc42020-07-09 10:58:11 -0700159 noroot_ip: 10.34.90.43
160 noroot_user: community
161 noroot_pass: admin
162 dp_iface_name: ens3f0
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200163 dp_iface_ip: null
164 dp_iface_gateway: null
165 container_type: null
166 container_name: null
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200167
168 web_power_switch:
169 ip: '10.34.90.48'
170 user: 'admin'
171 password: 'secret'
172 type: 'EPC'
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -0700173