blob: f2c7fc5243e172c0e6aa92d90825cf4a7c41abf5 [file] [log] [blame]
Andrea Campanella20f553f2021-06-05 12:30:11 +02001---
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'
31 -
32 ip: '10.90.0.241'
33 user: 'cord'
34 pass: 'cord'
35
36 fabric_switches:
37 -
38 mac: '8c:ea:1b:a7:29:72'
39 ip: 10.90.0.243
40 user: root
41 pass: onl
42 bngPort: 31
43 device_id: 'of:0000000000000001'
44
45 olts:
46 # Gpon OLT
47 -
48 ip: 10.90.0.244
49 sship: 10.90.0.244
50 user: root
51 pass: onl
52 fortygig: True
53 aggPort: 1
54 serial: 722033538840
55 #TODO need update
56 oltDebVersion: openolt_asgvolt64-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-100G-NNI.deb
57 oltDebVersion23: openolt_asgvolt64-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-100G-NNI.deb
58
59 hosts:
60 src:
61 #GPON ONU
62
63 - ip: 10.90.0.240
64 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
74
75 - ip: 10.90.0.240
76 user: cord
77 pass: cord
Andrea Campanella1f7057c2021-06-14 18:39:10 +020078 dp_iface_name: eth1
Andrea Campanella20f553f2021-06-05 12:30:11 +020079 container_type: LXC
80 container_name: SCOMa0108aea
81 onu: SCOMa0108aea
82 olt: 722033538840
83 c_tag: 42
Andrea Campanella4d3adfa2021-06-09 11:21:36 +020084 s_tag: 44
Andrea Campanella20f553f2021-06-05 12:30:11 +020085 power_switch_port: 5
86
87 dst:
88
89 - dp_iface_ip_qinq: 10.44.41.254
90 ip: null
91 user: null
92 pass: null
93 noroot_ip: 10.90.0.241
94 noroot_user: cord
95 noroot_pass: cord
96 dp_iface_name: enp3s0d1
97 dp_iface_ip: null
98 dp_iface_gateway: null
99 container_type: null
100 container_name: null
101
102 - dp_iface_ip_qinq: 10.44.42.254
103 ip: null
104 user: null
105 pass: null
106 noroot_ip: 10.90.0.241
107 noroot_user: cord
108 noroot_pass: cord
109 dp_iface_name: enp3s0d1
110 dp_iface_ip: null
111 dp_iface_gateway: null
112 container_type: null
113 container_name: null
114
115 web_power_switch:
116 ip: '10.90.0.250'
117 user: 'cord'
118 password: 'cord'
119 type: 'DLI'