Skip to content

Releases: RedHatQE/wrapanapi

3.0.34

Choose a tag to compare

@izapolsk izapolsk released this 11 Dec 10:56
[RFR]This PR will add `list_s3_bucket` method and forcefully remove t…

3.0.33

Choose a tag to compare

@mshriver mshriver released this 30 Nov 15:42

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

3.0.32

Choose a tag to compare

@mshriver mshriver released this 15 Nov 17:11
291b029
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

Choose a tag to compare

@mshriver mshriver released this 02 Nov 12:55
47166c2
Added list_own_snapshots and delete_snapshot methods

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

Choose a tag to compare

@mshriver mshriver released this 24 Oct 17:14
0816cf4
Update scvmm refresh to handle UNKNOWN state

3.0.29: Merge pull request #338 from mmojzis/images_name

Choose a tag to compare

@mshriver mshriver released this 17 Oct 15:41
10044da
Tagged name should have higher priority than AMI name

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

Choose a tag to compare

@mshriver mshriver released this 05 Oct 19:43
* 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.

3.0.27: Merge pull request #331 from xlab-si/fix/physical-servers-kwargs

Choose a tag to compare

@mshriver mshriver released this 05 Oct 17:12
b238999
[RFR] Refactor physical server stat calls

3.0.26: Merge pull request #334 from mshriver/py3-compat-basestring

Choose a tag to compare

@mshriver mshriver released this 05 Oct 01:58
076eee2
Remove basestring for py3 compatibility

2.9.9: Merge pull request #259 from izapolsk/latest_openshift_client

Choose a tag to compare

@mshriver mshriver released this 07 Jun 20:28
c5f5d7a
[RFR] make wrapanapi->openshift use latest openshift client