Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sdflexutils-1.5.1.tar.gz (88.2 kB view hashes)

Uploaded Source

Built Distribution

sdflexutils-1.5.1-py3-none-any.whl (125.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page