blob: 8985212956f3534bae71f187d5d173584f147fea [file] [log] [blame]
Luca Prete90227172018-09-14 15:27:33 -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.99.181'
22 user: 'cord'
23 pass: 'cord'
24
25fabric_switches:
26 -
27 mac: '3c:2c:99:ea:89:f5'
28 ip: '192.168.99.183'
29 user: 'root'
30 pass: 'onl'
31
32olts:
33 -
34 ip: '192.168.99.182'
35 user: 'root'
36 pass: 'onl'
37
38srcHost:
39 ip: '10.0.3.56'
40 user: 'root'
41 pass: 'root'