blob: f243156f2720a0672a2396adf522a8b46d6eebd1 [file] [log] [blame]
Andrea Campanella35dd5592022-05-10 23:33:14 +02001---
2
Joey Armstrong003e83e2023-01-09 20:23:48 -05003 # Copyright 2020-2023 Open Networking Foundation (ONF) and the ONF Contributors
Andrea Campanella35dd5592022-05-10 23:33:14 +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 -
Cristina de Franciscobbd16532024-11-19 09:52:13 +010028 ip: 'node-4.berlin-lab.lfbroadband.org'
Andrea Campanella35dd5592022-05-10 23:33:14 +020029 user: 'community'
30 pass: 'admin'
31 -
Cristina de Franciscobbd16532024-11-19 09:52:13 +010032 ip: 'node-5.berlin-lab.lfbroadband.org'
Andrea Campanella35dd5592022-05-10 23:33:14 +020033 user: 'community'
34 pass: 'admin'
35 -
Cristina de Franciscobbd16532024-11-19 09:52:13 +010036 ip: 'node-6.berlin-lab.lfbroadband.org'
Andrea Campanella35dd5592022-05-10 23:33:14 +020037 user: 'community'
38 pass: 'admin'
39
Girish Gowdrad6ff2082022-05-19 14:29:41 -070040 fabric_switches: []
41 # The switch is shared across 2 PODs, thus is externally controlled
42 # -
43 # mac: '8c:ea:1b:a7:29:72'
44 # ip: 10.34.90.55
45 # user: root
46 # pass: onl
47 # bngPort: 157
48 # device_id: 'of:0000000000000001'
Andrea Campanella35dd5592022-05-10 23:33:14 +020049
50 olts:
Girish Gowdra50b120c2022-05-18 14:15:40 -070051 # XGSPON OLT
Andrea Campanella35dd5592022-05-10 23:33:14 +020052 -
Cristina de Franciscobbd16532024-11-19 09:52:13 +010053 ip: zyxel-olt.berlin-lab.lfbroadband.org
54 sship: zyxel-olt.berlin-lab.lfbroadband.org
Andrea Campanella35dd5592022-05-10 23:33:14 +020055 fortygig: False
Girish Gowdra50b120c2022-05-18 14:15:40 -070056 aggPort: 6
Andrea Campanella35dd5592022-05-10 23:33:14 +020057 user: root
58 pass: onl
59 serial: S210Z14009247
Andrea Campanellae753ecb2022-05-20 10:41:37 +020060 oltDebVersion: openolt_sda3016ss-3.7.2-dev-xgspon-20220520.deb
Mahir Gunyel438a2252022-11-14 13:26:31 -080061 board_technology: XGS-PON
Andrea Campanella35dd5592022-05-10 23:33:14 +020062
63 hosts:
64 src:
Girish Gowdra50b120c2022-05-18 14:15:40 -070065 #xgspon ONU
Andrea Campanella35dd5592022-05-10 23:33:14 +020066 -
Cristina de Franciscob522e7e2024-12-19 10:03:11 +000067 ip: node-6.berlin-lab.lfbroadband.org
68 user: community
69 pass: admin
70 dp_iface_name: eth1.7
71 container_type: LXC
72 container_name: ZYXE8CABE30B
73 onu: ZYXE8cabe30b
74 olt: S210Z14009247
75 c_tag: 7
76 s_tag: 41
77 power_switch_port: 5
78 uni_id: 1
79 -
Roger Luethif7b08f62024-11-12 09:43:31 +010080 ip: node-3.berlin-lab.lfbroadband.org
81 user: community
82 pass: admin
83 dp_iface_name: eth1.7
84 container_type: LXC
85 container_name: ALPHE3A69D03
86 onu: ALPHe3a69d03
87 olt: S210Z14009247
88 c_tag: 7
89 s_tag: 11
90 power_switch_port: 7
91 uni_id: 1
92 -
93 ip: node-3.berlin-lab.lfbroadband.org
94 user: community
95 pass: admin
96 dp_iface_name: eth1.7
97 container_type: LXC
98 container_name: ALPHE3D1CF5C
99 onu: ALPHe3d1cf5c
100 olt: S210Z14009247
101 c_tag: 7
102 s_tag: 12
103 power_switch_port: 8
104 uni_id: 1
Andrea Campanella35dd5592022-05-10 23:33:14 +0200105
106 dst:
107 -
Cristina de Franciscob522e7e2024-12-19 10:03:11 +0000108 dp_iface_ip_qinq: 10.41.7.254
109 ip: null
110 user: null
111 pass: null
112 noroot_ip: bng.berlin-lab.lfbroadband.org
113 noroot_user: community
114 noroot_pass: admin
115 dp_iface_name: enp7s0
116 dp_iface_ip: null
117 dp_iface_gateway: null
118 container_type: null
119 container_name: null
120 -
Roger Luethif7b08f62024-11-12 09:43:31 +0100121 dp_iface_ip_qinq: 10.11.7.254
122 ip: null
123 user: null
124 pass: null
125 noroot_ip: bng.berlin-lab.lfbroadband.org
126 noroot_user: community
127 noroot_pass: admin
128 dp_iface_name: enp7s0
129 dp_iface_ip: null
130 dp_iface_gateway: null
131 container_type: null
132 container_name: null
133 -
134 dp_iface_ip_qinq: 10.12.7.254
135 ip: null
136 user: null
137 pass: null
138 noroot_ip: bng.berlin-lab.lfbroadband.org
139 noroot_user: community
140 noroot_pass: admin
141 dp_iface_name: enp7s0
142 dp_iface_ip: null
143 dp_iface_gateway: null
144 container_type: null
145 container_name: null
Andrea Campanella35dd5592022-05-10 23:33:14 +0200146
147 web_power_switch:
Cristina de Franciscobbd16532024-11-19 09:52:13 +0100148 ip: 'pdu01.berlin-lab.lfbroadband.org'
Andrea Campanella35dd5592022-05-10 23:33:14 +0200149 user: 'admin'
150 password: 'secret'
151 type: 'EPC'