blob: be1076777a4527746d014af7c3cc87c25cb4d5a9 [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'
Matteo Scandolo87f97942020-06-04 10:43:39 -070033 device_id: 'of:000000000000da7a'
Matteo Scandolo335c5862020-06-02 14:16:44 -070034
35olts:
36 -
37 name: 'edgecore'
38 ip: '192.168.100.112'
39 user: 'root'
40 pass: 'onl'
41 fortygig: 'true'
Matteo Scandolo98292a62020-06-02 16:33:57 -070042 aggPort: '1'
Matteo Scandolo335c5862020-06-02 14:16:44 -070043 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'
Matteo Scandolo1916ad32020-06-04 12:08:27 -070059 # dp_iface_name: 'ens6f0'
60 dp_iface_name: 'eth1'
61 container_type: 'LXC'
62 container_name: 'ALPHe3d1cf8e'
Matteo Scandolo335c5862020-06-02 14:16:44 -070063 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'
Matteo Scandolo1916ad32020-06-04 12:08:27 -070071 # dp_iface_name: 'ens6f1'
72 dp_iface_name: 'eth1'
73 container_type: 'LXC'
74 container_name: 'ALPHe3d1cfe3'
Matteo Scandolo335c5862020-06-02 14:16:44 -070075 onu: 'ALPHe3d1cfe3'
Matteo Scandolo98292a62020-06-02 16:33:57 -070076 olt: 'EC1721000208'
Matteo Scandolo335c5862020-06-02 14:16:44 -070077 c_tag: '12'
78 s_tag: '111'
79 dst:
80 -
81 ip: null
82 user: null
83 pass: null
84 dp_iface_name: null
85 dp_iface_ip_qinq: '10.11.1.254'
86 dp_iface_ip: null
87 dp_iface_gateway: null
88 container_type: null
89 container_name: null
90 -
91 ip: null
92 user: null
93 pass: null
94 dp_iface_name: null
95 dp_iface_ip_qinq: '10.11.2.254'
96 dp_iface_ip: null
97 dp_iface_gateway: null
98 container_type: null
99 container_name: null