Luca Prete | 9022717 | 2018-09-14 15:27:33 -0700 | [diff] [blame] | 1 | # 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 | |
| 19 | nodes: |
| 20 | - |
| 21 | ip: '192.168.99.181' |
| 22 | user: 'cord' |
| 23 | pass: 'cord' |
| 24 | |
| 25 | fabric_switches: |
| 26 | - |
| 27 | mac: '3c:2c:99:ea:89:f5' |
| 28 | ip: '192.168.99.183' |
| 29 | user: 'root' |
| 30 | pass: 'onl' |
| 31 | |
| 32 | olts: |
| 33 | - |
| 34 | ip: '192.168.99.182' |
| 35 | user: 'root' |
| 36 | pass: 'onl' |
Luca Prete | 5cc7dda | 2018-12-03 15:43:44 -0800 | [diff] [blame] | 37 | fortygig: 'true' |
Luca Prete | 9022717 | 2018-09-14 15:27:33 -0700 | [diff] [blame] | 38 | |
| 39 | srcHost: |
| 40 | ip: '10.0.3.56' |
| 41 | user: 'root' |
| 42 | pass: 'root' |