cloudmesh / client

Deprecated: Version 3 of cloudmesh is a light weight cloud client to manage virtual clusters
http://cloudmesh.github.io/client
Other
3 stars 12 forks source link

cm register ec2 --cloud=cloudname filename.zip #181

Closed laszewsk closed 8 years ago

laszewsk commented 8 years ago

Develop an extension to the register command that copies an ec2 credentials contained in the zip file into the appropriate directory

~/.cloudmesh/clouds/ < cloudname > / < filename >

Than add the information contained in the ec2rc.sh file into the appropriate location in the yaml file. if there is no cloud with the name < filename > in the yaml file, create a new entry for it and fill out the valuses from the once in the ec2rc.sh file

laszewsk commented 8 years ago

if you have difficulties consult with Mangirish how to extend the register command. Make sure you use the rgister class and not put all the logig into the command. Mangirish can be consulted if you have issues. We need this ASAP within the next couple of days