blob: 54557d8c2ac37e203f1d25ef44de0da9dc2d9b90 [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
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
Andrea Campanellab9411eb2020-04-02 15:21:36 +020037 device_id: 'of:0000000000000001'
38
39 olts:
40 # Gpon OLT
41 -
42 ip: 10.34.90.50
Suchitra Vemuri61bf7562020-07-14 22:12:33 -070043 sship: 10.34.90.50
Andrea Campanellab9411eb2020-04-02 15:21:36 +020044 user: root
45 pass: onl
46 fortygig: False
Andrea Campanellae28feaf2020-04-22 15:17:45 +020047 aggPort: 2
Andrea Campanellab9411eb2020-04-02 15:21:36 +020048 serial: EC1912001814
Girish Gowdra8eeee5c2020-10-19 10:37:31 -070049 oltDebVersion: openolt_asgvolt64-3.0.0-07ac2cb46d74b83b707fa654ee2e8d4d4de2372a.deb
Andrea Campanellad6546002020-07-27 08:27:52 +000050 oltDebVersion23: openolt_asgvolt64-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb
Girish Gowdra8eeee5c2020-10-19 10:37:31 -070051
Andrea Campanellab9411eb2020-04-02 15:21:36 +020052 hosts:
53 src:
54 #GPON ONU
55 -
56 ip: 127.0.0.1
57 user: community
58 pass: admin
59 dp_iface_name: eth1.7
60 container_type: LXC
61 container_name: voltha-client-gpon-1
62 onu: SCOM00001c82
Andrea Campanellae28feaf2020-04-22 15:17:45 +020063 olt: EC1912001814
Andrea Campanellab9411eb2020-04-02 15:21:36 +020064 c_tag: 7
65 s_tag: 31
66 power_switch_port: 1
67 -
68 ip: 10.34.90.42
69 user: community
70 pass: admin
71 dp_iface_name: eth1.7
72 container_type: LXC
73 container_name: voltha-client-gpon-2
74 onu: SCOM00001c89
Andrea Campanellae28feaf2020-04-22 15:17:45 +020075 olt: EC1912001814
Andrea Campanellab9411eb2020-04-02 15:21:36 +020076 c_tag: 7
77 s_tag: 32
78 power_switch_port: 2
79 -
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-3
86 onu: SCOM00001c96
Andrea Campanellae28feaf2020-04-22 15:17:45 +020087 olt: EC1912001814
Andrea Campanellab9411eb2020-04-02 15:21:36 +020088 c_tag: 7
Andrea Campanellaefb8efd2020-04-08 11:59:27 +020089 s_tag: 33
Andrea Campanellab9411eb2020-04-02 15:21:36 +020090 power_switch_port: 4
Andrea Campanellad62b86f2020-05-14 12:57:50 +020091 -
92 ip: 10.34.90.42
93 user: community
94 pass: admin
95 dp_iface_name: eth1.7
96 container_type: LXC
97 container_name: voltha-client-gpon-4
98 onu: SCOM00001c0b
99 olt: EC1912001814
100 c_tag: 7
101 s_tag: 34
102 power_switch_port: 7
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200103
104 dst:
105 -
106 dp_iface_ip_qinq: 10.31.7.254
107 ip: null
108 user: null
109 pass: null
Andy Bavierd00fdc42020-07-09 10:58:11 -0700110 noroot_ip: 10.34.90.43
111 noroot_user: community
112 noroot_pass: admin
113 dp_iface_name: ens3f0
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200114 dp_iface_ip: null
115 dp_iface_gateway: null
116 container_type: null
117 container_name: null
118 -
119 dp_iface_ip_qinq: 10.32.7.254
120 ip: null
121 user: null
122 pass: null
Andy Bavierd00fdc42020-07-09 10:58:11 -0700123 noroot_ip: 10.34.90.43
124 noroot_user: community
125 noroot_pass: admin
126 dp_iface_name: ens3f0
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200127 dp_iface_ip: null
128 dp_iface_gateway: null
129 container_type: null
130 container_name: null
131 -
132 dp_iface_ip_qinq: 10.33.7.254
133 ip: null
134 user: null
135 pass: null
Andy Bavierd00fdc42020-07-09 10:58:11 -0700136 noroot_ip: 10.34.90.43
137 noroot_user: community
138 noroot_pass: admin
139 dp_iface_name: ens3f0
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200140 dp_iface_ip: null
141 dp_iface_gateway: null
142 container_type: null
143 container_name: null
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200144 -
145 dp_iface_ip_qinq: 10.34.7.254
146 ip: null
147 user: null
148 pass: null
Andy Bavierd00fdc42020-07-09 10:58:11 -0700149 noroot_ip: 10.34.90.43
150 noroot_user: community
151 noroot_pass: admin
152 dp_iface_name: ens3f0
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200153 dp_iface_ip: null
154 dp_iface_gateway: null
155 container_type: null
156 container_name: null
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200157
158 web_power_switch:
159 ip: '10.34.90.48'
160 user: 'admin'
161 password: 'secret'
162 type: 'EPC'
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -0700163