Commit Graph

10 Commits

Author SHA1 Message Date
Shivanand Tendulker ffe1e61cf2 Add support for retrieving system POST state
This commit adds support for retrieving system POST state for Gen9 and
Gen10 servers.

Note: These is no RIBCL interface to retrieve system POST state.

Change-Id: Ib8d99a9fa3ece9baa17b5bb37d2f87917750350e
Partial-Bug: #1762311
2018-07-13 09:58:15 +00:00
Nisha Agarwal f901f22145 Redfish: Adds memory attributes to server capabilities
This commit adds nvdimm_n, logical_nvdimm_n,
persistent_memory attributes

Change-Id: Ib7af8796055dbd2d4b79b35fa96ff3e2e0159932
Co-Authored-By: Paresh Sao <paresh.h.sao@gmail.com>
2017-08-03 05:41:45 +00:00
Nisha Agarwal 7a01a4fd98 Redfish: Adds macs discovery
This patch adds EthernetInterfaces subresource.
It returns the data in the form of a dictionary as
{'Port 1': 'aa:bb:cc:dd:ee:ff'}

Change-Id: I123bdc4aae68bbbdf9b637746aa4d7f109d12b03
2017-07-26 23:32:12 -07:00
Aparna a1ac87394c Redfish: Adds support for boot mode capabilities
This commit adds the following server capabilities
    1) boot_mode_uefi
    2) boot_mode_bios

Change-Id: Id06803f01d5746137d9edf6dc100b5594c511445
2017-07-26 09:13:24 +00:00
ankit 526ed7953c Add cpu virtualisation capability
This commit adds 'cpu virtualisation' capability
for redfish.

Change-Id: If6e7ee98be878f3a2fac0b0a5caa78eb559ed82e
2017-07-24 06:31:30 +00:00
Nisha Agarwal d7e6e73435 Redfish: Add trusted_boot capability
Change-Id: I0df4424f4030a13d25236018ec9f066217733be9
2017-07-20 11:40:41 -07:00
vmud213 ff36d7d7d5 Redfish: Add secure boot API support
This commit adds secure boot support via redfish APIs.
Following methods are introduced on redfish ops:

    1) get_secure_boot_mode
    2) set_secure_boot_mode
    3) clear_secure_boot_keys
    4) reset_secure_boot_keys

Co-Authored-By: Debayan Ray <debayan.ray@gmail.com>
Partial-Bug: 1691955

Change-Id: I60384a1e8093a2e926fc4341e89b559218d10d4f
2017-07-20 15:21:09 +05:30
Aparna a999200227 Add 'sriov_enabled' capability
This commits adds 'sriov_enabled' capability
for redfish and ris.

Change-Id: Iade847df6257096db2ca4101b02537f994aae073
2017-07-19 12:49:06 +00:00
kesper c7c07642e3 Redfish: Adding the ability to get pending boot mode
This commit adds new function 'get_pending_boot_mode' to
get pending boot mode for server.
Change-Id: If4f2b5ef9fff1c25b233621004c1a4efa2dd0f64
2017-07-06 13:12:07 +00:00
Debayan Ray e2f1bb4167 Redfish: Add system push power button operations
This patch adds system power operations in proliantutils via
redfish way. These 2 methods are introduced on redfish ops:

    1) press_pwr_btn
    2) hold_pwr_btn

Change-Id: Ie6281b9ad608e50fc274a8e1b32d539b6a174e5d
Partial-Bug: 1691955
2017-06-09 07:28:07 -04:00