blob: e8e3db762cac7b5d907726b8dcf8db3733c10e74 [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
37 #GPON
38 oltPort: 2
39 device_id: 'of:0000000000000001'
40
41 olts:
42 # Gpon OLT
43 -
44 ip: 10.34.90.50
45 user: root
46 pass: onl
47 fortygig: False
48 serial: EC1912001814
49
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
61 c_tag: 7
62 s_tag: 31
63 power_switch_port: 1
64 -
65 ip: 10.34.90.42
66 user: community
67 pass: admin
68 dp_iface_name: eth1.7
69 container_type: LXC
70 container_name: voltha-client-gpon-2
71 onu: SCOM00001c89
72 c_tag: 7
73 s_tag: 32
74 power_switch_port: 2
75 -
76 ip: 10.34.90.42
77 user: community
78 pass: admin
79 dp_iface_name: eth1.7
80 container_type: LXC
81 container_name: voltha-client-gpon-3
82 onu: SCOM00001c96
83 c_tag: 7
Andrea Campanellaefb8efd2020-04-08 11:59:27 +020084 s_tag: 33
Andrea Campanellab9411eb2020-04-02 15:21:36 +020085 power_switch_port: 4
86
87 dst:
88 -
89 dp_iface_ip_qinq: 10.31.7.254
90 ip: null
91 user: null
92 pass: null
93 dp_iface_name: null
94 dp_iface_ip: null
95 dp_iface_gateway: null
96 container_type: null
97 container_name: null
98 -
99 dp_iface_ip_qinq: 10.32.7.254
100 ip: null
101 user: null
102 pass: null
103 dp_iface_name: null
104 dp_iface_ip: null
105 dp_iface_gateway: null
106 container_type: null
107 container_name: null
108 -
109 dp_iface_ip_qinq: 10.33.7.254
110 ip: null
111 user: null
112 pass: null
113 dp_iface_name: null
114 dp_iface_ip: null
115 dp_iface_gateway: null
116 container_type: null
117 container_name: null
118
119 web_power_switch:
120 ip: '10.34.90.48'
121 user: 'admin'
122 password: 'secret'
123 type: 'EPC'
124