Added Ampere_Openedge hardware type
[rec.git] / objects.yaml
1 #
2 # Copyright (c) 2019 AT&T Intellectual Property. All rights reserved.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #        https://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16 #  This file maps out the laboratory hardware for an example laboratory, in
17 #  terms of hardware profiles, regions, edgesites, and nodes.  This can all
18 #  be loaded into the RC via the ``rc_loaddata.sh'' tool.
19 #
20 #  Changes should be made to this file, which will be run against the RC before
21 #  every CD job.
22 #
23 ---
24 hardware:
25   Nokia_OE19:
26     uuid: 8a17384a-71d4-11e9-9e4c-0017f20fe1b8
27     description: Nokia OpenEdge hardware for the REC Blueprint
28     yaml:
29       todo: put hardware details here
30       datasheet: https://onestore.nokia.com/asset/205107
31       rack_layout:
32         height: 1U
33         chassis:
34           layout: open_edge1.3
35           height: 3U
36           units: 5
37   Ampere_OpenEdge:
38     uuid: fc5dfbce-51b1-11ea-b4df-0017f208759e
39     description: Ampere OpenEdge hardware (ARM) for the REC Blueprint
40     yaml:
41       todo: put hardware details here
42       rack_layout:
43         height: 1U
44         chassis:
45           layout: open_edge1.3
46           height: 3U
47           units: 5
48   Dell_740xd:
49     uuid: 9897a008-71d4-11e9-8bda-0017f20dbff8
50     description: Dell 740xd hardware for the REC Blueprint
51     yaml:
52       todo: put hardware details here
53       datasheet: https://i.dell.com/sites/csdocuments/\
54         Shared-Content_data-Sheets_Documents/en/poweredge-r740xd-spec-sheet.pdf
55       rack_layout:
56         height: 2U
57   HPE_DL380g10:
58     uuid: a4b4a570-71d4-11e9-adc2-0017f208759e
59     description: HPE DL380 Gen 10 hardware for the REC Blueprint
60     yaml:
61       todo: put hardware details here
62       datasheet: https://h20195.www2.hpe.com/v2/getpdf.aspx/a00008180ENUS.pdf
63       rack_layout:
64         height: 2U
65
66 edgesites:
67   REC_Edgesite:
68     description: The first REC cluster
69     nodes: [node1, node2, node3, node4, node5]
70     regions: [00000000-0000-0000-0000-000000000000]
71
72 nodes:
73   node1:
74     hardware: Nokia_OE19
75     yaml:
76       oob_ip: 172.1.1.201
77   node2:
78     hardware: Nokia_OE19
79     yaml:
80       oob_ip: 172.1.1.202
81   node3:
82     hardware: Nokia_OE19
83     yaml:
84       oob_ip: 172.1.1.203
85   node4:
86     hardware: Nokia_OE19
87     yaml:
88       oob_ip: 172.1.1.204
89   node5:
90     hardware: Nokia_OE19
91     yaml:
92       oob_ip: 172.1.1.205