Skip to content
  1. Feb 06, 2023
  2. Jan 27, 2023
  3. Jan 17, 2023
  4. Jan 05, 2023
  5. Dec 28, 2022
  6. Dec 14, 2022
  7. Dec 07, 2022
  8. Dec 01, 2022
  9. Nov 25, 2022
  10. Nov 01, 2022
  11. Sep 30, 2022
  12. Sep 28, 2022
  13. Sep 13, 2022
  14. 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
  15. Aug 18, 2022
  16. Jul 27, 2022
    • Kenichi Omichi's avatar
      Enable shellcheck for contrib/ (#9122) · 9c28f61d
      Kenichi Omichi authored
      Today we have many contributions to contrib/offline/ and some PRs
      contained invalid coding style for those scripts.
      This enables shellcheck to make such invalid coding style easily.
      9c28f61d
  17. Jul 19, 2022
  18. Jul 12, 2022
  19. Jun 22, 2022
  20. Jun 21, 2022
  21. Jun 08, 2022
  22. May 20, 2022
  23. May 14, 2022
  24. May 13, 2022
  25. May 11, 2022
  26. May 10, 2022
  27. May 03, 2022
  28. Apr 27, 2022
  29. Apr 25, 2022
  30. Apr 12, 2022
  31. 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
  32. 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
  33. Mar 13, 2022
  34. Mar 03, 2022
  35. Feb 25, 2022
  36. Feb 18, 2022
    • Kenichi Omichi's avatar
      Fix print_hostnames of inventory.py (#8554) · cc45e365
      Kenichi Omichi authored
      When trying to run print_hostnames of inventory.py, it outputs the following
      error:
      
       $ CONFIG_FILE=./test-hosts.yaml python3 ./inventory.py print_hostnames
       Traceback (most recent call last):
         File "./inventory.py", line 472, in <module>
           sys.exit(main())
         File "./inventory.py", line 467, in main
           KubesprayInventory(argv, CONFIG_FILE)
         File "./inventory.py", line 92, in __init__
           self.parse_command(changed_hosts[0], changed_hosts[1:])
         File "./inventory.py", line 415, in parse_command
           self.print_hostnames()
         File "./inventory.py", line 455, in print_hostnames
           print(' '.join(self.yaml_config['all']['hosts'].keys()))
       KeyError: 'all'
      
      because it is missed to load a hosts config file before printing hostnames.
      This fixes the issue.
      cc45e365
  37. Feb 15, 2022
Loading