add template for hpe with 6 sas and 4 ssd 61/561/1
authordavidplunkett <dp7642@att.com>
Wed, 17 Apr 2019 01:20:01 +0000 (01:20 +0000)
committerdavidplunkett <dp7642@att.com>
Wed, 17 Apr 2019 01:20:01 +0000 (01:20 +0000)
Change-Id: Ifbd1b423313ecfcc46abb16f11e22cacc49cb795
Signed-off-by: davidplunkett <dp7642@att.com>
hpe_dl380_g10_uefi_base_v2.json.template [new file with mode: 0644]

diff --git a/hpe_dl380_g10_uefi_base_v2.json.template b/hpe_dl380_g10_uefi_base_v2.json.template
new file mode 100644 (file)
index 0000000..2d3b4ed
--- /dev/null
@@ -0,0 +1,125 @@
+[
+    {
+        "/redfish/v1/Systems/1/Actions/ComputerSystem.Reset/":{
+            "POST":{
+                "Action":"ComputerSystem.Reset",
+                "ResetType":"ForceOff"
+            }
+        }
+    },
+    {
+        "/redfish/v1/systems/1/bios/settings/":{
+            "PATCH":{
+                "Attributes":{
+                    "RestoreManufacturingDefaults":"Yes"
+                }
+            }
+        }
+    },
+    {
+        "/redfish/v1/Systems/1/Actions/ComputerSystem.Reset/":{
+            "POST":{
+                "Action":"ComputerSystem.Reset",
+                "ResetType":"On"
+            }
+        }
+    },
+    {
+        "/redfish/v1/Systems/1/Actions/ComputerSystem.Reset/":{
+            "POST":{
+                "Action":"ComputerSystem.Reset",
+                "ResetType":"ForceOff"
+            }
+        }
+    },
+    {
+        "/redfish/v1/systems/1/bios/settings/":{
+            "PATCH":{
+                "Attributes":{
+                    "BootMode":"Uefi",
+                    "UefiOptimizedBoot":"Enabled",
+                    "Sriov":"Enabled",
+                    "ProcVirtualization":"Enabled",
+                    "IntelProcVtd":"Enabled",
+                    "AutoPowerOn":"AlwaysPowerOn",
+                    "EmbSas1Boot":"TwentyFourTargets",
+                    "HttpSupport":"HttpOnly",
+                    "PreBootNetwork":"Auto",
+                    "PrebootNetworkEnvPolicy":"IPv4",
+                    "UrlBootFile":"",
+                    "Dhcpv4":"Enabled",
+                    "NicBoot1":"NetworkBoot",
+                    "NicBoot2":"Disabled",
+                    "NicBoot3":"Disabled",
+                    "NicBoot4":"Disabled",
+                    "NicBoot5":"Disabled",
+                    "NicBoot6":"Disabled",
+                    "Slot3NicBoot1":"Disabled",
+                    "Slot3NicBoot2":"Disabled",
+                    "Slot6NicBoot1":"Disabled",
+                    "Slot6NicBoot2":"Disabled",
+                    "BootOrderPolicy":"RetryIndefinitely",
+                    "NetworkBootRetry":"Enabled",
+                    "NetworkBootRetryCount":10,
+                    "ConsistentDevNaming":"LomsAndSlots",
+                    "EnergyPerfBias":"BalancedPerf",
+                    "WorkloadProfile":"GeneralPowerEfficientCompute",
+                    "EnergyEfficientTurbo":"Enabled",
+                    "TimeZone":"Utc0",
+                    "DaylightSavingsTime":"Disabled"
+                }
+            }
+        }
+    },
+    {
+        "/redfish/v1/Systems/1/smartstorageconfig/settings/":{
+            "PATCH":[
+                {
+                    "CapacityGiB":447,
+                    "Raid":"Raid1",
+                    "StripSizeBytes":262144,
+                    "LogicalDriveName":"root",
+                    "DataDrives":[
+                        "1I:1:7",
+                        "1I:1:8"
+                    ],
+                    "SpareDrives":[
+                    ],
+                    "Accelerator":"ControllerCache"
+                },
+                {
+                    "CapacityGiB":447,
+                    "Raid":"Raid1",
+                    "StripSizeBytes":262144,
+                    "LogicalDriveName":"ceph",
+                    "DataDrives":[
+                        "1I:1:9",
+                        "1I:1:10"
+                    ],
+                    "SpareDrives":[
+                    ],
+                    "Accelerator":"ControllerCache"
+                }
+            ]
+        }
+    },
+    {
+        "/redfish/v1/systems/1/bios/boot/settings/":{
+            "PATCH":{
+                "PersistentBootConfigOrder":[
+                    "HD.EmbRAID.1.10",
+                    "NIC.LOM.1.1.IPv4"
+                ]
+            }
+        }
+    },
+    {
+        "/redfish/v1/Systems/1/Actions/ComputerSystem.Reset/":{
+            "POST":{
+                "Action":"ComputerSystem.Reset",
+                "ResetType":"On"
+            }
+        }
+    }
+]
+