blob: 3cbea9de9878672afffe4ea153883f506d031def [file] [log] [blame]
Matteo Scandoloe2027512021-08-11 10:06:18 -07001---
2
Joey Armstrong003e83e2023-01-09 20:23:48 -05003 # Copyright 2020-2023 Open Networking Foundation (ONF) and the ONF Contributors
Matteo Scandoloe2027512021-08-11 10:06:18 -07004 #
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 -
Matteo Scandoloa169a452022-06-13 14:24:08 -070028 ip: '10.35.90.18'
Matteo Scandoloe2027512021-08-11 10:06:18 -070029 user: 'cord'
30 pass: 'cord'
Matteo Scandoloe2027512021-08-11 10:06:18 -070031
Matteo Scandolo47d7d052022-01-10 14:34:56 -080032 fabric_switches: []
Matteo Scandolo4ccc2a12022-01-10 12:19:13 -080033 # The switch is shared across 3 PODs, thus is externally controlled
Matteo Scandolo4ccc2a12022-01-10 12:19:13 -080034 # -
35 # mac: '8c:ea:1b:a7:29:72'
Matteo Scandoloa169a452022-06-13 14:24:08 -070036 # ip: 10.35.90.17
Matteo Scandolo4ccc2a12022-01-10 12:19:13 -080037 # user: root
38 # pass: onl
39 # bngPort: 31
40 # device_id: 'of:0000000000000001'
Matteo Scandoloe2027512021-08-11 10:06:18 -070041
42 olts:
43 -
Matteo Scandoloa169a452022-06-13 14:24:08 -070044 ip: 10.35.90.19
45 sship: 10.35.90.19
Matteo Scandoloe2027512021-08-11 10:06:18 -070046 user: root
47 pass: onl
48 fortygig: True
49 aggPort: 3
50 serial: 722033738988
Girish Gowdrac0056b12022-06-28 14:48:12 -070051 oltDebVersion: openolt_rlt-1600g-w-3.7.4-3b190f0-nni40g.deb
Matteo Scandoloe2027512021-08-11 10:06:18 -070052 board_technology: GPON
53
54 hosts:
55 src:
56 # 1600G OLT
57 -
Matteo Scandoloa169a452022-06-13 14:24:08 -070058 ip: 10.35.90.18
Matteo Scandoloe2027512021-08-11 10:06:18 -070059 user: cord
60 pass: cord
61 dp_iface_name: eth1.222
62 container_type: LXC
63 container_name: SCOM00001c8d
64 onu: SCOM00001c8d
65 olt: 722033738988
66 c_tag: 222
67 s_tag: 22
Girish Gowdra1c93de82021-09-09 13:45:24 -070068 power_switch_port: 6
Matteo Scandoloe2027512021-08-11 10:06:18 -070069 uni_id: 1
70 -
Matteo Scandoloa169a452022-06-13 14:24:08 -070071 ip: 10.35.90.18
Matteo Scandoloe2027512021-08-11 10:06:18 -070072 user: cord
73 pass: cord
74 dp_iface_name: eth1.333
75 container_type: LXC
76 container_name: SCOM00019ab7
77 onu: SCOM00019ab7
78 olt: 722033738988
79 c_tag: 333
80 s_tag: 33
Girish Gowdra1c93de82021-09-09 13:45:24 -070081 power_switch_port: 5
82 uni_id: 1
83 -
Matteo Scandoloa169a452022-06-13 14:24:08 -070084 ip: 10.35.90.23
Girish Gowdra1c93de82021-09-09 13:45:24 -070085 user: cord
86 pass: cord
87 dp_iface_name: eth1.444
88 container_type: LXC
89 container_name: SCOMa0301e8d
90 onu: SCOMa0301e8d
91 olt: 722033738988
92 c_tag: 444
93 s_tag: 44
94 power_switch_port: 3
Matteo Scandoloe2027512021-08-11 10:06:18 -070095 uni_id: 1
96
97 dst:
98
99 #1600G OLT
100 -
101 dp_iface_ip_qinq: 10.22.22.254
102 ip: null
103 user: null
104 pass: null
Andrea Campanellae847e3b2022-06-10 11:13:54 -0700105 noroot_ip: 10.35.90.20
Matteo Scandoloe2027512021-08-11 10:06:18 -0700106 noroot_user: cord
107 noroot_pass: cord
108 dp_iface_name: enp3s0d1
109 dp_iface_ip: null
110 dp_iface_gateway: null
111 container_type: null
112 container_name: null
113 -
114 dp_iface_ip_qinq: 10.33.33.254
115 ip: null
116 user: null
117 pass: null
Andrea Campanellae847e3b2022-06-10 11:13:54 -0700118 noroot_ip: 10.35.90.20
Matteo Scandoloe2027512021-08-11 10:06:18 -0700119 noroot_user: cord
120 noroot_pass: cord
121 dp_iface_name: enp3s0d1
122 dp_iface_ip: null
123 dp_iface_gateway: null
124 container_type: null
125 container_name: null
Girish Gowdra1c93de82021-09-09 13:45:24 -0700126 -
127 dp_iface_ip_qinq: 10.44.44.254
128 ip: null
129 user: null
130 pass: null
Andrea Campanellae847e3b2022-06-10 11:13:54 -0700131 noroot_ip: 10.35.90.20
Girish Gowdra1c93de82021-09-09 13:45:24 -0700132 noroot_user: cord
133 noroot_pass: cord
134 dp_iface_name: enp3s0d1
135 dp_iface_ip: null
136 dp_iface_gateway: null
137 container_type: null
138 container_name: null
Matteo Scandoloe2027512021-08-11 10:06:18 -0700139
140 web_power_switch:
Girish Gowdra2a80c9f2022-06-22 16:17:22 -0700141 ip: '10.35.90.25'
Matteo Scandoloe2027512021-08-11 10:06:18 -0700142 user: 'cord'
143 password: 'cord'
144 type: 'DLI'