Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Cloudbreak support with additional cloud vendors.

avatar

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?

1 ACCEPTED SOLUTION

avatar
Super Guru

@milind pandit

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.

https://github.com/sequenceiq/cloudbreak

View solution in original post

2 REPLIES 2

avatar
Super Guru

@milind pandit

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.

https://github.com/sequenceiq/cloudbreak

avatar
Super Collaborator

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.