Update blueprint, workflows and instructions
[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 MT REC CD laboratory hardware, in terms of hardware profiles,
17 #  regions, edgesites, and nodes.  This can all be loaded into the RC via the
18 #  ``rc_loaddata.sh'' tool.
19 #
20 #  Changes should be made to this file, which will be run against the RC before every CD job.
21 #
22 #  Source:
23 #  https://tspace.web.att.com/files/app/file/e654e429-dd1e-4775-8449-3ccd4496a13f
24 #  https://wiki.web.att.com/display/CloudArch/Row+4+Rack+6
25 #
26 hardware:
27   Nokia_OE19:
28     uuid: 8a17384a-71d4-11e9-9e4c-0017f20fe1b8
29     description: Nokia OpenEdge hardware for the REC Blueprint
30     yaml:
31       todo: put hardware details here
32       rack_layout:
33         height: 1U
34         chassis:
35           layout: airframe
36           height: 3U
37           units: 5
38   Dell_740xd:
39     uuid: 9897a008-71d4-11e9-8bda-0017f20dbff8
40     description: Dell 740xd hardware for the REC Blueprint
41     yaml:
42       todo: put hardware details here
43       rack_layout:
44         height: 2U
45   HPE_DL380g10:
46     uuid: a4b4a570-71d4-11e9-adc2-0017f208759e
47     description: HPE DL380 Gen 10 hardware for the REC Blueprint
48     yaml:
49       todo: put hardware details here
50       rack_layout:
51         height: 2U
52
53 edgesites:
54   REC_Edgesite:
55     description: The first REC cluster
56     nodes: [ node1, node2, node3, node4, node5 ]
57     regions: [ 00000000-0000-0000-0000-000000000000 ]
58
59 nodes:
60   node1:
61     hardware: Nokia_OE19
62     yaml:
63       oob_ip: 172.1.1.201
64   node2:
65     hardware: Nokia_OE19
66     yaml:
67       oob_ip: 172.1.1.202
68   node3:
69     hardware: Nokia_OE19
70     yaml:
71       oob_ip: 172.1.1.203
72   node4:
73     hardware: Nokia_OE19
74     yaml:
75       oob_ip: 172.1.1.204
76   node5:
77     hardware: Nokia_OE19
78     yaml:
79       oob_ip: 172.1.1.205