Skip to content
Snippets Groups Projects
  1. May 17, 2024
  2. Mar 14, 2024
  3. Nov 15, 2023
  4. Jun 28, 2023
  5. May 18, 2023
    • Kenichi Omichi's avatar
      Drop canal network_plugin (#10100) · 7afbdb3e
      Kenichi Omichi authored
      According to the canal github[1] the repo is not maintained over 5 years.
      In addition, the README says
      ```
        Originally, we thought we might more deeply integrate the two projects
        (possibly even going as far as a rebranding!). However, over time it
        became clear that that wasn't really necessary to fulfil our goal of
        making them work well together. Ultimately, we decided to focus on
        adding features to both projects rather than doing work just to
        combine them.
      ```
      So it is difficult to support canal by Kubespray at this situation.
      
      [1]: https://github.com/projectcalico/canal
      Unverified
      7afbdb3e
  6. Mar 02, 2023
  7. Jan 31, 2023
  8. Jan 03, 2023
  9. Dec 28, 2022
  10. Oct 07, 2022
  11. Aug 30, 2022
  12. Jun 09, 2022
  13. Jun 06, 2022
  14. May 16, 2022
  15. Apr 07, 2022
  16. Mar 30, 2022
  17. Feb 28, 2022
  18. Jan 22, 2022
  19. Dec 03, 2021
  20. Nov 05, 2021
  21. Oct 27, 2021
  22. Sep 28, 2021
  23. Sep 02, 2021
  24. Jul 12, 2021
    • Cristian Calin's avatar
      Move to Ansible 3.4.0 (#7672) · 7516fe14
      Cristian Calin authored
      * Ansible: move to Ansible 3.4.0 which uses ansible-base 2.10.10
      
      * Docs: add a note about ansible upgrade post 2.9.x
      
      * CI: ensure ansible is removed before ansible 3.x is installed to avoid pip failures
      
      * Ansible: use newer ansible-lint
      
      * Fix ansible-lint 5.0.11 found issues
      
      * syntax issues
      * risky-file-permissions
      * var-naming
      * role-name
      * molecule tests
      
      * Mitogen: use 0.3.0rc1 which adds support for ansible 2.10+
      
      * Pin ansible-base to 2.10.11 to get package fix on RHEL8
      Unverified
      7516fe14
  25. Jul 01, 2021
  26. Apr 29, 2021
    • Cristian Calin's avatar
      Rename ansible groups to use _ instead of - (#7552) · 360aff4a
      Cristian Calin authored
      * rename ansible groups to use _ instead of -
      
      k8s-cluster -> k8s_cluster
      k8s-node -> k8s_node
      calico-rr -> calico_rr
      no-floating -> no_floating
      
      Note: kube-node,k8s-cluster groups in upgrade CI
            need clean-up after v2.16 is tagged
      
      * ensure old groups are mapped to the new ones
      Unverified
      360aff4a
  27. Apr 26, 2021
  28. Mar 24, 2021
  29. Dec 03, 2020
  30. Jun 24, 2020
  31. Apr 24, 2020
    • Sergey's avatar
      add strategy mitogen_linear when installed mitogen (#5985) · 69603aed
      Sergey authored
      * add strategy mitogen_linear when installed mitogen
      
      * add small docs
      
      Rename playbook file
      
      The raw action executes as a regular Mitogen connection, which requires Python on the target, so add strategy: linear to bootstrap-os role playbook.
      
      * add mitogen to  CI test
      fix typo
      
      * enable mitogen test on deploy-part1 tests
      change version from master to release
      download tar.gz archive
      
      * run all CI tests with mitogen
      
      * disable mitogen with upgrade CI tests
      
      * enable mitogen on CI tests via env vars
      
      * disable mitogen on CI test by default, enable on some different OS
      
      * disable mitogen CI test on centos8
      (get error  /usr/bin/python: No such file or directory)
      Unverified
      69603aed
  32. Mar 16, 2020
    • Michael Shnit's avatar
      Add AWS ALB Ingress Controller (#5489) · 29128eb3
      Michael Shnit authored
      * Add AWS ALB Ingress Controller Ansible role
      
      * remove trailing spaces
      
      * update owners
      
      * ALB ingress: update rbac clusterrole and remove role
      
      * Move alb-ingress role to roles/kubernetes-apps/ingress_controller folder
      Unverified
      29128eb3
  33. Feb 14, 2020
  34. Dec 04, 2019
  35. Apr 29, 2019
  36. Apr 23, 2019
    • Justin Chao's avatar
      Update ansible.md (#4599) · 64f48bf8
      Justin Chao authored
      Ansible 2.0 has deprecated the “ssh” from ansible_ssh_host.
      
      Updating the docs to be more aligned with the Ansible version used in the sample/inventory.ini file as well.
      Also adding `[bastion]` group in the docs to avoid confusion.
      64f48bf8
  37. Apr 01, 2019
  38. Oct 26, 2018
  39. Aug 22, 2018
Loading