Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

cloudbytestorage/python-client-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

python-client-cli

Python Client/CLI for CloudByte ElastiStor

Setup

  • Copy the eccclient folder to a linux machine where python is installed.
  • Install the following dependency packages
 wget https://bootstrap.pypa.io/get-pip.py
 python get-pip.py
 pip install argcomplete
 pip install requests
 pip install requests_toolbelt
  • Generate a sample config file by running following commands.
 cd <folder where eccclient is copied>/eccclient
 python cloudbyte/client/client -h
  • Modify the config file ~/.cbesclient/config with your ElastiCenter credentials

About

Python Client/CLI for CloudByte ElastiStor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages