blob: 29a06eabcb95906e43abf04959c3bf4c3fd8b340 [file] [log] [blame]
Girish Gowdra5d7357d2022-09-18 21:19:37 -07001# Copyright 2017-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# Automated deployment configuration for Flex POD 1 , olt/onu are connected to this
16
17---
Girish Gowdraff03a8b2022-09-26 14:00:58 -070018# Change default values in tests
19ONOS_REST_PORT: 30120
20ONOS_SSH_PORT: 30115
21OLT_PORT: 9191
22KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal
Girish Gowdra5d7357d2022-09-18 21:19:37 -070023
Girish Gowdraff03a8b2022-09-26 14:00:58 -070024nodes:
25 -
26 ip: '10.34.90.44'
27 user: 'community'
28 pass: 'admin'
29 -
30 ip: '10.34.90.45'
31 user: 'community'
32 pass: 'admin'
33 -
34 ip: '10.34.90.46'
35 user: 'community'
36 pass: 'admin'
37
38fabric_switches: []
39# The switch is shared across 2 PODs, thus is externally controlled
40# -
41# mac: '8c:ea:1b:a7:29:72'
42# ip: 10.34.90.55
43# user: root
44# pass: onl
45# bngPort: 157
46# device_id: 'of:0000000000000001'
47
48olts:
49# XGSPON OLT
50 -
51 ip: 10.34.90.53
52 sship: 10.34.90.53
53 fortygig: False
54 aggPort: 6
55 user: root
56 pass: onl
57 serial: S210Z14009247
58 oltDebVersion: openolt_sda3016ss-3.7.2-dev-xgspon-20220520.deb
59 board_technology: XGSPON
Girish Gowdra5d7357d2022-09-18 21:19:37 -070060
61onus:
62 -
Mahir Gunyel16be2682022-11-10 12:42:25 -080063 serial: 'ZYWN8cac752c'
Girish Gowdra5d7357d2022-09-18 21:19:37 -070064
65hosts:
66 src:
67 -
68 ip: '10.34.90.46'
69 user: 'community'
70 pass: 'admin'
71 dp_iface_name: 'eth1.35'
72 container_type: LXC
Mahir Gunyel16be2682022-11-10 12:42:25 -080073 container_name: ZYWN8cac752c
serkantul00f28052022-10-07 05:06:04 +030074 onu: 'ZYWN8cac752c'
Girish Gowdra6d00f742022-09-27 07:50:12 -070075 olt: 'S210Z14009247'
Girish Gowdra5d7357d2022-09-18 21:19:37 -070076 c_tag: '801'
77 s_tag: '111'
78 power_switch_port: 4
79 onu_type: 'zyxel'
80 service_type: 'hsia'
81 uni_id: '1'
82 -
83 ip: '10.34.90.46'
84 user: 'community'
85 pass: 'admin'
86 dp_iface_name: 'eth1.65'
87 container_type: LXC
Mahir Gunyel16be2682022-11-10 12:42:25 -080088 container_name: ZYWN8cac752c
89 onu: 'ZYWN8cac752c'
Girish Gowdra6d00f742022-09-27 07:50:12 -070090 olt: 'S210Z14009247'
Girish Gowdra5d7357d2022-09-18 21:19:37 -070091 c_tag: '444'
92 s_tag: '333'
93 power_switch_port: 4
94 onu_type: ''
95 service_type: 'voip'
96 uni_id: '1'
97 -
98 ip: '10.34.90.46'
99 user: 'community'
100 pass: 'admin'
101 dp_iface_name: 'eth1.55'
102 container_type: LXC
Mahir Gunyel16be2682022-11-10 12:42:25 -0800103 container_name: ZYWN8cac752c
104 onu: 'ZYWN8cac752c'
Girish Gowdra6d00f742022-09-27 07:50:12 -0700105 olt: 'S210Z14009247'
Girish Gowdra5d7357d2022-09-18 21:19:37 -0700106 c_tag: '55'
107 s_tag: '555'
108 power_switch_port: 4
109 onu_type: ''
110 service_type: 'vod'
111 uni_id: '1'
112 -
113 ip: '10.34.90.46'
114 user: 'community'
115 pass: 'admin'
116 dp_iface_name: 'eth1.55'
117 container_type: LXC
Mahir Gunyel16be2682022-11-10 12:42:25 -0800118 container_name: ZYWN8cac752c
119 onu: 'ZYWN8cac752c'
Girish Gowdra5d7357d2022-09-18 21:19:37 -0700120 olt: 'S210Z14009247'
121 c_tag: '55'
122 s_tag: '550'
123 power_switch_port: 4
124 onu_type: ''
125 mcast_rg: '10.11.6.3/24'
126 mcast_grp_subnet_mask: '224.0.0.0/4'
127 service_type: 'mcast'
128 uni_id: '1'
129 dst:
130 -
131 ip: null
132 user: null
133 pass: null
134 dp_iface_name: null
135 dp_iface_ip_qinq: '10.11.1.254'
136 dp_iface_ip: null
137 dp_iface_gateway: null
138 container_type: null
139 container_name: null
140 -
141 ip: null
142 user: null
143 pass: null
144 dp_iface_name: null
145 dp_iface_ip_qinq: '10.11.4.254'
146 dp_iface_ip: null
147 dp_iface_gateway: null
148 container_type: null
149 container_name: null
150 -
151 ip: null
152 user: null
153 pass: null
154 noroot_ip: '10.34.90.46'
155 noroot_user: community
156 noroot_pass: admin
157 dp_iface_name: ens1f0
158 dp_iface_ip_qinq: '10.11.5.254'
159 dp_iface_ip: null
160 dp_iface_gateway: null
161 container_type: null
162 container_name: null
163 -
164 ip: null
165 user: null
166 pass: null
167 bng_ip: '10.34.90.43'
168 bng_user: community
169 bng_pass: admin
170 dp_iface_name: null
171 dp_iface_ip_qinq: '225.22.0.2'
172 dp_iface_ip: null
173 dp_iface_gateway: null
174 container_type: null
175 container_name: null
176
Girish Gowdra372c88a2022-09-26 17:46:18 -0700177web_power_switch:
178 ip: '10.34.90.61'
179 user: 'admin'
180 password: 'secret'
181 type: 'EPC'