blob: 8b87c62fcb3abe63970c871cd4138bd2ecf5ed5e [file] [log] [blame]
Luca Preteda53c892018-09-26 16:10:43 -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
19nodes:
20 -
21 ip: '192.168.100.1'
22 user: 'cord'
23 pass: 'cord'
24 -
25 ip: '192.168.110.2'
26 user: 'cord'
27 pass: 'cord'
28 -
29 ip: '192.168.100.3'
30 user: 'cord'
31 pass: 'cord'
32
33fabric_switches:
34 -
35 mac: 'cc:37:ab:61:80:ca'
36 ip: '192.168.100.101'
37 user: 'root'
38 pass: 'onl'
39
40olts:
41 -
42 name: 'edgecore'
43 ip: '192.168.100.111'
44 user: 'root'
45 pass: 'onl'
46 fortygig: 'true'
47 -
48 name: 'adtran'
49 ip: '192.168.100.112'
50 user: 'root'
51 pass: 'onl'
52 fortygig: 'true'
53 -
54 name: 'cig'
55 ip: '192.168.100.113'
56 user: 'root'
57 pass: 'onl'
58 fortygig: 'true'
59 -
60 name: 'iskratelx'
61 ip: '192.168.100.114'
62 user: 'root'
63 pass: 'onl'
64 fortygig: 'true'
65 -
66 name: 'iskratelg'
67 ip: '192.168.100.115'
68 user: 'root'
69 pass: 'onl'
70 fortygig: 'true'
71
72onus:
73 -
74 serial: 'X'
75 -
76 serial: 'Y'
77 -
78 serial: 'W'
79 -
80 serial: 'Z'
81 -
82 serial: 'Q'
83
84srcHost:
85 ip: '10.0.3.56'
86 user: 'root'
87 pass: 'root'