blob: 0d0766a70eff73164eba96f5c88310f0b232b6b3 [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 Gowdra99702652021-03-18 12:56:08 -070045 oltDebVersion: openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb
46 oltDebVersion23: openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb
Suchitra Vemurif9e5f902021-02-10 18:24:24 -080047 oltPort: '9191'
Suchitra Vemurid4c82ab2021-02-04 22:09:58 -080048
Suchitra Vemuri048b0132020-09-03 13:08:36 -070049onus:
50 -
51 serial: 'ALPHe3d1cf8e'
52 -
53 serial: 'ALPHe3d1cfe3'
54
55hosts:
56 src:
57 -
58 ip: '10.128.90.90'
59 user: 'cord'
60 pass: 'cord'
61 # dp_iface_name: 'ens6f0.11'
62 dp_iface_name: 'eth1.11'
63 container_type: 'LXC'
64 container_name: 'ALPHe3d1cf8e'
65 onu: 'ALPHe3d1cf8e'
66 olt: 'EC1721000208'
67 c_tag: '11'
Suchitra Vemuri0c9577e2020-09-03 17:47:32 -070068 s_tag: '222'
Suchitra Vemuri048b0132020-09-03 13:08:36 -070069 -
70 ip: '10.128.90.90'
71 user: 'cord'
72 pass: 'cord'
73 # dp_iface_name: 'ens6f1.12'
74 dp_iface_name: 'eth1.12'
75 container_type: 'LXC'
76 container_name: 'ALPHe3d1cfe3'
77 onu: 'ALPHe3d1cfe3'
78 olt: 'EC1721000208'
79 c_tag: '12'
80 s_tag: '111'
81 dst:
82 -
83 ip: null
84 user: null
85 pass: null
86 dp_iface_name: null
87 dp_iface_ip_qinq: '10.11.1.254'
88 dp_iface_ip: null
89 dp_iface_gateway: null
90 container_type: null
91 container_name: null
92 -
93 ip: null
94 user: null
95 pass: null
96 dp_iface_name: null
97 dp_iface_ip_qinq: '10.11.2.254'
98 dp_iface_ip: null
99 dp_iface_gateway: null
100 container_type: null
101 container_name: null