Releases: RedHatQE/wrapanapi
Releases · RedHatQE/wrapanapi
3.0.37
3.0.36
3.0.35
3.0.34
3.0.33
3.0.32
3.0.31: Merge pull request #342 from mmojzis/delete_snapshot
Added list_own_snapshots and delete_snapshot methods
3.0.30: Merge pull request #339 from mshriver/fix-scvmm-refresh
Update scvmm refresh to handle UNKNOWN state
3.0.29: Merge pull request #338 from mmojzis/images_name
Tagged name should have higher priority than AMI name
3.0.28: [RFR] Adds Redfish API client (#328)
* add Redfish API client The Redfish provider's implementation now uses the Redfish API client [1]. [1] https://pypi.org/project/redfish-client/ * Add new entity representing servers Server is a base entity that exists side-by-side with VM-like entities. It represents persistent, possibly physical servers (e.g., bare metal). This patch provides a general implementation of the classes and methods that describe servers and their states. * Implement stats for Redfish physical servers This adds the handling of the stat retrieval from the Redfish API. We implemented the stats that are currently supported at the provider end. The implementation of the API stat retrieval is a specialisation of the `Server` entity, providing an example for possible other future (or past) (physical) servers.