Skip to content
  1. Dec 01, 2022
  2. Nov 25, 2022
  3. Sep 30, 2022
  4. Sep 28, 2022
  5. Sep 13, 2022
  6. Aug 24, 2022
    • Cristian Calin's avatar
      add pre-commit hook to facilitate local testing (#9158) · e6976a54
      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
      e6976a54
  7. Aug 18, 2022
  8. Jul 19, 2022
  9. Jun 22, 2022
  10. May 20, 2022
  11. May 14, 2022
  12. May 11, 2022
  13. May 03, 2022
  14. Apr 27, 2022
  15. Apr 25, 2022
  16. Apr 12, 2022
  17. Apr 11, 2022
    • Anthony Bible's avatar
      Fixes for Hetzner terraform and Hetzner Cloud (#8702) · 9dced713
      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
      9dced713
  18. Mar 29, 2022
    • Christian Rohmann's avatar
      terrform/openstack: Fix templating of ansible_ssh_common_args in... · 90883e76
      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.
      90883e76
  19. Mar 03, 2022
  20. Feb 25, 2022
  21. Feb 15, 2022
  22. Feb 02, 2022
  23. Feb 01, 2022
  24. Jan 31, 2022
  25. Jan 25, 2022
    • ceesios's avatar
      Proposing fixes for contrib/terraform/vsphere/ #8436 (#8441) · d86a3b96
      ceesios authored
      * fixes issues in vSphere Terraform contrib. #8436
      
      * fix formatting
      
      * add variables to the main module and document changes
      
      * add missing newline
      d86a3b96
    • Mathieu Parent's avatar
      Update terraform GCP to Ubuntu 20.04 (latest LTS) (#8463) · d64b341b
      Mathieu Parent authored
      * Fix terraform Warning
      
      Version constraints inside provider configuration blocks are deprecated
      
      Terraform 0.13 and earlier allowed provider version constraints inside the
      provider configuration block, but that is now deprecated and will be removed
      in a future version of Terraform. To silence this warning, move the provider
      version constraint into the required_providers block.
      
      * Fix terraform Warning: Quoted references are deprecated
      
      * terraform: Update GCP Ubuntu to latest LTS
      d64b341b
  26. Jan 14, 2022
  27. Jan 11, 2022
    • moss2k13's avatar
      contrib: add cloud-init support for terraform vms (#8394) · 135c9b29
      moss2k13 authored
      * contrib: add cloud-init support for terraform vms
      
      This change enables instance customization via cloud-init,
      for example: additional CA certs, custom SSH access etc.
      
      * contrib: update docs for terraform cloud-init
      
      * contrib: disable yamllint in cloud-init
      
      require-starting-space rule breaks cloud-init header
      
      * contrib: documenation formatting
      
      * yamllint: disable comments related checks
      
      * docs: markdown formatting
      135c9b29
  28. Nov 30, 2021
  29. Nov 22, 2021
  30. Nov 19, 2021
  31. Nov 12, 2021
  32. Oct 07, 2021
  33. Sep 15, 2021
  34. Sep 10, 2021
  35. Jul 23, 2021
    • Samuel's avatar
      fix(misc): contrib/terraform/aws (#7818) · bfebcfa2
      Samuel authored
      * fix(misc): terraform/aws
      
      - handles deployment with a single availability zone
      - handles deployment with more than two availability zone
      - handles etcd collocation with control-plane nodes (`aws_etcd_num=0`)
      - allows to set a bastion instances count (`aws_bastion_num`)
      - allows to set bastion/etcd/control-plane/workers rootfs volume size
      - removes variables from terraform.tfvars that were not re-used
      - adds .terraform.lock.hcl to .gitignore
      - changes/updates base image from ubuntu-18.03 to debian-10
      
      tested by a few coworkers of mine, and myself: thanks for the outstanding
      work, on both those terraform samples and kubespray playbooks.
      I did not test ubuntu deployments, I could still swap from buster to
      focal. LMK.
      
      * fix(gitlab-ci)
      
      AFAIU, terraform.tfvars indentation should be fixed for / no diff
      returned running `terraform fmt -check -diff`
      
      https://gitlab.com/kargo-ci/kubernetes-sigs-kubespray/-/jobs/1445622114
      bfebcfa2
  36. Jul 14, 2021
  37. Jun 25, 2021
    • Simon Kollberg's avatar
      Openstack cwd (#7643) · d7039ef7
      Simon Kollberg authored
      * terraform/openstack: Use path.root for ansible_bastion_template.txt
      
      The path.root variable points to the root module path. Using this
      instead of a relative path makes less assumptions about the current
      working directory.
      
      * terraform/openstack: Add group_vars_path variable
      
      Previously, the group_vars path was assumed to be in CWD. The
      default value for the group_vars_path variable is still relative
      to CWD and thus should be backwards compatible if unset.
      d7039ef7
Loading