-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New cloud provider CloudStack #1420
New cloud provider CloudStack #1420
Conversation
it looks like Docker build failed on |
I'd suggest editing readme.MD to reflect the new cloud provider. Specifically line 17, line 32, line 207. And probably deserves a mention in the CHANGELOG.md. |
I'm not sure if we will merge this soon, as it's currently restricted to Exoscale only. We need to implement a task to discover region automatically |
I've not much time atm but I'll look into it in the following month. |
done in latest commits :) |
This new role allows to provision instances on Apache CloudStack providers like Exoscale.
I initially wanted to add a role specific for Exoscale but since they are using Apache CloudStack, better make it generic :)
Description
I added a new role
cloud-cloudstack
and modified the required files for inputs and configurations defaults.Motivation and Context
I got an Exoscale gift-card to try their service at the latest Lausanne DevSecOps meetup. Since they advertised the non-US feature of their business, we discussed VPN and the like. What better use than add support for their cloud for this gift card?
How Has This Been Tested?
I only tested this CloudStack role on Exoscale. However, the only things to change would be in the user's
$HOME/.cloudstack.ini
file to specify the endpoint to use.Types of changes
Checklist: