blob: ec7dc287815120929000b0294f936fa50c297d29 [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'
Matteo Scandolo98292a62020-06-02 16:33:57 -070043 aggPort: '1'
Matteo Scandolo335c5862020-06-02 14:16:44 -070044 serial: 'EC1721000208'
45 oltDebVersion: openolt_asfvolt16-2.4.6-5d9ab1a36e13e55ca3687af160cfd4f582317493.deb
46 oltDebVersion23: openolt_asfvolt16-2.4.3-c636279643a1cac3128395cc9fc22977e8edc46d.deb
47
48onus:
49 -
50 serial: 'ALPHe3d1cf8e'
51 -
52 serial: 'ALPHe3d1cfe3'
53
54hosts:
55 src:
56 -
57 ip: '10.128.90.90'
58 user: 'cord'
59 pass: 'cord'
60 dp_iface_name: 'ens6f0'
61 container_type: null
62 container_name: null
63 onu: 'ALPHe3d1cf8e'
Matteo Scandolo98292a62020-06-02 16:33:57 -070064 olt: 'EC1721000208'
Matteo Scandolo335c5862020-06-02 14:16:44 -070065 c_tag: '11'
66 s_tag: '111'
67 -
68 ip: '10.128.90.90'
69 user: 'cord'
70 pass: 'cord'
71 dp_iface_name: 'ens6f1'
72 container_type: null
73 container_name: null
74 onu: 'ALPHe3d1cfe3'
Matteo Scandolo98292a62020-06-02 16:33:57 -070075 olt: 'EC1721000208'
Matteo Scandolo335c5862020-06-02 14:16:44 -070076 c_tag: '12'
77 s_tag: '111'
78 dst:
79 -
80 ip: null
81 user: null
82 pass: null
83 dp_iface_name: null
84 dp_iface_ip_qinq: '10.11.1.254'
85 dp_iface_ip: null
86 dp_iface_gateway: null
87 container_type: null
88 container_name: null
89 -
90 ip: null
91 user: null
92 pass: null
93 dp_iface_name: null
94 dp_iface_ip_qinq: '10.11.2.254'
95 dp_iface_ip: null
96 dp_iface_gateway: null
97 container_type: null
98 container_name: null