blob: f8c6ab80cb75afe7bc5cf61d49a2aad6469eec03 [file] [log] [blame]
Andrea Campanellada73c532020-01-17 09:29:07 +01001---
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
20ONOS_REST_PORT: 30120
21ONOS_SSH_PORT: 30115
22OLT_PORT: 9191
23KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal
24
25# This tells the control node how to reach the Kubernetes nodes.
26nodes:
27 -
28 ip: '127.0.0.1'
29
30fabric_switches:
31 -
32 mac: '8c:ea:1b:a7:29:72'
33 ip: 10.34.90.55
34 user: root
35 pass: onl
Andrea Campanella0bc5f032020-01-28 16:31:28 +010036 bngPort: 157
Andrea Campanellada73c532020-01-17 09:29:07 +010037 #XGSPON
38 oltPort: 1
Andrea Campanellada73c532020-01-17 09:29:07 +010039 device_id: 'of:0000000000000001'
40
41olts:
42# XGS-PON OLT
43 -
44 ip: 10.34.90.51
45 user: root
46 pass: onl
Andrea Campanella8bb28c32020-01-27 20:50:15 +010047 fortygig: False
Matteo Scandolofc630f32020-01-23 10:47:39 -080048 serial: 'EC1729003539'
Andrea Campanellada73c532020-01-17 09:29:07 +010049
50hosts:
51 src:
52 #XGSPON ONU
53 -
54 ip: 127.0.0.1
Matteo Scandolofc630f32020-01-23 10:47:39 -080055 user: community
56 pass: admin
Andrea Campanella71fae7f2020-02-06 00:25:06 +010057 dp_iface_name: eth1
58 container_type: LXC
59 container_name: voltha-client
Andrea Campanellada73c532020-01-17 09:29:07 +010060 onu: ALPHe3d1cf5c
61 c_tag: 11
62 s_tag: 11
HungWei Chiua0ec21b2020-03-04 14:09:37 -050063 power_switch_port: 6
Andrea Campanella3e669dc2020-02-26 13:35:55 +010064 -
65 ip: 127.0.0.1
66 user: community
67 pass: admin
68 dp_iface_name: eth1
69 container_type: LXC
70 container_name: voltha-client-dt
71 onu: ALPHe3a69d03
72 c_tag: 7
73 s_tag: 11
HungWei Chiua0ec21b2020-03-04 14:09:37 -050074 power_switch_port: 8
Andrea Campanellada73c532020-01-17 09:29:07 +010075
76 dst:
77 -
Andrea Campanella5650dfd2020-02-03 09:45:25 +010078 dp_iface_ip_qinq: 10.11.2.254
Andrea Campanella86e68242020-02-03 11:43:17 +010079 ip: null
80 user: null
81 pass: null
Andrea Campanellada73c532020-01-17 09:29:07 +010082 dp_iface_name: null
83 dp_iface_ip: null
84 dp_iface_gateway: null
85 container_type: null
86 container_name: null
Andrea Campanella3e669dc2020-02-26 13:35:55 +010087 -
88 dp_iface_ip_qinq: 10.11.7.254
89 ip: null
90 user: null
91 pass: null
92 dp_iface_name: null
93 dp_iface_ip: null
94 dp_iface_gateway: null
95 container_type: null
96 container_name: null
HungWei Chiua0ec21b2020-03-04 14:09:37 -050097
98web_power_switch:
99 ip: '10.34.90.48'
100 user: 'admin'
101 password: 'secret'
102 type: 'EPC'