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.
Free software: Apache license
Source: http://git.openstack.org/cgit/openstack/python-rsdclient
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
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 python-rsdclient-1.0.2.tar.gz
.
File metadata
- Download URL: python-rsdclient-1.0.2.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0213cb70fe4880d4a931bf13eb8a1f65347d5d812c75832de1c1b8e83e8832f7 |
|
MD5 | 1262ef03367211ae1dfe6579c059b4c2 |
|
BLAKE2b-256 | c1f6dc98628ed4563ddb6697ee6ef75dc24fc5ce5784310d689231e3b1384822 |
File details
Details for the file python_rsdclient-1.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: python_rsdclient-1.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 38.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e30b96e513708af76b541f753ff1e8d379ac245378ea3501c61a37c2d317713 |
|
MD5 | e49204821044028ae411ea34f4e93c16 |
|
BLAKE2b-256 | 97305080720049cbe596288a94c8204d0d3e7d7727a3fc383eb50d86a3b5972b |