RETIRED, Redfish CLI client built on top of sushy library to talk to Redfish BMC from command line. Mostly intended for developers and testers.
Go to file
OpenStack Release Bot 5786667890 Add Python3 xena unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I1c6d55deff6b4978e394aeb0dd86c1679a3a1e45
2021-03-12 16:32:50 +00:00
doc remove unicode from code 2021-01-03 16:19:07 +08:00
releasenotes Update master for stable/wallaby 2021-03-12 16:32:46 +00:00
sushycli Add pep8 check for import order 2020-04-21 15:46:44 +02:00
zuul.d Add Python3 xena unit tests 2021-03-12 16:32:50 +00:00
.gitignore Update commands to generate docs, renos and pdf 2020-02-18 16:29:01 +01:00
.gitreview Fix gitreview host 2020-02-18 10:49:26 -06:00
.stestr.conf Rearrange project layout 2020-01-28 08:20:19 +01:00
.travis.yml new project template 2020-01-07 22:47:34 +01:00
CONTRIBUTING.rst Rearrange project layout 2020-01-28 08:20:19 +01:00
HACKING.rst Rearrange project layout 2020-01-28 08:20:19 +01:00
LICENSE Rearrange project layout 2020-01-28 08:20:19 +01:00
Makefile new project template 2020-01-07 22:47:34 +01:00
README.rst Improve docstrings and README 2020-02-13 08:26:15 +01:00
requirements.txt Add --show-traffic feature to aid Redfish diagnostics 2020-04-06 15:36:36 +02:00
setup.cfg Add py38 package metadata 2020-04-24 08:23:22 -05:00
setup.py Rearrange project layout 2020-01-28 08:20:19 +01:00
test-requirements.txt Fix lower-constraints with the new pip resolver 2020-12-08 20:23:01 +01:00
tox.ini Update minversion of tox 2021-01-23 18:48:30 +01:00

About Sushy CLI

Sushy CLI tool is intended to help human beings to communicate with Redfish based baseboard management controllers (BMC).

BMCs offer powerful means of controlling bare metal machines. For example, one can flip machine power, change BIOS configuration or even flash the firmware.

The sushycli tool offers a friendly command-line interface to some of the BMC features. It's main audience include software developers working on bare metal management automation and system administrators handling the raw iron with bare hands.