Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

developement of a simple azure integration class similar to openstack #4

Open
laszewsk opened this issue Feb 28, 2013 · 0 comments
Open

Comments

@laszewsk
Copy link
Member

develop a

class azure

 config(myname,....)

 refresh('vms")  - see logic for just using first letter in openstack code
 refresh("images")
 refresh("flavors")
 refresh("all")

Change getting the credentials via cm_config.py

this produces following dict (see the openstack dict,
which you can get with python cloud_mesh.py
under the assumption you have the cloudmesh.yaml file in ~/.futuregrid/cloudmesh.yaml

cloudmesch{
"myname"
cm_type: azure
cm_label: myname
servers:{
"": {
cm_refersh: date when info was retrieved
}
....
}
images: {
"" : { }
...
}
flavor: {
...
}
}
}

@ghost ghost assigned ppnewaskar Feb 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants