CloudVE / cloudbridge

A consistent interface to multiple IaaS clouds; in Python.
https://cloudbridge.cloudve.org
MIT License
114 stars 51 forks source link

Add Metadata service #23

Open afgane opened 7 years ago

afgane commented 7 years ago

Add implementation for the cloud metadata service across all the providers.

For AWS, the list of available metadata is here. For OpenStack, see these docs. For GCE, the docs are here. CloudBridge interface should be a cross-section of the three.

bradstimpson commented 7 years ago

Any objections if I take this one?

afgane commented 7 years ago

Please do. Let us know if you have any questions or would like some help.

Thanks!

afgane commented 7 years ago

Just thought of something - with issue #22 seemingly underway to being resolved, there may be some implications about this implementation. It may be best to (a) coordinate this effort a bit or (b) implement this directly using boto3 library.