blob: 020d6817384ff24d211747e16e7a91d9a7d29e76 [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
Suchitra Vemuri61bf7562020-07-14 22:12:33 -070043 sship: 10.34.90.51
Andrea Campanellada73c532020-01-17 09:29:07 +010044 user: root
45 pass: onl
Andrea Campanella8bb28c32020-01-27 20:50:15 +010046 fortygig: False
Andrea Campanellae28feaf2020-04-22 15:17:45 +020047 aggPort: 1
Matteo Scandolofc630f32020-01-23 10:47:39 -080048 serial: 'EC1729003539'
Girish Gowdrafc537ac2020-10-14 15:45:14 -070049 oltDebVersion: openolt_asfvolt16-3.0.0-07ac2cb46d74b83b707fa654ee2e8d4d4de2372a.deb
Andrea Campanella77376d92020-06-19 20:37:26 +020050 oltDebVersion23: openolt_asfvolt16-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb
Andrea Campanellae28feaf2020-04-22 15:17:45 +020051
Andrea Campanellada73c532020-01-17 09:29:07 +010052
53hosts:
54 src:
55 #XGSPON ONU
56 -
57 ip: 127.0.0.1
Matteo Scandolofc630f32020-01-23 10:47:39 -080058 user: community
59 pass: admin
Andrea Campanella71fae7f2020-02-06 00:25:06 +010060 dp_iface_name: eth1
61 container_type: LXC
62 container_name: voltha-client
Andrea Campanellada73c532020-01-17 09:29:07 +010063 onu: ALPHe3d1cf5c
Andrea Campanellae28feaf2020-04-22 15:17:45 +020064 olt: EC1729003539
Andrea Campanellada73c532020-01-17 09:29:07 +010065 c_tag: 11
66 s_tag: 11
HungWei Chiua0ec21b2020-03-04 14:09:37 -050067 power_switch_port: 6
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
Andrea Campanellada73c532020-01-17 09:29:07 +010080
81 dst:
82 -
Andrea Campanella5650dfd2020-02-03 09:45:25 +010083 dp_iface_ip_qinq: 10.11.2.254
Andrea Campanella86e68242020-02-03 11:43:17 +010084 ip: null
85 user: null
86 pass: null
Andy Bavierd00fdc42020-07-09 10:58:11 -070087 noroot_ip: 10.34.90.43
88 noroot_user: community
89 noroot_pass: admin
90 dp_iface_name: ens3f0
Andrea Campanellada73c532020-01-17 09:29:07 +010091 dp_iface_ip: null
92 dp_iface_gateway: null
93 container_type: null
94 container_name: null
Andrea Campanella3e669dc2020-02-26 13:35:55 +010095 -
96 dp_iface_ip_qinq: 10.11.7.254
97 ip: null
98 user: null
99 pass: null
Andy Bavierd00fdc42020-07-09 10:58:11 -0700100 noroot_ip: 10.34.90.43
101 noroot_user: community
102 noroot_pass: admin
103 dp_iface_name: ens3f0
Andrea Campanella3e669dc2020-02-26 13:35:55 +0100104 dp_iface_ip: null
105 dp_iface_gateway: null
106 container_type: null
107 container_name: null
HungWei Chiua0ec21b2020-03-04 14:09:37 -0500108
109web_power_switch:
110 ip: '10.34.90.48'
111 user: 'admin'
112 password: 'secret'
113 type: 'EPC'