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

development of a simple eucalyptus integration class similar to openstack #5

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

Comments

@laszewsk
Copy link
Member

develop a

class eucalyptus while using lib cloud. however make sure lib cloud returns the same arguments and values on vms as you would get when you do euca2tools

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: eucalyptus
cm_label: myname
servers:{
"": {
cm_refersh: date when info was retrieved
}
....
}
images: {
"" : { }
...
}
flavor: {
...
}
}
}

@ghost ghost assigned sbpatil Feb 28, 2013
@ghost ghost assigned ppnewaskar May 14, 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

3 participants