blob: fdeab14ca6e6c1b537bdb42631edd959c4dcb395 [file] [log] [blame]
Hardik Windlass3a94c122021-08-25 11:14:39 +00001---
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: '10.90.0.240'
29 user: 'cord'
30 pass: 'cord'
Hardik Windlass3a94c122021-08-25 11:14:39 +000031
Matteo Scandolo2bbee1a2022-01-10 14:34:56 -080032 fabric_switches: []
Matteo Scandolofb066282022-01-10 12:19:13 -080033 # The switch is shared across 3 PODs, thus is externally controlled
Matteo Scandolofb066282022-01-10 12:19:13 -080034 # -
35 # mac: '8c:ea:1b:a7:29:72'
36 # ip: 10.90.0.243
37 # user: root
38 # pass: onl
39 # bngPort: 31
40 # device_id: 'of:0000000000000001'
Hardik Windlass3a94c122021-08-25 11:14:39 +000041
42 olts:
43 -
44 ip: 10.90.0.246
45 sship: 10.90.0.246
46 user: root
47 pass: onl
48 fortygig: True
49 aggPort: 3
50 serial: 722033738988
51 oltDebVersion: openolt_rlt-1600g-w-40g-3.5.1-dev-262b6293cdeda78317dda9d3a6cfab0e7ebfbf05.deb
52 board_technology: GPON
53
54 hosts:
55 src:
56 # 1600G OLT
57 -
58 ip: 10.90.0.240
59 user: cord
60 pass: cord
61 dp_iface_name: eth1.222
62 container_type: LXC
63 container_name: SCOM00001c8d
64 onu: SCOM00001c8d
65 olt: 722033738988
66 c_tag: 222
67 s_tag: 22
68 power_switch_port: 4
69 uni_id: 1
70 -
71 ip: 10.90.0.240
72 user: cord
73 pass: cord
74 dp_iface_name: eth1.333
75 container_type: LXC
76 container_name: SCOM00019ab7
77 onu: SCOM00019ab7
78 olt: 722033738988
79 c_tag: 333
80 s_tag: 33
81 power_switch_port: 8
82 uni_id: 1
83
84 dst:
85
86 #1600G OLT
87 -
88 dp_iface_ip_qinq: 10.22.22.254
89 ip: null
90 user: null
91 pass: null
92 noroot_ip: 10.90.0.241
93 noroot_user: cord
94 noroot_pass: cord
95 dp_iface_name: enp3s0d1
96 dp_iface_ip: null
97 dp_iface_gateway: null
98 container_type: null
99 container_name: null
100 -
101 dp_iface_ip_qinq: 10.33.33.254
102 ip: null
103 user: null
104 pass: null
105 noroot_ip: 10.90.0.241
106 noroot_user: cord
107 noroot_pass: cord
108 dp_iface_name: enp3s0d1
109 dp_iface_ip: null
110 dp_iface_gateway: null
111 container_type: null
112 container_name: null
113
114 web_power_switch:
115 ip: '10.90.0.250'
116 user: 'cord'
117 password: 'cord'
118 type: 'DLI'