blob: 489fe6deec0f08af231fe03f34ed22a50f233a9a [file] [log] [blame]
Suchitra Vemuri048b0132020-09-03 13:08:36 -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 menlo-soak-pod
16
17---
18
19kube_config: '/home/cord/.kube/config'
20
21nodes:
22 -
23 ip: '10.128.90.90'
24 user: 'cord'
25 pass: 'cord'
26
27fabric_switches:
28 -
29 ip: '192.168.100.44'
30 user: 'root'
31 pass: 'onl'
32 bngPort: '31'
33 device_id: 'of:000000000000da7a'
34
35olts:
36 -
37 name: 'edgecore'
38 ip: '192.168.100.112'
39 sship: '192.168.100.112'
40 user: 'root'
41 pass: 'onl'
42 fortygig: 'true'
43 aggPort: '1'
44 serial: 'EC1721000208'
Girish Gowdra1ae53962021-01-11 10:21:26 -080045 oltDebVersion: openolt_asfvolt16-3.3.2-f7feb4b828467ccc99104b56b29dc7a19aa2008b-40G-NNI.deb
46 oltDebVersion23: openolt_asfvolt16-3.2.0-fc10f0d035181d3125ffc6e7a60bf5328fcf5bfa-40G-NNI.deb
Suchitra Vemurif9e5f902021-02-10 18:24:24 -080047 oltPort: '9191'
Suchitra Vemurid4c82ab2021-02-04 22:09:58 -080048 -
49 ip: bbsim0
50 serial: BBSIM_OLT_1
Suchitra Vemurif9e5f902021-02-10 18:24:24 -080051 oltPort: '50060'
Suchitra Vemurid4c82ab2021-02-04 22:09:58 -080052
Suchitra Vemuri048b0132020-09-03 13:08:36 -070053onus:
54 -
55 serial: 'ALPHe3d1cf8e'
56 -
57 serial: 'ALPHe3d1cfe3'
58
59hosts:
60 src:
61 -
62 ip: '10.128.90.90'
63 user: 'cord'
64 pass: 'cord'
65 # dp_iface_name: 'ens6f0.11'
66 dp_iface_name: 'eth1.11'
67 container_type: 'LXC'
68 container_name: 'ALPHe3d1cf8e'
69 onu: 'ALPHe3d1cf8e'
70 olt: 'EC1721000208'
71 c_tag: '11'
Suchitra Vemuri0c9577e2020-09-03 17:47:32 -070072 s_tag: '222'
Suchitra Vemuri048b0132020-09-03 13:08:36 -070073 -
74 ip: '10.128.90.90'
75 user: 'cord'
76 pass: 'cord'
77 # dp_iface_name: 'ens6f1.12'
78 dp_iface_name: 'eth1.12'
79 container_type: 'LXC'
80 container_name: 'ALPHe3d1cfe3'
81 onu: 'ALPHe3d1cfe3'
82 olt: 'EC1721000208'
83 c_tag: '12'
84 s_tag: '111'
85 dst:
86 -
87 ip: null
88 user: null
89 pass: null
90 dp_iface_name: null
91 dp_iface_ip_qinq: '10.11.1.254'
92 dp_iface_ip: null
93 dp_iface_gateway: null
94 container_type: null
95 container_name: null
96 -
97 ip: null
98 user: null
99 pass: null
100 dp_iface_name: null
101 dp_iface_ip_qinq: '10.11.2.254'
102 dp_iface_ip: null
103 dp_iface_gateway: null
104 container_type: null
105 container_name: null