blob: 20c12ec910d79a83f07785a1be802b398ea69159 [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 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
Girish Gowdra8eeee5c2020-10-19 10:37:31 -070062
Andrea Campanellab9411eb2020-04-02 15:21:36 +020063 hosts:
64 src:
65 #GPON ONU
66 -
67 ip: 127.0.0.1
68 user: community
69 pass: admin
70 dp_iface_name: eth1.7
71 container_type: LXC
72 container_name: voltha-client-gpon-1
73 onu: SCOM00001c82
Andrea Campanellae28feaf2020-04-22 15:17:45 +020074 olt: EC1912001814
Andrea Campanellab9411eb2020-04-02 15:21:36 +020075 c_tag: 7
76 s_tag: 31
77 power_switch_port: 1
Hardik Windlass252539e2021-07-02 04:26:45 +000078 uni_id: 1
Andrea Campanellab9411eb2020-04-02 15:21:36 +020079 -
80 ip: 10.34.90.42
81 user: community
82 pass: admin
83 dp_iface_name: eth1.7
84 container_type: LXC
85 container_name: voltha-client-gpon-2
86 onu: SCOM00001c89
Andrea Campanellae28feaf2020-04-22 15:17:45 +020087 olt: EC1912001814
Andrea Campanellab9411eb2020-04-02 15:21:36 +020088 c_tag: 7
89 s_tag: 32
90 power_switch_port: 2
Hardik Windlass252539e2021-07-02 04:26:45 +000091 uni_id: 1
Andrea Campanellab9411eb2020-04-02 15:21:36 +020092 -
93 ip: 10.34.90.42
94 user: community
95 pass: admin
96 dp_iface_name: eth1.7
97 container_type: LXC
98 container_name: voltha-client-gpon-3
99 onu: SCOM00001c96
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200100 olt: EC1912001814
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200101 c_tag: 7
Andrea Campanellaefb8efd2020-04-08 11:59:27 +0200102 s_tag: 33
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200103 power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +0000104 uni_id: 1
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200105 -
106 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 Campanellab9411eb2020-04-02 15:21:36 +0200118
119 dst:
120 -
121 dp_iface_ip_qinq: 10.31.7.254
122 ip: null
123 user: null
124 pass: null
Andy Bavierd00fdc42020-07-09 10:58:11 -0700125 noroot_ip: 10.34.90.43
126 noroot_user: community
127 noroot_pass: admin
128 dp_iface_name: ens3f0
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200129 dp_iface_ip: null
130 dp_iface_gateway: null
131 container_type: null
132 container_name: null
133 -
134 dp_iface_ip_qinq: 10.32.7.254
135 ip: null
136 user: null
137 pass: null
Andy Bavierd00fdc42020-07-09 10:58:11 -0700138 noroot_ip: 10.34.90.43
139 noroot_user: community
140 noroot_pass: admin
141 dp_iface_name: ens3f0
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200142 dp_iface_ip: null
143 dp_iface_gateway: null
144 container_type: null
145 container_name: null
146 -
147 dp_iface_ip_qinq: 10.33.7.254
148 ip: null
149 user: null
150 pass: null
Andy Bavierd00fdc42020-07-09 10:58:11 -0700151 noroot_ip: 10.34.90.43
152 noroot_user: community
153 noroot_pass: admin
154 dp_iface_name: ens3f0
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200155 dp_iface_ip: null
156 dp_iface_gateway: null
157 container_type: null
158 container_name: null
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200159 -
160 dp_iface_ip_qinq: 10.34.7.254
161 ip: null
162 user: null
163 pass: null
Andy Bavierd00fdc42020-07-09 10:58:11 -0700164 noroot_ip: 10.34.90.43
165 noroot_user: community
166 noroot_pass: admin
167 dp_iface_name: ens3f0
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200168 dp_iface_ip: null
169 dp_iface_gateway: null
170 container_type: null
171 container_name: null
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200172
173 web_power_switch:
174 ip: '10.34.90.48'
175 user: 'admin'
176 password: 'secret'
177 type: 'EPC'
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -0700178