Python client for Rack Scale Design
Go to file
Lin Yang d043f3be0c Add basic code structure of OSC plugin
This patch added the code of specific RSD plugin in OSC, which allow
user to issue node composition command through OSC, like
'openstack rsd compose
 --rsd-url "https://localhost:8442/redfish/v1/"
 --rsd-username "admin"
 --rsd-password "admin"
 --rsd-disable-verify
 --name "Fake-Name" '

Note: for node composition command, it only support "name" parameter
now. More functionalities will be implemented later.

Change-Id: Idaf48c8b2e5c9b370e69520578d91c8ddb30fd74
2017-08-04 09:28:23 -07:00
doc/source Initial Cookiecutter Commit. 2017-08-02 14:44:01 -07:00
releasenotes Initial Cookiecutter Commit. 2017-08-02 14:44:01 -07:00
rsdclient Add basic code structure of OSC plugin 2017-08-04 09:28:23 -07:00
.coveragerc Initial Cookiecutter Commit. 2017-08-02 14:44:01 -07:00
.gitignore Initial Cookiecutter Commit. 2017-08-02 14:44:01 -07:00
.gitreview Added .gitreview 2017-08-02 08:33:58 +00:00
.mailmap Initial Cookiecutter Commit. 2017-08-02 14:44:01 -07:00
.testr.conf Initial Cookiecutter Commit. 2017-08-02 14:44:01 -07:00
CONTRIBUTING.rst Initial Cookiecutter Commit. 2017-08-02 14:44:01 -07:00
HACKING.rst Initial Cookiecutter Commit. 2017-08-02 14:44:01 -07:00
LICENSE Initial Cookiecutter Commit. 2017-08-02 14:44:01 -07:00
README.rst Add basic code structure of OSC plugin 2017-08-04 09:28:23 -07:00
babel.cfg Initial Cookiecutter Commit. 2017-08-02 14:44:01 -07:00
requirements.txt Add basic code structure of OSC plugin 2017-08-04 09:28:23 -07:00
setup.cfg Add basic code structure of OSC plugin 2017-08-04 09:28:23 -07:00
setup.py Initial Cookiecutter Commit. 2017-08-02 14:44:01 -07:00
test-requirements.txt Initial Cookiecutter Commit. 2017-08-02 14:44:01 -07:00
tox.ini Use py35 instead of py34 in tox 2017-08-03 10:28:11 -07:00

README.rst

python-rsdclient

OpenStack client plugin for Rack Scale Design

Please fill here a long description which must be at least 3 lines wrapped on 80 cols, so that distribution package maintainers can use it in their packages. Note that this is a hard requirement.

Features

  • TODO