blob: 4f9a030b41b94df18871e007143fa3e388321aac [file] [log] [blame]
Matteo Scandoloe2027512021-08-11 10:06:18 -07001---
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.245
49 sship: 10.90.0.245
50 user: root
51 pass: onl
52 fortygig: True
Girish Gowdra37dbd9e2021-08-11 11:13:06 -070053 aggPort: 2
Matteo Scandoloe2027512021-08-11 10:06:18 -070054 serial: 722033038194
55 oltDebVersion: openolt_rlt-1600x-w-40g-3.5.1-dev-2171f0eddae3c531aeac244a7d6f122f20264d2c.deb
56 board_technology: GPON
57
58 hosts:
59 src:
60 # 1600X OLT
61 -
62 ip: 10.90.0.240
63 user: cord
64 pass: cord
65 dp_iface_name: eth1.88
66 container_type: LXC
67 container_name: SCOMa0108adf
68 onu: SCOMa0108adf
69 olt: 722033038194
70 c_tag: 88
71 s_tag: 89
Girish Gowdra1c93de82021-09-09 13:45:24 -070072 power_switch_port: 4
73 uni_id: 1
74 -
Girish Gowdrac62906d2021-10-15 11:41:31 -070075 ip: 10.90.0.241
Girish Gowdra1c93de82021-09-09 13:45:24 -070076 user: cord
77 pass: cord
78 dp_iface_name: eth1.89
79 container_type: LXC
80 container_name: SCOMa030230f
81 onu: SCOMa030230f
82 olt: 722033038194
83 c_tag: 89
84 s_tag: 90
85 power_switch_port: 2
86 uni_id: 1
87 -
Girish Gowdrac62906d2021-10-15 11:41:31 -070088 ip: 10.90.0.241
Girish Gowdra1c93de82021-09-09 13:45:24 -070089 user: cord
90 pass: cord
91 dp_iface_name: eth1.90
92 container_type: LXC
93 container_name: SCOMa030216a
94 onu: SCOMa030216a
95 olt: 722033038194
96 c_tag: 90
97 s_tag: 91
98 power_switch_port: 1
Matteo Scandoloe2027512021-08-11 10:06:18 -070099 uni_id: 1
Andrea Campanellacf518112021-11-23 10:54:48 -0800100 -
101 ip: 10.90.0.51
102 user: ubuntu
Girish Gowdrade587fe2021-12-01 10:03:08 +0530103 pass: null
Andrea Campanellacf518112021-11-23 10:54:48 -0800104 dp_iface_name: eth1.92
105 container_type: LXC
106 container_name: ZYWN67C18B52
107 onu: ZYWN67c18b52
108 olt: 722033038194
109 c_tag: 92
110 s_tag: 93
111 power_switch_port: 1
112 uni_id: 1
Matteo Scandoloe2027512021-08-11 10:06:18 -0700113
114 dst:
115 # 1600X OLT
116 -
117 dp_iface_ip_qinq: 10.89.88.254
118 ip: null
119 user: null
120 pass: null
121 noroot_ip: 10.90.0.241
122 noroot_user: cord
123 noroot_pass: cord
124 dp_iface_name: enp3s0d1
125 dp_iface_ip: null
126 dp_iface_gateway: null
127 container_type: null
128 container_name: null
Girish Gowdra1c93de82021-09-09 13:45:24 -0700129 -
Girish Gowdra48e9a1d2021-11-08 11:26:23 -0800130 dp_iface_ip_qinq: 10.190.89.254
Girish Gowdra1c93de82021-09-09 13:45:24 -0700131 ip: null
132 user: null
133 pass: null
134 noroot_ip: 10.90.0.241
135 noroot_user: cord
136 noroot_pass: cord
137 dp_iface_name: enp3s0d1
138 dp_iface_ip: null
139 dp_iface_gateway: null
140 container_type: null
141 container_name: null
142 -
143 dp_iface_ip_qinq: 10.91.90.254
144 ip: null
145 user: null
146 pass: null
147 noroot_ip: 10.90.0.241
148 noroot_user: cord
149 noroot_pass: cord
150 dp_iface_name: enp3s0d1
151 dp_iface_ip: null
152 dp_iface_gateway: null
153 container_type: null
154 container_name: null
Andrea Campanellacf518112021-11-23 10:54:48 -0800155 -
156 dp_iface_ip_qinq: 10.93.92.254
157 ip: null
158 user: null
159 pass: null
160 noroot_ip: 10.90.0.241
161 noroot_user: cord
162 noroot_pass: cord
163 dp_iface_name: enp3s0d1
164 dp_iface_ip: null
165 dp_iface_gateway: null
166 container_type: null
167 container_name: null
Matteo Scandoloe2027512021-08-11 10:06:18 -0700168
169 web_power_switch:
Girish Gowdra1c93de82021-09-09 13:45:24 -0700170 ip: '10.90.0.251'
Matteo Scandoloe2027512021-08-11 10:06:18 -0700171 user: 'cord'
172 password: 'cord'
173 type: 'DLI'