Skip to main content

OpenStack client plugin for Rack Scale Design

Project description

OpenStack client plugin for Rack Scale Design

This is a client for the RSD Pod Manager API, which is based on OpenStack client framework. It provides a Python API (rsdclient/v1 module) and a RSD specific plugin for OpenStack client (rsdclient/osc).

Development takes place via the usual OpenStack processes as outlined in the developer guide. The master repository is on git.openstack.org.

Installation

To use openstack rsd CLI, the python-openstackclient and python-rsdclient should be installed:

# pip install python-openstackclient
# pip install python-rsdclient

To use the CLI, it requires two parts of configuration, OpenStack and RSD login info.

At first, you have to provide your OpenStack username, password, project, and auth endpoint. You can use configuration options --os-username, --os-password, --os-project-id (or --os-project-name), and --os-auth-url, or set the corresponding environment variables:

$ export OS_USERNAME=user
$ export OS_PASSWORD=password
$ export OS_PROJECT_NAME=project                         # or OS_PROJECT_ID
$ export OS_PROJECT_DOMAIN_ID=default
$ export OS_USER_DOMAIN_ID=default
$ export OS_IDENTITY_API_VERSION=3
$ export OS_AUTH_URL=http://auth.example.com:5000/identity

Then, you have to provide your RSD username, password, SSL certificate with admin privilege, and pod manager URL. You can use configuration options --rsd-username, --rsd-password, --rsd-verify, and --rsd-url, or set the corresponding environment variables:

$ export RSD_USERNAME=admin
$ export RSD_PASSWORD=password
$ export RSD_VERIFY=False     # or RSD_VERIFY=<path to SSL certificate>
$ export RSD_URL=https://localhost:8443/

OpenStackClient RSD Plugin

To get a list of available (sub)commands and options, run:

$ openstack help rsd

To get usage and options of a command, run:

$ openstack help rsd <sub-command>

An example of composing a node only with name:

$ openstack rsd node compose --name "testing node"

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

python-rsdclient-0.1.1.tar.gz (1.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python_rsdclient-0.1.1-py2-none-any.whl (28.4 kB view details)

Uploaded Python 2

File details

Details for the file python-rsdclient-0.1.1.tar.gz.

File metadata

File hashes

Hashes for python-rsdclient-0.1.1.tar.gz
Algorithm Hash digest
SHA256 fe03288c68270a38b74c049d4e1fd99b47ca8b3d71d8f14e7fa22687b89c1e5c
MD5 8af8e4d807d52a7c43529d44e6bd5229
BLAKE2b-256 6913da91a062f63a72eddce0befb7b031f95ff450156420b7fb63ef06ce65cce

See more details on using hashes here.

File details

Details for the file python_rsdclient-0.1.1-py2-none-any.whl.

File metadata

File hashes

Hashes for python_rsdclient-0.1.1-py2-none-any.whl
Algorithm Hash digest
SHA256 2890f89e0c4014df24df92199c2df505aea54bb7dc27fe2ecf098e981041aaaf
MD5 eea39e4f0a1be7a800ba5276b54cbb3e
BLAKE2b-256 e21b25b33eafe73e3386a5b696827950bbcee9f93ace2bd250b837ce4af40f0a

See more details on using hashes here.

Supported by

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