1
0
mirror of https://github.com/rancher/quickstart.git synced 2026-02-05 12:45:15 +01:00

8 Commits

Author SHA1 Message Date
Bastian Hofmann
7d732acafc Fix formatting 2023-03-13 17:42:52 +01:00
Maxime Dufour
5993cea9ac Support of Outscale as provider (#207)
* Support Outscale as cloud provider

* Terraform format

* Add Outscale in Github Action

* Fix remote-exec timeout

Final public Ip is assigned with PublicIpLink, but the vm needs to be
created (from the pov of terraform). There we move the "remote-exec"
logic to the PublicIpLink

* Fix the user_data for the VM

Update the repo before installing tools

* Upgrade providers and rancher

* Change volume type

* Fix formating
2022-06-28 10:35:52 +02:00
Bastian Hofmann
05285e8230 Add NeuVector AWS quickstart (#208)
This restructures the repository slightly to cleanly distinguish between Rancher and NeuVector quickstarts
2022-06-10 15:46:04 +02:00
Bastian Hofmann
3028d65d99 Updates for Rancher 2.6.4
Also updates
* cert-manager to 1.7.1
* Rancher Management cluster to v1.21.8+k3s1
* Workload Kubernetes cluster to RKE1 v1.20.6-rancher1-1
* Bumps all terraform providers to newest version
2022-04-08 11:43:57 +02:00
Bastian Hofmann
0223489d38 Automatically generate README and tfvars examples from input variables with terraform-docs 2022-01-21 20:15:29 +01:00
Bastian Hofmann
54bcd37f89 Update rancher terraform provider to 1.22.2 2022-01-07 17:06:40 +01:00
Bastian Hofmann
ccea3d6edf Add make target to format all terraform files 2020-08-24 11:13:36 +02:00
Bastian Hofmann
c88f2afefb Add terratest e2e tests
Make azure-windows resource names not conflict with azure resource names so that they can be run in parallel

Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
2020-08-12 18:22:31 +02:00