cloudbridge icon indicating copy to clipboard operation
cloudbridge copied to clipboard

A consistent interface to multiple IaaS clouds; in Python.

Results 44 cloudbridge issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

Adding a config parameter that would override the default naming as an improvement to the default naming scheme from #142

enhancement

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...

enhancement

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.

enhancement
hacktoberfest
good first issue

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...

enhancement

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...

enhancement
hacktoberfest
good first issue

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...

enhancement
help wanted
good first issue

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...

help wanted
good first issue

the right code is already implemented i nreboot but there should be a start function implemented

enhancement
help wanted
good first issue