blob: 9720e32dacc83f44d14c4e380ed77a8e58d9a08e [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
Matteo Scandolo4ccc2a12022-01-10 12:19:13 -080036 # The switch is shared across 3 PODs, thus is externally controlled
37 # fabric_switches:
38 # -
39 # mac: '8c:ea:1b:a7:29:72'
40 # ip: 10.90.0.243
41 # user: root
42 # pass: onl
43 # bngPort: 31
44 # device_id: 'of:0000000000000001'
Matteo Scandoloe2027512021-08-11 10:06:18 -070045
46 olts:
47 # Gpon OLT
48 -
49 ip: 10.90.0.245
50 sship: 10.90.0.245
51 user: root
52 pass: onl
53 fortygig: True
Girish Gowdra37dbd9e2021-08-11 11:13:06 -070054 aggPort: 2
Matteo Scandoloe2027512021-08-11 10:06:18 -070055 serial: 722033038194
Girish Gowdra870bde12021-12-13 09:49:50 +053056 oltDebVersion: openolt_rlt-1600x-w-40g-3.6.2-cdd5e5f29842b7b51a277958031de720d0dc9407.deb
Matteo Scandoloe2027512021-08-11 10:06:18 -070057 board_technology: GPON
58
59 hosts:
60 src:
61 # 1600X OLT
62 -
63 ip: 10.90.0.240
64 user: cord
65 pass: cord
66 dp_iface_name: eth1.88
67 container_type: LXC
68 container_name: SCOMa0108adf
69 onu: SCOMa0108adf
70 olt: 722033038194
71 c_tag: 88
72 s_tag: 89
Girish Gowdra1c93de82021-09-09 13:45:24 -070073 power_switch_port: 4
74 uni_id: 1
75 -
Girish Gowdrac62906d2021-10-15 11:41:31 -070076 ip: 10.90.0.241
Girish Gowdra1c93de82021-09-09 13:45:24 -070077 user: cord
78 pass: cord
79 dp_iface_name: eth1.89
80 container_type: LXC
81 container_name: SCOMa030230f
82 onu: SCOMa030230f
83 olt: 722033038194
84 c_tag: 89
85 s_tag: 90
86 power_switch_port: 2
87 uni_id: 1
88 -
Girish Gowdrac62906d2021-10-15 11:41:31 -070089 ip: 10.90.0.241
Girish Gowdra1c93de82021-09-09 13:45:24 -070090 user: cord
91 pass: cord
92 dp_iface_name: eth1.90
93 container_type: LXC
94 container_name: SCOMa030216a
95 onu: SCOMa030216a
96 olt: 722033038194
97 c_tag: 90
98 s_tag: 91
99 power_switch_port: 1
Matteo Scandoloe2027512021-08-11 10:06:18 -0700100 uni_id: 1
101
102 dst:
103 # 1600X OLT
104 -
105 dp_iface_ip_qinq: 10.89.88.254
106 ip: null
107 user: null
108 pass: null
109 noroot_ip: 10.90.0.241
110 noroot_user: cord
111 noroot_pass: cord
112 dp_iface_name: enp3s0d1
113 dp_iface_ip: null
114 dp_iface_gateway: null
115 container_type: null
116 container_name: null
Girish Gowdra1c93de82021-09-09 13:45:24 -0700117 -
Girish Gowdra48e9a1d2021-11-08 11:26:23 -0800118 dp_iface_ip_qinq: 10.190.89.254
Girish Gowdra1c93de82021-09-09 13:45:24 -0700119 ip: null
120 user: null
121 pass: null
122 noroot_ip: 10.90.0.241
123 noroot_user: cord
124 noroot_pass: cord
125 dp_iface_name: enp3s0d1
126 dp_iface_ip: null
127 dp_iface_gateway: null
128 container_type: null
129 container_name: null
130 -
131 dp_iface_ip_qinq: 10.91.90.254
132 ip: null
133 user: null
134 pass: null
135 noroot_ip: 10.90.0.241
136 noroot_user: cord
137 noroot_pass: cord
138 dp_iface_name: enp3s0d1
139 dp_iface_ip: null
140 dp_iface_gateway: null
141 container_type: null
142 container_name: null
Matteo Scandoloe2027512021-08-11 10:06:18 -0700143
144 web_power_switch:
Girish Gowdra1c93de82021-09-09 13:45:24 -0700145 ip: '10.90.0.251'
Matteo Scandoloe2027512021-08-11 10:06:18 -0700146 user: 'cord'
147 password: 'cord'
148 type: 'DLI'