Created 03-10-2017 04:12 AM
Currently cloudbreak supports AWS, Google cloud, Azure , Openstack etc. If I would like to make it work with some different cloud vendor, what can be done?
Created 03-10-2017 05:03 AM
It would require lot of work, most of which would be similar to what has already been implemented. Since this is open source, you can fork and add your features or work with the community to add support for other cloud platform.
Created 03-10-2017 05:03 AM
It would require lot of work, most of which would be similar to what has already been implemented. Since this is open source, you can fork and add your features or work with the community to add support for other cloud platform.
Created 03-10-2017 06:46 AM
I think the easiest way is to create a new cloud-xyz subproject in your fork. The simplest implementation is our cloud-mock implementation which is used for testing, but implements all of the requirements without 3rd parties.