blob: 14e1f7bc17c286e261ee87f481cd59f6284b69d0 [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 Prete639536d2018-08-21 17:07:08 -070019kube_config: '/var/new_jenkins_home/workspace/admin.conf'
Luca Prete06a87762018-08-21 16:39:34 -070020
Luca Prete1d2868e2018-08-21 15:19:05 -070021nodes:
Luca Prete6358e8d2017-06-26 11:32:04 +020022 -
Luca Prete1d2868e2018-08-21 15:19:05 -070023 ip: '10.90.0.101'
24 user: 'cord'
25 pass: 'cord'
Luca Prete6358e8d2017-06-26 11:32:04 +020026 -
Luca Prete1d2868e2018-08-21 15:19:05 -070027 ip: '10.90.0.102'
28 user: 'cord'
29 pass: 'cord'
30 -
31 ip: '10.90.0.103'
32 user: 'cord'
33 pass: 'cord'
Luca Prete6358e8d2017-06-26 11:32:04 +020034
35fabric_switches:
Luca Prete6358e8d2017-06-26 11:32:04 +020036 -
37 mac: 'cc:37:ab:61:80:ca'
Luca Prete1d2868e2018-08-21 15:19:05 -070038 ip: '10.6.0.111'
Luca Prete6358e8d2017-06-26 11:32:04 +020039 user: 'root'
40 pass: 'onl'
Luca Prete1d2868e2018-08-21 15:19:05 -070041
42olts:
Luca Prete6358e8d2017-06-26 11:32:04 +020043 -
Luca Prete1d2868e2018-08-21 15:19:05 -070044 ip: '10.90.0.114'
Luca Prete6358e8d2017-06-26 11:32:04 +020045 user: 'root'
46 pass: 'onl'
Matteo Scandolofb729792018-09-21 11:29:46 -070047 fortygig: 'true'
Luca Prete1d2868e2018-08-21 15:19:05 -070048
49onus:
50 -
51 serial: 'BRCM22222222'
Matteo Scandolo1760e9b2018-10-08 10:17:51 -070052 -
53 serial: 'ISKT71e801a0'
54 -
55 serial: 'ALPHe3d1cfde'
Luca Prete1d2868e2018-08-21 15:19:05 -070056
57srcHost:
58 ip: '10.0.3.56'
59 user: 'root'
60 pass: 'root'