blob: 57f13a4a076557585d3b92127f9757b2e8d3d6c0 [file] [log] [blame]
Andrea Campanellab9411eb2020-04-02 15:21:36 +02001---
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
20 ONOS_REST_PORT: 30120
21 ONOS_SSH_PORT: 30115
22 OLT_PORT: 9191
23 KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal
24
25 # This tells the control node how to reach the Kubernetes nodes.
26 nodes:
27 -
28 ip: '127.0.0.1'
29
30 fabric_switches:
31 -
32 mac: '8c:ea:1b:a7:29:72'
33 ip: 10.34.90.55
34 user: root
35 pass: onl
36 bngPort: 157
Andrea Campanellab9411eb2020-04-02 15:21:36 +020037 device_id: 'of:0000000000000001'
38
39 olts:
40 # Gpon OLT
41 -
42 ip: 10.34.90.50
43 user: root
44 pass: onl
45 fortygig: False
Andrea Campanellae28feaf2020-04-22 15:17:45 +020046 aggPort: 2
Andrea Campanellab9411eb2020-04-02 15:21:36 +020047 serial: EC1912001814
Andrea Campanellae28feaf2020-04-22 15:17:45 +020048 oltDebVersion: openolt_asgvolt64.deb
Andrea Campanellab9411eb2020-04-02 15:21:36 +020049
50 hosts:
51 src:
52 #GPON ONU
53 -
54 ip: 127.0.0.1
55 user: community
56 pass: admin
57 dp_iface_name: eth1.7
58 container_type: LXC
59 container_name: voltha-client-gpon-1
60 onu: SCOM00001c82
Andrea Campanellae28feaf2020-04-22 15:17:45 +020061 olt: EC1912001814
Andrea Campanellab9411eb2020-04-02 15:21:36 +020062 c_tag: 7
63 s_tag: 31
64 power_switch_port: 1
65 -
66 ip: 10.34.90.42
67 user: community
68 pass: admin
69 dp_iface_name: eth1.7
70 container_type: LXC
71 container_name: voltha-client-gpon-2
72 onu: SCOM00001c89
Andrea Campanellae28feaf2020-04-22 15:17:45 +020073 olt: EC1912001814
Andrea Campanellab9411eb2020-04-02 15:21:36 +020074 c_tag: 7
75 s_tag: 32
76 power_switch_port: 2
77 -
78 ip: 10.34.90.42
79 user: community
80 pass: admin
81 dp_iface_name: eth1.7
82 container_type: LXC
83 container_name: voltha-client-gpon-3
84 onu: SCOM00001c96
Andrea Campanellae28feaf2020-04-22 15:17:45 +020085 olt: EC1912001814
Andrea Campanellab9411eb2020-04-02 15:21:36 +020086 c_tag: 7
Andrea Campanellaefb8efd2020-04-08 11:59:27 +020087 s_tag: 33
Andrea Campanellab9411eb2020-04-02 15:21:36 +020088 power_switch_port: 4
89
90 dst:
91 -
92 dp_iface_ip_qinq: 10.31.7.254
93 ip: null
94 user: null
95 pass: null
96 dp_iface_name: null
97 dp_iface_ip: null
98 dp_iface_gateway: null
99 container_type: null
100 container_name: null
101 -
102 dp_iface_ip_qinq: 10.32.7.254
103 ip: null
104 user: null
105 pass: null
106 dp_iface_name: null
107 dp_iface_ip: null
108 dp_iface_gateway: null
109 container_type: null
110 container_name: null
111 -
112 dp_iface_ip_qinq: 10.33.7.254
113 ip: null
114 user: null
115 pass: null
116 dp_iface_name: null
117 dp_iface_ip: null
118 dp_iface_gateway: null
119 container_type: null
120 container_name: null
121
122 web_power_switch:
123 ip: '10.34.90.48'
124 user: 'admin'
125 password: 'secret'
126 type: 'EPC'
127