blob: a838049678f4b8f8f4f551eb2d6eadf08aba43bb [file] [log] [blame]
Hardik Windlasse3595f02022-05-13 10:12:16 +05301---
2
Joey Armstrong92ac4cf2022-12-27 07:39:37 -05003 # Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors
Hardik Windlasse3595f02022-05-13 10:12:16 +05304 #
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.43'
29 user: 'community'
30 pass: 'admin'
31 -
32 ip: '10.34.90.41'
33 user: 'community'
34 pass: 'admin'
35 -
36 ip: '10.34.90.42'
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'
Hardik Windlasse3595f02022-05-13 10:12:16 +053049
50 olts:
51 # Gpon OLT
52 -
53 ip: 10.34.90.50
54 sship: 10.34.90.50
55 user: root
56 pass: onl
57 fortygig: False
58 aggPort: 2
59 serial: EC1912001823
60 oltDebVersion: openolt_asgvolt64-3.7.2-c1ad0bc2b63253e74f23d394765cd93bc17a59a2-with-debug.deb
61 board_technology: GPON
62
63 hosts:
64 src:
65 #GPON ONU
66 -
67 #ip: 10.34.90.45
68 #user: community
69 #pass: admin
70 #dp_iface_name: eth1
71 #container_type: LXC
72 #container_name: DPURG4152434120360A24
73 onu: ADTN21133f28
74 olt: EC1912001823
75 power_switch_port: 8
76 service:
77 -
Hardik Windlasse3595f02022-05-13 10:12:16 +053078 name: DPU_MGMT_TRAFFIC
79 c_tag: '4090'
80 s_tag: '60'
Hardik Windlass92f73f52022-05-16 17:16:40 +053081 -
82 name: FTTB_SUBSCRIBER_TRAFFIC
83 c_tag: '101'
84 s_tag: '3101'
Hardik Windlasse3595f02022-05-13 10:12:16 +053085 uni_id: 1
86 dst:
87 -
88 dp_iface_ip_qinq: 10.31.7.254
89 ip: null
90 user: null
91 pass: null
92 noroot_ip: 10.34.90.43
93 noroot_user: community
94 noroot_pass: admin
95 dp_iface_name: ens3f0
96 dp_iface_ip: null
97 dp_iface_gateway: null
98 container_type: null
99 container_name: null
100
101 web_power_switch:
102 ip: '10.34.90.61'
103 user: 'admin'
104 password: 'secret'
105 type: 'EPC'