blob: 14bedfef2e4ae0be9f2bff92fa6b0c9ad3aab038 [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
Andrea Campanellad62b86f2020-05-14 12:57:50 +020089 -
90 ip: 10.34.90.42
91 user: community
92 pass: admin
93 dp_iface_name: eth1.7
94 container_type: LXC
95 container_name: voltha-client-gpon-4
96 onu: SCOM00001c0b
97 olt: EC1912001814
98 c_tag: 7
99 s_tag: 34
100 power_switch_port: 7
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200101
102 dst:
103 -
104 dp_iface_ip_qinq: 10.31.7.254
105 ip: null
106 user: null
107 pass: null
108 dp_iface_name: null
109 dp_iface_ip: null
110 dp_iface_gateway: null
111 container_type: null
112 container_name: null
113 -
114 dp_iface_ip_qinq: 10.32.7.254
115 ip: null
116 user: null
117 pass: null
118 dp_iface_name: null
119 dp_iface_ip: null
120 dp_iface_gateway: null
121 container_type: null
122 container_name: null
123 -
124 dp_iface_ip_qinq: 10.33.7.254
125 ip: null
126 user: null
127 pass: null
128 dp_iface_name: null
129 dp_iface_ip: null
130 dp_iface_gateway: null
131 container_type: null
132 container_name: null
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200133 -
134 dp_iface_ip_qinq: 10.34.7.254
135 ip: null
136 user: null
137 pass: null
138 dp_iface_name: null
139 dp_iface_ip: null
140 dp_iface_gateway: null
141 container_type: null
142 container_name: null
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200143
144 web_power_switch:
145 ip: '10.34.90.48'
146 user: 'admin'
147 password: 'secret'
148 type: 'EPC'
149