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

Assigning a public IP directly to an instance is simpler than using a floating IP (e.g. elastic IPs in AWS have stringent limits). On AWS it seems like we can...

Something that would be desirable is a cloudbridge-wide, "contract enforcement layer", that operates above the individual providers. This layer could do provider-independent contract enforcement, like ensuring parameter combinations make sense,...

enhancement

- [ ] Adding documentation for what each resource is conceptually, potentially on this page https://cloudbridge.readthedocs.io/en/latest/topics/resource_types_and_mapping.html related: https://github.com/CloudVE/cloudbridge/issues/168

documentation

Having invalid connection settings such as a None value for subscription_id in Azure, does not throw a reasonable exception. E.g. the error thrown is as follows ``` File "/Users/Nuwan/work/djcloudbridge/djcloudbridge/domain_model.py", line...

enhancement

Currently, subservices don't dispatch any events.

enhancement

The script at: https://github.com/almahmoud/cloudbridge-demo-loop has evolved and become a pretty solid way to boot up instances in bulk with cloudbridge. I thought it'd be good to add it as a...

enhancement

Thanks a lot for providing such an excellent lib, I love it very much! Python Environment: Python 3.6.7 Envs: CB_TEST_PROVIDER=gcp;GCP_DEFAULT_REGION=asia-east1;GCP_ZONE_NAME=asia-east1-b when I am trying to run tests/test_compute_service.test_instance_methods, Got Result: Tests...

GCP does not have a direct analogue to firewalls/security group. A firewall resource in GCP is closer to a firewall rule in other providers. Therefore, the current implementation simulates groups...

enhancement
help wanted
good first issue

The current azure implementation does not seem to be recognizing placement zones at all: https://github.com/CloudVE/cloudbridge/blob/master/cloudbridge/cloud/providers/azure/resources.py#L867 Instead, in azure, the region and zone are the same. However, azure has support for...

We are now using a mock cloudbridge wrapper for Azure gateways, as they are not needed to connect an instance to a public IP (following this answer: https://social.msdn.microsoft.com/Forums/en-US/814ccee0-9fbb-4c04-8135-49d0aaea5f38/equivalent-of-aws-internet-gateways-in-azure?forum=WAVirtualMachinesVirtualNetwork). However, a...

enhancement
backlog
maybe