blob: 328a5029dfadf85abc8b37a2c8daec8c9a1b5741 [file] [log] [blame]
Suchitra Vemuri5ab214f2020-01-09 23:18:44 -08001# 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 INFOSYS POD , olt/onu are connected to this
16
17---
18
19kube_config: 'infosys.conf'
20
21nodes:
22 -
Suchitra Vemuri805e0fd2020-01-22 16:50:16 -080023 ip: '192.168.10.13'
24 user: 'ubuntu'
25 pass: 'ubuntu'
Suchitra Vemuri5ab214f2020-01-09 23:18:44 -080026
27fabric_switches:
28 -
29 mac: 'b8:6a:97:8b:ef:3c'
30 ip: '192.168.10.3'
31 user: 'root'
32 pass: 'onl'
33 bngPort: '3'
34 oltPort: '10'
35 device_id: 'of:0000000000000001'
36
37olts:
38 -
39 ip: '192.168.10.2'
40 user: 'root'
41 pass: 'onl'
42 fortygig: 'true'
43 serial: 'EC1917000121'
44
45onus:
46 -
47 serial: 'ISKT71e82118'
48
49hosts:
50 src:
51 -
52 ip: '192.168.10.7'
53 user: 'voltharg'
54 pass: 'voltharg'
55 dp_iface_name: 'enp0s3'
56 container_type: null
57 container_name: null
58 onu: 'ISKT71e82118'
59 c_tag: '222'
60 s_tag: '111'
61
62 dst:
63 -
64 ip: null
65 user: null
66 pass: null
67 dp_iface_name: null
68 dp_iface_ip_qinq: '192.168.20.254'
69 dp_iface_ip: null
70 dp_iface_gateway: null
71 container_type: null
72 container_name: null