blob: f9b141617e048ae8cfcc8a708a07e5c6c347b6f2 [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
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
Andrea Campanella8bb28c32020-01-27 20:50:15 +010049 fortygig: False
Matteo Scandolofc630f32020-01-23 10:47:39 -080050 serial: 'EC1729003539'
Andrea Campanellada73c532020-01-17 09:29:07 +010051# Gpon OLT
52 # -
53 # ip: 10.34.90.50
54 # user: root
55 # pass: onl
Andrea Campanella8bb28c32020-01-27 20:50:15 +010056 # fortygig: False
Andrea Campanellada73c532020-01-17 09:29:07 +010057 # serial: ASGvOLT640000000
58
59hosts:
60 src:
61 #XGSPON ONU
62 -
63 ip: 127.0.0.1
Matteo Scandolofc630f32020-01-23 10:47:39 -080064 user: community
65 pass: admin
Andrea Campanella71fae7f2020-02-06 00:25:06 +010066 dp_iface_name: eth1
67 container_type: LXC
68 container_name: voltha-client
Andrea Campanellada73c532020-01-17 09:29:07 +010069 onu: ALPHe3d1cf5c
70 c_tag: 11
71 s_tag: 11
HungWei Chiua0ec21b2020-03-04 14:09:37 -050072 power_switch_port: 6
Andrea Campanella3e669dc2020-02-26 13:35:55 +010073 -
74 ip: 127.0.0.1
75 user: community
76 pass: admin
77 dp_iface_name: eth1
78 container_type: LXC
79 container_name: voltha-client-dt
80 onu: ALPHe3a69d03
81 c_tag: 7
82 s_tag: 11
HungWei Chiua0ec21b2020-03-04 14:09:37 -050083 power_switch_port: 8
Andrea Campanella3e669dc2020-02-26 13:35:55 +010084 #GPON ONU
Matteo Scandolo694afd22020-01-23 14:11:24 -080085 # -
86 # ip: 127.0.0.1
87 # user: community
88 # pass: admin
Andrea Campanella3e669dc2020-02-26 13:35:55 +010089 # dp_iface_name: eno4
Andrea Campanellada73c532020-01-17 09:29:07 +010090 # container_type: null
91 # container_name: null
92 # onu: SCOM00001c82
Andrea Campanella3e669dc2020-02-26 13:35:55 +010093 # c_tag: 22
94 # s_tag: 22
Andrea Campanellada73c532020-01-17 09:29:07 +010095
96 dst:
97 -
Andrea Campanella5650dfd2020-02-03 09:45:25 +010098 dp_iface_ip_qinq: 10.11.2.254
Andrea Campanella86e68242020-02-03 11:43:17 +010099 ip: null
100 user: null
101 pass: null
Andrea Campanellada73c532020-01-17 09:29:07 +0100102 dp_iface_name: null
103 dp_iface_ip: null
104 dp_iface_gateway: null
105 container_type: null
106 container_name: null
Andrea Campanella3e669dc2020-02-26 13:35:55 +0100107 -
108 dp_iface_ip_qinq: 10.11.7.254
109 ip: null
110 user: null
111 pass: null
112 dp_iface_name: null
113 dp_iface_ip: null
114 dp_iface_gateway: null
115 container_type: null
116 container_name: null
HungWei Chiua0ec21b2020-03-04 14:09:37 -0500117
118web_power_switch:
119 ip: '10.34.90.48'
120 user: 'admin'
121 password: 'secret'
122 type: 'EPC'