- Oct 07, 2023
-
-
Robin Wallace authored
-
- Sep 20, 2023
-
-
Fredrik Liv authored
* terraform-openstack: Updated extra partitions to use empty list by default * terraform-openstack: Added possibility to enable dhcp flag critical on one interface
-
- Jun 19, 2023
-
-
Yoshitaka Fujii authored
* Add NIFCLOUD * Add tf-validate-nifcloud in gitlab-ci
-
- May 22, 2023
-
-
Vasubabu authored
-
- May 08, 2023
-
-
Qasim Mehmood authored
Remove deprecated provider, fix flatcar configs, enable CI tests and refactor hetzner terraform (#10002) * Remove deprecated provider and fix flatcar configs * Refactor for DRYness * Add missing line endings * Enable tests for hetzner terraform in CI * Add missing inventory for CI tests
-
- Mar 22, 2023
-
-
Maxime Leroy authored
-
- Mar 03, 2023
-
-
Maxime Leroy authored
-
- Mar 02, 2023
-
-
Maxime Leroy authored
Signed-off-by: Maxime Leroy <19607336+maxime1907@users.noreply.github.com>
-
- Feb 28, 2023
-
-
Robin Wallace authored
-
- Feb 08, 2023
-
-
Sean Knight authored
-
- Feb 06, 2023
-
-
Bas authored
-
- Jan 27, 2023
-
-
Florian Ruynat authored
* Update fedora35 vagrant box url * Update Terraform to 1.3.7 * Update Vagrant to 2.3.4
-
Cristian Calin authored
* add terraform lock files to ignore list * move contrib/terraform/metal to contrib/terraform/equinix to reflect upstream change
-
- Jan 17, 2023
-
-
Mathieu Parent authored
* contrib/terraform/vsphere: mark vsphere_password as sensitive Signed-off-by: Mathieu Parent <math.parent@gmail.com> * contrib/terraform/vsphere: remove unused modules Signed-off-by: Mathieu Parent <math.parent@gmail.com>
-
Mathieu Parent authored
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Signed-off-by: Mathieu Parent <math.parent@gmail.com>
-
- Jan 05, 2023
-
-
Fredrik Liv authored
-
- Dec 28, 2022
-
-
florianow authored
-
- Dec 14, 2022
-
-
Aveline authored
-
- Dec 07, 2022
-
-
Brian King authored
Terraform Openstack: replace deprecated template provider with supported cloudinit provider (#9536)
-
- Dec 01, 2022
-
-
Fredrik Liv authored
* [upcloud] Fixed issue where DNS would be blocked while using allowlist * Missed one NTP rule
-
- Nov 25, 2022
-
-
Ayoub Ed-dafali authored
* Add missing zone input variable * Fix terraform formatting
-
- Sep 30, 2022
-
-
Hugo Blom authored
Co-authored-by: Jonathan Süssemilch Poulain <jonathan@sofiero.net>
-
- Sep 28, 2022
-
-
Hugo Blom authored
* make it possible to configure bastion remote ips * Update README.md
-
- Sep 13, 2022
-
-
rptaylor authored
-
- Aug 24, 2022
-
-
Cristian Calin authored
* add pre-commit hook configuration * add tmp.md to .gitignore * describe the use of pre-commit hook in CONTRIBUTING.md * fix docs/integration.md errors identified by markdownlint * fix docs/<file>.md errors identified by markdownlint * docs/azure-csi.md * docs/azure.md * docs/bootstrap-os.md * docs/calico.md * docs/debian.md * docs/fcos.md * docs/vagrant.md * docs/gcp-lb.md * docs/kubernetes-apps/registry.md * docs/setting-up-your-first-cluster.md * docs/vagrant.md * docs/vars.md * fix contrib/<file>.md errors identified by markdownlint
-
- Aug 18, 2022
-
-
Robin Ramquist authored
* Subnet setup order fix & Number of master nodes syntax fix * Mistake fix! * Formatting
-
- Jul 19, 2022
-
-
Ajarmar authored
-
- Jun 22, 2022
-
-
Robin Wallace authored
-
- May 20, 2022
-
-
Kenichi Omichi authored
Due many patterns of Linux distributions, it is difficult to install ansible dependencies as system-wide stably. Apart of Kubespray doc[1] recommends to use venv to avoid such issue, and this applies venv usage to the other parts of the doc. [1]: https://github.com/kubernetes-sigs/kubespray/blob/master/docs/setting-up-your-first-cluster.md#set-up-kubespray
-
- May 14, 2022
-
-
Cyclinder authored
Signed-off-by: cyclinder <qifeng.guo@daocloud.io>
-
- May 11, 2022
-
-
Ajarmar authored
* [upcloud] add option to use preconfigured cpu/mem plan * [upcloud] add option to use firewall rules for API server/SSH access * [upcloud] add option to use managed load balancer
-
- May 03, 2022
-
-
Robin Wallace authored
* [openstack] fix for new network modules * [openstack] for-each master nodes
-
- Apr 27, 2022
-
-
Cristian Calin authored
* [terraform] use modern day equinix metal provider * [CI] ensure packet job tests metal
-
- Apr 25, 2022
-
-
Olle Larsson authored
-
- Apr 12, 2022
-
-
SOPHAL HONG authored
Add tag to AWS VPC subnets for automatic subnet discovery by load balancers or ingress controllers (#8705)
-
Robin Wallace authored
* [upcloud] add upcloud csi-driver * Option to use ansible_host as api ip for kubueconfig
-
- Apr 11, 2022
-
-
Anthony Bible authored
* - add ability to specify the network_zone in hetzner terraform - Export the network id from hetzner terraform the the generated inventory.ini * - Add with_networks variable to allow different deployments of hcloud controller manager - Add network id to hcloud controller secret (added via the inventory) - Don't include extra_args if it's not set
-
- Mar 29, 2022
-
-
Christian Rohmann authored
terrform/openstack: Fix templating of ansible_ssh_common_args in no_floating.yml if used as TF module (#8646) * terraform/openstack: Use path.module for ansible_bastion_template.txt This extends on #7643 by not using path.root, but switching to path.module to allow use of the terraform code as a module itself. This change then keeps all calls to the template file stable even for that use-case. * terraform/openstack: Make sed calls fail on errors By using a single call with two replacements to use of sed will create proper exit codes and allowing for errors to be recognized by terraform.
-
- Mar 03, 2022
-
-
Mathieu Parent authored
Also, do not create unneeded resources (target pools are charged and should only be created when needed).
-
- Feb 25, 2022
-
-
SOPHAL HONG authored
-