blob: 11c455172ebbea6ae0175e0212150e61f5f449e0 [file] [log] [blame]
Andrea Campanella7426b062020-12-16 12:28:04 +01001---
2
Joey Armstrong92ac4cf2022-12-27 07:39:37 -05003 # Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors
Andrea Campanella7426b062020-12-16 12:28:04 +01004 #
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
Andrea Campanella55ae08d2021-01-15 16:41:10 +010022 OLT_PORT: 830
Andrea Campanella7426b062020-12-16 12:28:04 +010023 KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal
24
25# This tells the control node how to reach the Kubernetes nodes.
26 nodes:
27 -
Andrea Campanellac3f55692022-03-29 17:55:40 +020028 ip: '10.34.90.43'
Andrea Campanella7426b062020-12-16 12:28:04 +010029 user: 'community'
30 pass: 'admin'
31 -
32 ip: '10.34.90.41'
33 user: 'community'
34 pass: 'admin'
35 -
36 ip: '10.34.90.42'
37 user: 'community'
38 pass: 'admin'
39
Girish Gowdrad6ff2082022-05-19 14:29:41 -070040 fabric_switches: []
41 # The switch is shared across 2 PODs, thus is externally controlled
42 # -
43 # mac: '8c:ea:1b:a7:29:72'
44 # ip: 10.34.90.55
45 # user: root
46 # pass: onl
47 # bngPort: 157
48 # device_id: 'of:0000000000000001'
Andrea Campanella7426b062020-12-16 12:28:04 +010049
50 olts:
51 # Gpon OLT
52 -
53 ip: 10.34.90.52
54 sship: 10.34.90.52
55 fortygig: False
56 aggPort: 3
57 serial: LBADTN2038AD991
Andrea Campanella55ae08d2021-01-15 16:41:10 +010058 type: adtranolt
Andrea Campanellaa9a1ee52021-02-05 16:04:19 +010059 user: hsvroot
Andrea Campanellad501b472022-04-29 11:13:57 +020060 pass: BOSCO
Girish Gowdra83112522021-07-07 12:05:42 -070061 board_technology: GPON
Andrea Campanella7426b062020-12-16 12:28:04 +010062
63 hosts:
64 src:
65 #GPON ONU
66 -
67 ip: 10.34.90.41
68 user: community
69 pass: admin
70 dp_iface_name: eth1.7
71 container_type: LXC
72 container_name: SCOMA0302125
Andrea Campanellae8e54702021-01-20 10:01:49 +010073 onu: SCOMa0302125
Andrea Campanella7426b062020-12-16 12:28:04 +010074 olt: LBADTN2038AD991
75 c_tag: 7
76 s_tag: 35
Andrea Campanella88b48ac2021-02-24 12:04:26 +010077 power_switch_port: 1
Hardik Windlass252539e2021-07-02 04:26:45 +000078 uni_id: 1
Andrea Campanella7426b062020-12-16 12:28:04 +010079 -
80 ip: 10.34.90.41
81 user: community
82 pass: admin
83 dp_iface_name: eth1.7
84 container_type: LXC
85 container_name: SCOMA030210E
Andrea Campanellae8e54702021-01-20 10:01:49 +010086 onu: SCOMa030210e
Andrea Campanella7426b062020-12-16 12:28:04 +010087 olt: LBADTN2038AD991
88 c_tag: 7
89 s_tag: 36
Andrea Campanella88b48ac2021-02-24 12:04:26 +010090 power_switch_port: 2
Hardik Windlass252539e2021-07-02 04:26:45 +000091 uni_id: 1
Andrea Campanella7426b062020-12-16 12:28:04 +010092 -
93 ip: 10.34.90.41
94 user: community
95 pass: admin
96 dp_iface_name: eth1.7
97 container_type: LXC
98 container_name: SCOM00001C0F
Andrea Campanellae8e54702021-01-20 10:01:49 +010099 onu: SCOM00001c0f
Andrea Campanella7426b062020-12-16 12:28:04 +0100100 olt: LBADTN2038AD991
101 c_tag: 7
102 s_tag: 37
Andrea Campanella149dfcd2021-09-07 09:24:33 +0200103 power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +0000104 uni_id: 1
Andrea Campanella73912bc2021-11-15 18:37:57 -0800105 -
Andrea Campanellac3f55692022-03-29 17:55:40 +0200106 ip: 10.34.90.44
Andrea Campanella73912bc2021-11-15 18:37:57 -0800107 user: community
108 pass: admin
109 dp_iface_name: eth1.7
110 container_type: LXC
111 container_name: SCOMA0305FC1
Andrea Campanellaac30f352021-11-17 11:41:44 -0800112 onu: SCOMa0305fc1
Andrea Campanella73912bc2021-11-15 18:37:57 -0800113 olt: LBADTN2038AD991
114 c_tag: 7
115 s_tag: 40
116 power_switch_port: 5
117 uni_id: 1
Andrea Campanellaa6f23a42021-04-07 17:18:44 +0200118
Andrea Campanella7426b062020-12-16 12:28:04 +0100119 dst:
120 -
121 dp_iface_ip_qinq: 10.35.7.254
122 ip: null
123 user: null
124 pass: null
125 noroot_ip: 10.34.90.43
126 noroot_user: community
127 noroot_pass: admin
128 dp_iface_name: ens3f0
129 dp_iface_ip: null
130 dp_iface_gateway: null
131 container_type: null
132 container_name: null
133 -
134 dp_iface_ip_qinq: 10.36.7.254
135 ip: null
136 user: null
137 pass: null
138 noroot_ip: 10.34.90.43
139 noroot_user: community
140 noroot_pass: admin
141 dp_iface_name: ens3f0
142 dp_iface_ip: null
143 dp_iface_gateway: null
144 container_type: null
145 container_name: null
146 -
147 dp_iface_ip_qinq: 10.37.7.254
148 ip: null
149 user: null
150 pass: null
151 noroot_ip: 10.34.90.43
152 noroot_user: community
153 noroot_pass: admin
154 dp_iface_name: ens3f0
155 dp_iface_ip: null
156 dp_iface_gateway: null
157 container_type: null
158 container_name: null
Andrea Campanella73912bc2021-11-15 18:37:57 -0800159 -
160 dp_iface_ip_qinq: 10.40.7.254
161 ip: null
162 user: null
163 pass: null
164 noroot_ip: 10.34.90.43
165 noroot_user: community
166 noroot_pass: admin
167 dp_iface_name: ens3f0
168 dp_iface_ip: null
169 dp_iface_gateway: null
170 container_type: null
171 container_name: null
Andrea Campanella88b48ac2021-02-24 12:04:26 +0100172
173 web_power_switch:
174 ip: '10.34.90.49'
175 user: 'admin'
176 password: 'secret'
Girish Gowdra449edb62021-06-23 15:34:55 -0700177 type: 'EPC'