blob: 76af42a3b2dfa7f6c6f7dcfeedd59b2529e31978 [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
19pod_config:
20 repo_url: 'https://gerrit.opencord.org/pod-configs'
21 file_name: 'onlab.yml'
22
23make_release: 'false'
24
25maas:
26 ip: '10.90.0.2'
27 api_key: 'gFH8GA9FLp3bWpesZX:rVyJz3ThB93FrrNyPw:Fu9KZEwBenXRLUu9TMXVkMjLJsuXNXDb'
Jonathan Hart3e89feb2017-12-12 14:00:41 -080028 head_system_id: '4y3h8d'
Luca Prete6358e8d2017-06-26 11:32:04 +020029
30dev_node:
31 name: 'build'
32 user: 'ubuntu'
33
34head:
35 ip: '10.90.0.251'
36 user: 'cord'
37 pass: 'cord'
38
39compute_nodes:
40 -
41 ipmi:
42 ip: '10.90.0.10'
43 user: 'admin'
44 pass: 'admin'
45 -
46 ipmi:
47 ip: '10.90.0.11'
48 user: 'admin'
49 pass: 'admin'
50
51fabric_switches:
Jonathan Hartb9e9be32017-12-04 17:04:09 -080052 #-
53 # mac: 'cc:37:ab:61:7e:c2'
54 # ip: '10.6.0.101'
55 # user: 'root'
56 # pass: 'onl'
Luca Prete6358e8d2017-06-26 11:32:04 +020057 -
58 mac: 'cc:37:ab:61:80:48'
59 ip: '10.6.0.102'
60 user: 'root'
61 pass: 'onl'
62 -
63 mac: 'cc:37:ab:61:80:ca'
64 ip: '10.6.0.103'
65 user: 'root'
66 pass: 'onl'
67 -
68 mac: 'cc:37:ab:61:82:d2'
69 ip: '10.6.0.104'
70 user: 'root'
71 pass: 'onl'