blob: bcacdc1b45c102d9a4e12b9e049609c070f20b50 [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 -
Luca Prete874e4c22018-10-15 11:59:39 +020025 ip: '192.168.100.2'
Luca Preteda53c892018-09-26 16:10:43 -070026 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'