blob: b0e8acf65624077226f5c60b9412f4397763da2e [file] [log] [blame]
Luca Pretec5a27792017-09-28 15:26:11 -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
Luca Prete6358e8d2017-06-26 11:32:04 +020015# Automated deployment configuration for ONF/ON.Lab physical POD 1
Luca Pretec5a27792017-09-28 15:26:11 -070016
Luca Prete6358e8d2017-06-26 11:32:04 +020017---
18
Luca Prete1d2868e2018-08-21 15:19:05 -070019nodes:
Luca Prete6358e8d2017-06-26 11:32:04 +020020 -
Luca Prete1d2868e2018-08-21 15:19:05 -070021 ip: '10.90.0.101'
22 user: 'cord'
23 pass: 'cord'
Luca Prete6358e8d2017-06-26 11:32:04 +020024 -
Luca Prete1d2868e2018-08-21 15:19:05 -070025 ip: '10.90.0.102'
26 user: 'cord'
27 pass: 'cord'
28 -
29 ip: '10.90.0.103'
30 user: 'cord'
31 pass: 'cord'
Luca Prete6358e8d2017-06-26 11:32:04 +020032
33fabric_switches:
Luca Prete6358e8d2017-06-26 11:32:04 +020034 -
35 mac: 'cc:37:ab:61:80:ca'
Luca Prete1d2868e2018-08-21 15:19:05 -070036 ip: '10.6.0.111'
Luca Prete6358e8d2017-06-26 11:32:04 +020037 user: 'root'
38 pass: 'onl'
Luca Prete1d2868e2018-08-21 15:19:05 -070039
40olts:
Luca Prete6358e8d2017-06-26 11:32:04 +020041 -
Luca Prete1d2868e2018-08-21 15:19:05 -070042 ip: '10.90.0.114'
Luca Prete6358e8d2017-06-26 11:32:04 +020043 user: 'root'
44 pass: 'onl'
Luca Prete1d2868e2018-08-21 15:19:05 -070045
46onus:
47 -
48 serial: 'BRCM22222222'
49
50srcHost:
51 ip: '10.0.3.56'
52 user: 'root'
53 pass: 'root'