blob: 196b4843711cd4df1c00a1d0ca96600818286284 [file] [log] [blame]
Andrea Campanella20f553f2021-06-05 12:30:11 +02001---
2
Joey Armstrong92ac4cf2022-12-27 07:39:37 -05003 # Copyright 2020-2023 Open Networking Foundation (ONF) and the ONF Contributors
Andrea Campanella20f553f2021-06-05 12:30:11 +02004 #
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 -
Matteo Scandoloa169a452022-06-13 14:24:08 -070028 ip: '10.35.90.18'
Andrea Campanella20f553f2021-06-05 12:30:11 +020029 user: 'cord'
30 pass: 'cord'
31 -
Andrea Campanellae847e3b2022-06-10 11:13:54 -070032 ip: '10.35.90.20'
Andrea Campanella20f553f2021-06-05 12:30:11 +020033 user: 'cord'
34 pass: 'cord'
35
Matteo Scandolo47d7d052022-01-10 14:34:56 -080036 fabric_switches: []
Matteo Scandolo4ccc2a12022-01-10 12:19:13 -080037 # The switch is shared across 3 PODs, thus is externally controlled
Matteo Scandolo4ccc2a12022-01-10 12:19:13 -080038 # -
39 # mac: '8c:ea:1b:a7:29:72'
Matteo Scandoloa169a452022-06-13 14:24:08 -070040 # ip: 10.35.90.17
Matteo Scandolo4ccc2a12022-01-10 12:19:13 -080041 # user: root
42 # pass: onl
43 # bngPort: 31
44 # device_id: 'of:0000000000000001'
Andrea Campanella20f553f2021-06-05 12:30:11 +020045
46 olts:
47 # Gpon OLT
48 -
Matteo Scandoloa169a452022-06-13 14:24:08 -070049 ip: 10.35.90.24
50 sship: 10.35.90.24
Andrea Campanella20f553f2021-06-05 12:30:11 +020051 user: root
52 pass: onl
53 fortygig: True
54 aggPort: 1
55 serial: 722033538840
Girish Gowdradd4460a2021-08-05 14:45:49 -070056 oltDebVersion: openolt_rlt-3200g-w-40g-3.5.1-dev-262b6293cdeda78317dda9d3a6cfab0e7ebfbf05.deb
Girish Gowdra83112522021-07-07 12:05:42 -070057 board_technology: GPON
Andrea Campanella20f553f2021-06-05 12:30:11 +020058
59 hosts:
60 src:
61 #GPON ONU
62
Matteo Scandoloa169a452022-06-13 14:24:08 -070063 - ip: 10.35.90.18
Andrea Campanella20f553f2021-06-05 12:30:11 +020064 user: cord
65 pass: cord
Andrea Campanella1f7057c2021-06-14 18:39:10 +020066 dp_iface_name: eth1
Andrea Campanella20f553f2021-06-05 12:30:11 +020067 container_type: LXC
68 container_name: SCOMa0108af9
69 onu: SCOMa0108af9
70 olt: 722033538840
71 c_tag: 41
Andrea Campanella4d3adfa2021-06-09 11:21:36 +020072 s_tag: 44
Andrea Campanella20f553f2021-06-05 12:30:11 +020073 power_switch_port: 6
Hardik Windlass252539e2021-07-02 04:26:45 +000074 uni_id: 1
Andrea Campanella20f553f2021-06-05 12:30:11 +020075
Matteo Scandoloa169a452022-06-13 14:24:08 -070076 - ip: 10.35.90.18
Andrea Campanella20f553f2021-06-05 12:30:11 +020077 user: cord
78 pass: cord
Andrea Campanella1f7057c2021-06-14 18:39:10 +020079 dp_iface_name: eth1
Andrea Campanella20f553f2021-06-05 12:30:11 +020080 container_type: LXC
81 container_name: SCOMa0108aea
82 onu: SCOMa0108aea
83 olt: 722033538840
84 c_tag: 42
Andrea Campanella4d3adfa2021-06-09 11:21:36 +020085 s_tag: 44
Andrea Campanella20f553f2021-06-05 12:30:11 +020086 power_switch_port: 5
Hardik Windlass252539e2021-07-02 04:26:45 +000087 uni_id: 1
Andrea Campanella20f553f2021-06-05 12:30:11 +020088
89 dst:
90
91 - dp_iface_ip_qinq: 10.44.41.254
92 ip: null
93 user: null
94 pass: null
Andrea Campanellae847e3b2022-06-10 11:13:54 -070095 noroot_ip: 10.35.90.20
Andrea Campanella20f553f2021-06-05 12:30:11 +020096 noroot_user: cord
97 noroot_pass: cord
98 dp_iface_name: enp3s0d1
99 dp_iface_ip: null
100 dp_iface_gateway: null
101 container_type: null
102 container_name: null
103
104 - dp_iface_ip_qinq: 10.44.42.254
105 ip: null
106 user: null
107 pass: null
Andrea Campanellae847e3b2022-06-10 11:13:54 -0700108 noroot_ip: 10.35.90.20
Andrea Campanella20f553f2021-06-05 12:30:11 +0200109 noroot_user: cord
110 noroot_pass: cord
111 dp_iface_name: enp3s0d1
112 dp_iface_ip: null
113 dp_iface_gateway: null
114 container_type: null
115 container_name: null
116
117 web_power_switch:
Matteo Scandoloa169a452022-06-13 14:24:08 -0700118 ip: '10.35.90.25'
Andrea Campanella20f553f2021-06-05 12:30:11 +0200119 user: 'cord'
120 password: 'cord'
121 type: 'DLI'