From a34d654116451eacfaff1759f8414686e80eb7a0 Mon Sep 17 00:00:00 2001 From: "Eby, Robert (re2429)" Date: Mon, 17 Feb 2020 13:36:05 -0500 Subject: [PATCH] Added Ampere_Openedge hardware type Added datasheet URLs for those hardware types that have them. Added Ampere_Openedge UUID to the blueprint. Changed the chassis layout value from "airframe" to "open_edge1.3" Note: for backwards compatability, the portal should accept either value as interchangable Signed-off-by: Eby, Robert (re2429) Change-Id: I43aff73a970511e2849c314dd7349f0ac196ec51 --- REC_blueprint.yaml | 1 + objects.yaml | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/REC_blueprint.yaml b/REC_blueprint.yaml index e4f6a86..d1baa96 100644 --- a/REC_blueprint.yaml +++ b/REC_blueprint.yaml @@ -31,6 +31,7 @@ yaml: - {uuid: 8a17384a-71d4-11e9-9e4c-0017f20fe1b8} - {uuid: 9897a008-71d4-11e9-8bda-0017f20dbff8} - {uuid: a4b4a570-71d4-11e9-adc2-0017f208759e} + - {uuid: fc5dfbce-51b1-11ea-b4df-0017f208759e} workflow: # Workflow that is invoked when the POD is created create: diff --git a/objects.yaml b/objects.yaml index 682df84..32eef31 100644 --- a/objects.yaml +++ b/objects.yaml @@ -27,10 +27,22 @@ hardware: description: Nokia OpenEdge hardware for the REC Blueprint yaml: todo: put hardware details here + datasheet: https://onestore.nokia.com/asset/205107 rack_layout: height: 1U chassis: - layout: airframe + layout: open_edge1.3 + height: 3U + units: 5 + Ampere_OpenEdge: + uuid: fc5dfbce-51b1-11ea-b4df-0017f208759e + description: Ampere OpenEdge hardware (ARM) for the REC Blueprint + yaml: + todo: put hardware details here + rack_layout: + height: 1U + chassis: + layout: open_edge1.3 height: 3U units: 5 Dell_740xd: @@ -38,6 +50,8 @@ hardware: description: Dell 740xd hardware for the REC Blueprint yaml: todo: put hardware details here + datasheet: https://i.dell.com/sites/csdocuments/\ + Shared-Content_data-Sheets_Documents/en/poweredge-r740xd-spec-sheet.pdf rack_layout: height: 2U HPE_DL380g10: @@ -45,6 +59,7 @@ hardware: description: HPE DL380 Gen 10 hardware for the REC Blueprint yaml: todo: put hardware details here + datasheet: https://h20195.www2.hpe.com/v2/getpdf.aspx/a00008180ENUS.pdf rack_layout: height: 2U -- 2.16.6