blob: 960950ab4ff00c20c0478cc6050e03bfe693b660 [file] [log] [blame]
Matteo Scandolo1760e9b2018-10-08 10:17:51 -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 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.120'
24 user: 'cord'
25 pass: 'cord'
26
27fabric_switches:
28 -
29 mac: 'cc:37:ab:61:80:ca'
30 ip: '10.90.0.121'
31 user: 'root'
32 pass: 'onl'
33
34olts:
35 -
36 ip: '10.90.0.122'
37 user: 'root'
38 pass: 'onl'
39 fortygig: 'true'
40
41onus:
42 -
43 serial: 'ISKT71e80080'
44 -
45 serial: 'ALPHe3d1cfe3'
46
47srcHost:
48 ip: '10.0.3.56'
49 user: 'root'
50 pass: 'root'
You Wangb4036332018-10-09 17:46:55 -070051
52hosts:
53 src:
54 ip: '10.90.0.51'
55 user: 'ubuntu'
56 dp_iface_name: 'eth1'
You Wange44ec562018-10-12 10:47:15 -070057 container_type: 'LXC'
You Wangb4036332018-10-09 17:46:55 -070058 container_name: 'ALPHe3d1cfe3'
Hardik Windlass252539e2021-07-02 04:26:45 +000059 uni_id: '1'
You Wangb4036332018-10-09 17:46:55 -070060 dst:
Hardik Windlass252539e2021-07-02 04:26:45 +000061 dp_iface_ip_qinq: '8.8.8.8'