Skip to content

Releases: RedHatQE/wrapanapi

3.0.37

04 Jan 22:59
f20d2ea
Compare
Choose a tag to compare
Merge pull request #351 from izapolsk/fix_vm_hardware_in_sprout

[RFR] wrongly updated method during wrapanapi 3.0 conversion

3.0.36

21 Dec 14:47
7efea50
Compare
Choose a tag to compare
Merge pull request #350 from izapolsk/sprout_methods

[RFR] two new methods for sprout

3.0.35

13 Dec 13:32
d21c09a
Compare
Choose a tag to compare
Merge pull request #348 from izapolsk/kill_broken_vm_anyway

[RFR] remove broken vms in openshift

3.0.34

11 Dec 10:56
Compare
Choose a tag to compare
[RFR]This PR will add `list_s3_bucket` method and forcefully remove t…

3.0.33

30 Nov 15:42
Compare
Choose a tag to compare

Add RedFish chassis support and refactor MetaClass for py2+py3 compatibility

3.0.32

15 Nov 17:11
291b029
Compare
Choose a tag to compare
Merge pull request #343 from mmojzis/sqs_in_wrapanapi

Reworked sqs_connection to boto3 and added list_queues

3.0.31: Merge pull request #342 from mmojzis/delete_snapshot

02 Nov 12:55
47166c2
Compare
Choose a tag to compare
Added list_own_snapshots and delete_snapshot methods

3.0.30: Merge pull request #339 from mshriver/fix-scvmm-refresh

24 Oct 17:14
0816cf4
Compare
Choose a tag to compare
Update scvmm refresh to handle UNKNOWN state

3.0.29: Merge pull request #338 from mmojzis/images_name

17 Oct 15:41
10044da
Compare
Choose a tag to compare
Tagged name should have higher priority than AMI name

3.0.28: [RFR] Adds Redfish API client (#328)

05 Oct 19:43
Compare
Choose a tag to compare
* 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.