airshipctl/pkg/remote/redfish
Drew Walters f3262bc015 Retrieve actual virtual media ID and types
The "GetVirtualID" method is stubbed for our Redifsh implementation and
always returns the same values. This change uses the Redfish client to
retrieve the correct virtual media ID and type.

Closes #141

Change-Id: I319b89c13349e7b2f5bf6eb8ced97c949e5f44b5
Signed-off-by: Drew Walters <andrew.walters@att.com>
2020-04-02 15:13:41 +00:00
..
client.go Add remote Client interface 2020-04-01 18:37:47 +00:00
client_test.go Add remote Client interface 2020-04-01 18:37:47 +00:00
errors.go Reduce the complexity of ScreenRedfishError 2020-04-01 15:34:51 -05:00
redfish.go Retrieve actual virtual media ID and types 2020-04-02 15:13:41 +00:00
redfish_test.go Retrieve actual virtual media ID and types 2020-04-02 15:13:41 +00:00
utils.go Retrieve actual virtual media ID and types 2020-04-02 15:13:41 +00:00
utils_test.go Retrieve actual virtual media ID and types 2020-04-02 15:13:41 +00:00