Skip to content
/ cloud Public
forked from ctrlaltdel/cloud

An easy to use tool for spawing disposable VM on an Openstack cloud

Notifications You must be signed in to change notification settings

infraly/cloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 

Repository files navigation

CLOUD

cloud - an easy to use tool for spawning disposable VM on an Openstack cloud

Installation

  • Install dependencies

    sudo pip install ipaddr sudo apt-get install python-novaclient

  • Download openrc file to your computer ** Go to Access & Security > API Access ** Click Download OpenStack RC File ** Put the openrc file in ~/openrc

Usage

  • Source openrc file, from your .bashrc for instance

echo '. ~/openrc' >> ~/.bashrc

  • Run the script without argument to launch a VM !
  • ./cloud -h # for help

About

An easy to use tool for spawing disposable VM on an Openstack cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%