Client Library for interfacing with various devices in HPE Superdome Flex Servers.
Project description
sdflexutils is a library for interfacing and managing HPE Superdome Flex Servers. This library is used by OpenStack Ironic hardware type sdflex-redfish for managing Superdome Flex Servers in OpenStack Ironic environment. This hardware type is provided by sdflex-ironic-driver.
Installation
Install the module from PyPI:
pip install sdflexutils
or:
git clone https://github.com/HewlettPackard/sdflexutils cd sdflexutils pip install .
Usage
For interfacing with the Superdome Flex Server, use SDFlexClient object:
>>> from sdflexutils import client >>> sdflex_client = client.SDFlexClient('https://10.10.1.57', 'administrator', 'password', 'redfish/v1/Systems/Partition0') >>> sdflex_client.get_host_power_status() 'OFF' >>>
Documentation
For more documentation on sdflexutils library, see sdflexutils wiki page.
Reporting Bugs
To report bugs, use github issues.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sdflexutils-1.5.1.tar.gz
.
File metadata
- Download URL: sdflexutils-1.5.1.tar.gz
- Upload date:
- Size: 88.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89d49c6cf012324df37d7e337898903c35697da20159c40ac774919f041a4b48 |
|
MD5 | 764a2352ffbc115bb2e5bcbc9e80197f |
|
BLAKE2b-256 | 15b7fb04c4cde59a7305256daca2062c4b6423306f430c6170be129bb0ee0276 |
File details
Details for the file sdflexutils-1.5.1-py3-none-any.whl
.
File metadata
- Download URL: sdflexutils-1.5.1-py3-none-any.whl
- Upload date:
- Size: 125.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 569e4d869f0052e2a4319be9fc4cfa231cc490894be6b27b42a0410ad927b3cb |
|
MD5 | 8c07ae3db3e4ac28d6c1864d7061ff87 |
|
BLAKE2b-256 | 6c18de47c951d9eda9564803f45cd34165032aca702ae0f12d70da2ff8954b63 |