blob: 5d7dfdc6ac29dc18605acfad950b779c73d2a52f [file] [log] [blame]
Suchitra Vemurib569c6a2020-06-26 19:23:23 -07001# Copyright 2017-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# Automated deployment configuration for Flex POD 1 , olt/onu are connected to this
16
17---
18
19kube_config: 'flex-ocp-cord-voltha-master.conf'
20
21nodes:
22 -
23 ip: '10.192.20.45'
24 user: 'cord'
25 pass: 'cord'
26 -
27 ip: '10.192.20.46'
28 user: 'cord'
29 pass: 'cord'
30 -
31 ip: '10.192.20.47'
32 user: 'cord'
33 pass: 'cord'
34
35fabric_switches:
36 -
37 mac: 'cc:37:ab:5b:6d:a8'
38 ip: '10.192.20.217'
39 user: 'root'
40 pass: 'onl'
41 bngPort: '3'
42 device_id: 'of:0000000000000001'
43
44olts:
45 -
46 ip: '10.192.20.206'
47 user: 'root'
48 pass: 'onl'
49 fortygig: 'true'
50 aggPort: '10'
51 serial: 'EC1838000853'
52 oltDebVersion: openolt_asfvolt16-2.4.9-dev-5057a3db7f0c73ef23903901514159963d1ef7a2.deb
53 oltDebVersion23: openolt_asfvolt16-2.4.9-dev-5057a3db7f0c73ef23903901514159963d1ef7a2.deb
54
55onus:
56 -
57 serial: 'ALPHe3d1cfa7'
58
59hosts:
60 src:
61 -
62 ip: '10.192.20.61'
63 user: 'cord'
64 pass: 'cord'
65 dp_iface_name: 'ens2f0.35'
66 container_type: null
67 container_name: null
68 onu: 'ALPHe3d1cea3'
69 olt: 'EC1838000853'
70 c_tag: '801'
71 s_tag: '111'
72 power_switch_port: 1
73 onu_type: 'alpha'
74
75 dst:
76 -
77 ip: null
78 user: null
79 pass: null
80 dp_iface_name: null
81 dp_iface_ip_qinq: '10.8.8.100'
82 dp_iface_ip: null
83 dp_iface_gateway: null
84 container_type: null
85 container_name: null
Suchitra Vemurib569c6a2020-06-26 19:23:23 -070086
87web_power_switch:
88 ip: '10.192.20.56'
89 user: 'admin'
90 password: '1234'
91 type: 'DLI'