blob: df01ead86c37c9333483d494d065c66b9761bfaa [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 -
28 ip: '10.34.90.44'
29 user: 'community'
30 pass: 'admin'
31 -
32 ip: '10.34.90.45'
33 user: 'community'
34 pass: 'admin'
35 -
36 ip: '10.34.90.46'
37 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:
51 # Gpon OLT
52 -
53 ip: 10.34.90.53
54 sship: 10.34.90.53
55 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
60 oltDebVersion: openolt_sda3016ss-3.7.2-dev-gpon.deb
61 board_technology: GPON
62
63 hosts:
64 src:
65 #GPON ONU
66 -
Girish Gowdra50b120c2022-05-18 14:15:40 -070067 ip: 10.34.90.45
Andrea Campanella35dd5592022-05-10 23:33:14 +020068 user: community
69 pass: admin
70 dp_iface_name: eth1.7
71 container_type: LXC
72 container_name: SCOM00001C90
Girish Gowdraec0d0852022-05-18 15:00:05 -070073 onu: SCOM00001c90
Andrea Campanella35dd5592022-05-10 23:33:14 +020074 olt: S210Z14009247
75 c_tag: 7
76 s_tag: 42
77 power_switch_port: 6
78 uni_id: 1
79 -
Girish Gowdra50b120c2022-05-18 14:15:40 -070080 ip: 10.34.90.45
Andrea Campanella35dd5592022-05-10 23:33:14 +020081 user: community
82 pass: admin
83 dp_iface_name: eth1.7
84 container_type: LXC
85 container_name: SCOMA030600F
Girish Gowdraec0d0852022-05-18 15:00:05 -070086 onu: SCOMa030600f
Andrea Campanella35dd5592022-05-10 23:33:14 +020087 olt: S210Z14009247
88 c_tag: 7
89 s_tag: 43
90 power_switch_port: 7
91 uni_id: 1
92
93 dst:
94 -
95 dp_iface_ip_qinq: 10.42.7.254
96 ip: null
97 user: null
98 pass: null
99 noroot_ip: 10.34.90.43
100 noroot_user: community
101 noroot_pass: admin
Cristina de Francisco9af9abe2023-10-05 16:25:03 +0200102 dp_iface_name: ens1f0
Andrea Campanella35dd5592022-05-10 23:33:14 +0200103 dp_iface_ip: null
104 dp_iface_gateway: null
105 container_type: null
106 container_name: null
107 -
108 dp_iface_ip_qinq: 10.43.7.254
109 ip: null
110 user: null
111 pass: null
112 noroot_ip: 10.34.90.43
113 noroot_user: community
114 noroot_pass: admin
Cristina de Francisco9af9abe2023-10-05 16:25:03 +0200115 dp_iface_name: ens1f0
Andrea Campanella35dd5592022-05-10 23:33:14 +0200116 dp_iface_ip: null
117 dp_iface_gateway: null
118 container_type: null
119 container_name: null
120
121 web_power_switch:
122 ip: '10.34.90.61'
123 user: 'admin'
124 password: 'secret'
125 type: 'EPC'