Browse Source
Merge pull request #3543 from Miouge1/openstack-public-clouds
[contrib/terraform/openstack] Add list of know working OpenStack clouds
pull/3540/head
Aivars Sterns
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
17 additions and
0 deletions
-
contrib/terraform/openstack/README.md
|
|
@ -8,6 +8,23 @@ Openstack. |
|
|
|
This will install a Kubernetes cluster on an Openstack Cloud. It should work on |
|
|
|
most modern installs of OpenStack that support the basic services. |
|
|
|
|
|
|
|
### Known compatible public clouds |
|
|
|
- [Auro](https://auro.io/) |
|
|
|
- [BetaCloud](https://www.betacloud.io/) |
|
|
|
- [CityCloud](https://www.citycloud.com/) |
|
|
|
- [DreamHost](https://www.dreamhost.com/cloud/computing/) |
|
|
|
- [ElastX](https://elastx.se/) |
|
|
|
- [EnterCloudSuite](https://www.entercloudsuite.com/) |
|
|
|
- [FugaCloud](https://fuga.cloud/) |
|
|
|
- [Ultimum](https://ultimum.io/) |
|
|
|
- [VexxHost](https://vexxhost.com/) |
|
|
|
- [Zetta](https://www.zetta.io/) |
|
|
|
|
|
|
|
### Known incompatible public clouds |
|
|
|
- OVH: No router support |
|
|
|
- Rackspace: No router support |
|
|
|
- T-Systems / Open Telekom Cloud: requires `wait_until_associated` |
|
|
|
|
|
|
|
## Approach |
|
|
|
The terraform configuration inspects variables found in |
|
|
|
[variables.tf](variables.tf) to create resources in your OpenStack cluster. |
|
|
|