blob: 4eece97f60d39d4bd2f9ad700acf682fdba98f86 [file] [log] [blame]
Kailash2b154c22019-02-26 14:26:46 -08001# 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 ONF/ON.Lab physical POD 1
16
17---
18
19kube_config: '/var/new_jenkins_home/workspace/admin.conf'
20
21nodes:
22 -
23 ip: '10.90.0.101'
24 user: 'cord'
25 pass: 'cord'
26 -
27 ip: '10.90.0.102'
28 user: 'cord'
29 pass: 'cord'
30 -
31 ip: '10.90.0.103'
32 user: 'cord'
33 pass: 'cord'
34
35fabric_switches:
36 -
37 mac: 'cc:37:ab:61:80:ca'
38 ip: '10.90.0.111'
39 user: 'root'
40 pass: 'onl'
41
42olts:
43 -
44 ip: '10.90.0.114'
45 user: 'root'
46 pass: 'onl'
47 fortygig: 'true'
48
49onus:
50 -
51 serial: 'BRCM22222222'
52 -
53 serial: 'ISKT71e801a0'
54 -
55 serial: 'ALPHe3d1cfde'
56
57srcHost:
58 ip: '10.0.3.56'
59 user: 'root'
60 pass: 'root'
61
62hosts:
63 src:
64 ip: '10.90.0.51'
65 user: 'ubuntu'
66 dp_iface_name: 'eth1'
67 container_type: 'LXC'
68 container_name: 'ALPHe3d1cfde'
69 dst:
70 dp_iface_ip_qinq: '8.8.8.8'