blob: b68d7c84b2110fb2b0d5ab538499a6ec4a97615d [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'
59 dp_iface_name: 'ens6f0'
60 container_type: null
61 container_name: null
62 onu: 'ALPHe3d1cf8e'
Matteo Scandolo98292a62020-06-02 16:33:57 -070063 olt: 'EC1721000208'
Matteo Scandolo335c5862020-06-02 14:16:44 -070064 c_tag: '11'
65 s_tag: '111'
66 -
67 ip: '10.128.90.90'
68 user: 'cord'
69 pass: 'cord'
70 dp_iface_name: 'ens6f1'
71 container_type: null
72 container_name: null
73 onu: 'ALPHe3d1cfe3'
Matteo Scandolo98292a62020-06-02 16:33:57 -070074 olt: 'EC1721000208'
Matteo Scandolo335c5862020-06-02 14:16:44 -070075 c_tag: '12'
76 s_tag: '111'
77 dst:
78 -
79 ip: null
80 user: null
81 pass: null
82 dp_iface_name: null
83 dp_iface_ip_qinq: '10.11.1.254'
84 dp_iface_ip: null
85 dp_iface_gateway: null
86 container_type: null
87 container_name: null
88 -
89 ip: null
90 user: null
91 pass: null
92 dp_iface_name: null
93 dp_iface_ip_qinq: '10.11.2.254'
94 dp_iface_ip: null
95 dp_iface_gateway: null
96 container_type: null
97 container_name: null