blob: 82ad7bb93d621ea3c3bfc85a1f4f5041e6d7945d [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 Preteb6751e02017-06-13 13:00:53 +020015# Automated deployment configuration for QCT POD 1
Luca Pretec5a27792017-09-28 15:26:11 -070016
Luca Preteb6751e02017-06-13 13:00:53 +020017---
18
19pod_config:
20 repo_url: 'https://gerrit.opencord.org/pod-configs'
21 file_name: 'qct-pod1.yml'
22
Luca Prete6358e8d2017-06-26 11:32:04 +020023make_release: 'true'
Luca Preteb6751e02017-06-13 13:00:53 +020024
25maas:
26 ip: '10.201.101.254'
27 api_key: 'fQp2rrr3RqZtkJJYBK:XqQX7UqwXGKMYQ8EZ5:UDbFhfenPdjc3fmmCQX2fek7AyRGrf6A'
Luca Prete7062b2b2017-09-07 13:27:27 -070028 head_system_id: 'ehm46m'
Luca Preteb6751e02017-06-13 13:00:53 +020029
30dev_node:
Luca Preteba98b9c2017-06-21 11:40:14 +020031 name: 'qct-cord-pod1'
Luca Preteb6751e02017-06-13 13:00:53 +020032 user: 'cord'
33
34head:
35 ip: '10.201.101.11'
36 user: 'cord'
37 pass: 'cord'
38
39compute_nodes:
40 -
You Wangf9d6f1a2017-10-10 12:18:53 -070041 mac: '2c:60:0c:6f:b6:76'
42 ip: '10.6.0.201'
43 switch: '48:0f:cf:ae:de:26'
Luca Preteb6751e02017-06-13 13:00:53 +020044 ipmi:
45 ip: '10.201.101.13'
46 user: 'OCPQ'
47 pass: 'OCPQ'
48 -
You Wangf9d6f1a2017-10-10 12:18:53 -070049 mac: '2c:60:0c:6f:b6:04'
50 ip: '10.6.0.202'
51 switch: '48:0f:cf:ae:ee:2a'
Luca Preteb6751e02017-06-13 13:00:53 +020052 ipmi:
53 ip: '10.201.101.14'
54 user: 'OCPQ'
55 pass: 'OCPQ'
56
57fabric_switches:
58 -
59 mac: '48:0f:cf:ae:de:26'
60 ip: '10.6.0.101'
61 user: 'root'
62 pass: 'onl'
You Wangf9d6f1a2017-10-10 12:18:53 -070063 role: 'leaf-1'
Luca Preteb6751e02017-06-13 13:00:53 +020064 -
65 mac: '48:0f:cf:ae:cc:24'
66 ip: '10.6.0.102'
67 user: 'root'
68 pass: 'onl'
You Wangf9d6f1a2017-10-10 12:18:53 -070069 role: 'spine-1'
Luca Preteb6751e02017-06-13 13:00:53 +020070 -
71 mac: '48:0f:cf:ae:ee:2a'
72 ip: '10.6.0.103'
73 user: 'root'
74 pass: 'onl'
You Wangf9d6f1a2017-10-10 12:18:53 -070075 role: 'leaf-2'
Luca Preteb6751e02017-06-13 13:00:53 +020076 -
77 mac: '48:0f:cf:ae:9d:58'
78 ip: '10.6.0.104'
79 user: 'root'
Luca Preteba98b9c2017-06-21 11:40:14 +020080 pass: 'onl'
You Wangf9d6f1a2017-10-10 12:18:53 -070081 role: 'spine-2'