blob: 3c0a7cd1b3b4fe30ed962db17ecb2efd88e50bda [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 device_id: 'of:0000000000000001'
38
39olts:
40# XGS-PON OLT
41 -
42 ip: 10.34.90.51
43 user: root
44 pass: onl
Andrea Campanella8bb28c32020-01-27 20:50:15 +010045 fortygig: False
Andrea Campanellae28feaf2020-04-22 15:17:45 +020046 aggPort: 1
Matteo Scandolofc630f32020-01-23 10:47:39 -080047 serial: 'EC1729003539'
Andrea Campanellac91fe7d2020-05-19 12:23:39 +020048 oltDebVersion: openolt_asfvolt16-2.4.6-5d9ab1a36e13e55ca3687af160cfd4f582317493.deb
49 oltDebVersion23: openolt_asfvolt16-2.4.3-c636279643a1cac3128395cc9fc22977e8edc46d.deb
Andrea Campanellae28feaf2020-04-22 15:17:45 +020050
Andrea Campanellada73c532020-01-17 09:29:07 +010051
52hosts:
53 src:
54 #XGSPON ONU
55 -
56 ip: 127.0.0.1
Matteo Scandolofc630f32020-01-23 10:47:39 -080057 user: community
58 pass: admin
Andrea Campanella71fae7f2020-02-06 00:25:06 +010059 dp_iface_name: eth1
60 container_type: LXC
61 container_name: voltha-client
Andrea Campanellada73c532020-01-17 09:29:07 +010062 onu: ALPHe3d1cf5c
Andrea Campanellae28feaf2020-04-22 15:17:45 +020063 olt: EC1729003539
Andrea Campanellada73c532020-01-17 09:29:07 +010064 c_tag: 11
65 s_tag: 11
HungWei Chiua0ec21b2020-03-04 14:09:37 -050066 power_switch_port: 6
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -070067 onu_type: 'alpha'
Andrea Campanella3e669dc2020-02-26 13:35:55 +010068 -
69 ip: 127.0.0.1
70 user: community
71 pass: admin
72 dp_iface_name: eth1
73 container_type: LXC
74 container_name: voltha-client-dt
75 onu: ALPHe3a69d03
Andrea Campanellae28feaf2020-04-22 15:17:45 +020076 olt: EC1729003539
Andrea Campanella3e669dc2020-02-26 13:35:55 +010077 c_tag: 7
78 s_tag: 11
HungWei Chiua0ec21b2020-03-04 14:09:37 -050079 power_switch_port: 8
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -070080 onu_type: 'alpha'
Andrea Campanellada73c532020-01-17 09:29:07 +010081
82 dst:
83 -
Andrea Campanella5650dfd2020-02-03 09:45:25 +010084 dp_iface_ip_qinq: 10.11.2.254
Andrea Campanella86e68242020-02-03 11:43:17 +010085 ip: null
86 user: null
87 pass: null
Andrea Campanellada73c532020-01-17 09:29:07 +010088 dp_iface_name: null
89 dp_iface_ip: null
90 dp_iface_gateway: null
91 container_type: null
92 container_name: null
Andrea Campanella3e669dc2020-02-26 13:35:55 +010093 -
94 dp_iface_ip_qinq: 10.11.7.254
95 ip: null
96 user: null
97 pass: null
98 dp_iface_name: null
99 dp_iface_ip: null
100 dp_iface_gateway: null
101 container_type: null
102 container_name: null
HungWei Chiua0ec21b2020-03-04 14:09:37 -0500103
104web_power_switch:
105 ip: '10.34.90.48'
106 user: 'admin'
107 password: 'secret'
108 type: 'EPC'