blob: b01f41e6377ff8172ce75e00c87bb4c3aadda46e [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
36 bngPort: 32
37 #XGSPON
38 oltPort: 1
39 #GPON
40 #oltPort: 2
41 device_id: 'of:0000000000000001'
42
43olts:
44# XGS-PON OLT
45 -
46 ip: 10.34.90.51
47 user: root
48 pass: onl
49 fortygig: True
50 serial: 'EC1729003539'
51# Gpon OLT
52 # -
53 # ip: 10.34.90.50
54 # user: root
55 # pass: onl
56 # fortygig: True
57 # serial: ASGvOLT640000000
58
59hosts:
60 src:
61 #XGSPON ONU
62 -
63 ip: 127.0.0.1
64 user: cord
65 pass: cord
66 dp_iface_name: eno3
67 container_type: null
68 container_name: null
69 onu: ALPHe3d1cf5c
70 c_tag: 11
71 s_tag: 11
72 #GPON ONU
73 # -
74 # ip: 127.0.0.1
75 # user: cord
76 # pass: cord
77 # dp_iface_name: eno2
78 # container_type: null
79 # container_name: null
80 # onu: SCOM00001c82
81 # c_tag: 12
82 # s_tag: 11
83
84 dst:
85 -
86 dp_iface_ip_qinq: 192.168.11.254
87 ip: null
88 user: null
89 pass: null
90 dp_iface_name: null
91 dp_iface_ip: null
92 dp_iface_gateway: null
93 container_type: null
94 container_name: null
95 # -
96 # dp_iface_ip_qinq: 192.168.12.254
97 # ip: null
98 # user: null
99 # pass: null
100 # dp_iface_name: null
101 # dp_iface_ip: null
102 # dp_iface_gateway: null
103 # container_type: null
104 # container_name: null