blob: d1c9199dc182923fadfa33ca8eb8adbbe23df4fd [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 Vemurid4c82ab2021-02-04 22:09:58 -080047 -
48 ip: bbsim0
49 serial: BBSIM_OLT_1
50
Suchitra Vemuri048b0132020-09-03 13:08:36 -070051onus:
52 -
53 serial: 'ALPHe3d1cf8e'
54 -
55 serial: 'ALPHe3d1cfe3'
56
57hosts:
58 src:
59 -
60 ip: '10.128.90.90'
61 user: 'cord'
62 pass: 'cord'
63 # dp_iface_name: 'ens6f0.11'
64 dp_iface_name: 'eth1.11'
65 container_type: 'LXC'
66 container_name: 'ALPHe3d1cf8e'
67 onu: 'ALPHe3d1cf8e'
68 olt: 'EC1721000208'
69 c_tag: '11'
Suchitra Vemuri0c9577e2020-09-03 17:47:32 -070070 s_tag: '222'
Suchitra Vemuri048b0132020-09-03 13:08:36 -070071 -
72 ip: '10.128.90.90'
73 user: 'cord'
74 pass: 'cord'
75 # dp_iface_name: 'ens6f1.12'
76 dp_iface_name: 'eth1.12'
77 container_type: 'LXC'
78 container_name: 'ALPHe3d1cfe3'
79 onu: 'ALPHe3d1cfe3'
80 olt: 'EC1721000208'
81 c_tag: '12'
82 s_tag: '111'
83 dst:
84 -
85 ip: null
86 user: null
87 pass: null
88 dp_iface_name: null
89 dp_iface_ip_qinq: '10.11.1.254'
90 dp_iface_ip: null
91 dp_iface_gateway: null
92 container_type: null
93 container_name: null
94 -
95 ip: null
96 user: null
97 pass: null
98 dp_iface_name: null
99 dp_iface_ip_qinq: '10.11.2.254'
100 dp_iface_ip: null
101 dp_iface_gateway: null
102 container_type: null
103 container_name: null