Skip to content

nathants/py-azure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

requires python3.4 or higher.

requires the following variables for login:

  • AZURE_USERNAME

  • AZURE_PASSWORD

  • AZURE_SUBSCRIPTION

install:

  • sudo apt-get install python3-pip libyaml-dev

  • git clone https://github.com/nathants/py-azure

  • cd py-azure

  • pip3 install -r requirements.txt

  • pip3 install .

  • azc -h

simple usage:

  • azc login

  • azc new test-box --gigs 1023

  • azc ssh test-box -yc 'ifconfig eth0'

  • azc ssh test-box

example of complex usage:

  • bash bootstraps/cassandra_cluster.sh 3.7 test-cluster 25

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published