blob: e2381015cea5e44eb6ce3bcdd680dd1b1958113e [file] [log] [blame]
Matteo Scandolo335c5862020-06-02 14:16:44 -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 oltPort: '1'
34 device_id: 'of:0000000000000205'
35
36olts:
37 -
38 name: 'edgecore'
39 ip: '192.168.100.112'
40 user: 'root'
41 pass: 'onl'
42 fortygig: 'true'
43 serial: 'EC1721000208'
44 oltDebVersion: openolt_asfvolt16-2.4.6-5d9ab1a36e13e55ca3687af160cfd4f582317493.deb
45 oltDebVersion23: openolt_asfvolt16-2.4.3-c636279643a1cac3128395cc9fc22977e8edc46d.deb
46
47onus:
48 -
49 serial: 'ALPHe3d1cf8e'
50 -
51 serial: 'ALPHe3d1cfe3'
52
53hosts:
54 src:
55 -
56 ip: '10.128.90.90'
57 user: 'cord'
58 pass: 'cord'
59 dp_iface_name: 'ens6f0'
60 container_type: null
61 container_name: null
62 onu: 'ALPHe3d1cf8e'
63 c_tag: '11'
64 s_tag: '111'
65 -
66 ip: '10.128.90.90'
67 user: 'cord'
68 pass: 'cord'
69 dp_iface_name: 'ens6f1'
70 container_type: null
71 container_name: null
72 onu: 'ALPHe3d1cfe3'
73 c_tag: '12'
74 s_tag: '111'
75 dst:
76 -
77 ip: null
78 user: null
79 pass: null
80 dp_iface_name: null
81 dp_iface_ip_qinq: '10.11.1.254'
82 dp_iface_ip: null
83 dp_iface_gateway: null
84 container_type: null
85 container_name: null
86 -
87 ip: null
88 user: null
89 pass: null
90 dp_iface_name: null
91 dp_iface_ip_qinq: '10.11.2.254'
92 dp_iface_ip: null
93 dp_iface_gateway: null
94 container_type: null
95 container_name: null