cloudbridge
cloudbridge copied to clipboard
A consistent interface to multiple IaaS clouds; in Python.
I'm opening this issue to continue the conversation started by @nuwang here https://github.com/galaxyproject/cloudlaunch/issues/163 about adding a test for IP Address attachment. Given that we don't have a "Network Interface" object...
Adding a config parameter that would override the default naming as an improvement to the default naming scheme from #142
For CloudMan to share a volume and enable cluster cloning.
Continuation of issue originally flagged in: https://github.com/gvlproject/cloudbridge/issues/69 We currently have a vm_firewall but do not have an abstraction for a network level firewall. This cannot currently be addressed because OpenStack's...
It would be nice to have all provider implementations inherit the base class docstrings automagically, in addition to their own docstrings. Boto3 may be a potential point of reference.
Maybe it would be useful if we could expose means of assessing the integrity of a file. I can think of the following scenarios: 1. check if a file is...
Add implementation for the cloud metadata service across all the providers. For AWS, the list of available metadata is [here](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html#instancedata-data-categories). For OpenStack, see these [docs](http://docs.openstack.org/user-guide/cli-config-drive.html). For GCE, the docs are...
An ansible module for cloudbridge would be of great use to anyone who needs to provision VMs and other cloud resources using simple yaml templates. The template will express the...
While AWS, GCP and OpenStack have DNS implementations in cloudbridge, there is no implementation for Azure. An implementation could follow the same pattern as the other 3 providers, but call...
the right code is already implemented i nreboot but there should be a start function implemented