Skip to content
  1. Jun 26, 2023
  2. Jun 21, 2023
  3. Jun 19, 2023
  4. Jun 12, 2023
  5. Jun 05, 2023
  6. Jun 03, 2023
    • Arthur Outhenin-Chalandre's avatar
      project: upgrade test dependencies and drop ansible-core 2.11 (#10034) · edc73bc3
      Arthur Outhenin-Chalandre authored
      
      
      Molecule 5.0 require ansible-core 2.12.10.
      So this commit we update ansible-core from 2.12.5 to 2.12.10.
      We also drop supporting two ansible-core version. Also we now use the "oldest"
      still supported ansible-core version as both 2.11 is EOL and not
      supported by molecule.
      
      
      
      tests/molecule: remove linting in molecule to support molecule 5
      
      
      
      tests/molecule: remove role name check for molecule 5 support
      
      Kubespray doesn't use ansible galaxy style naming so we have to disable
      that check.
      
      
      
      contrib/inventory_builder: fix tox.ini for tox4
      
      
      
      tests/molecule: fix get_playbook in testinfra tests
      
      
      
      tests: upgrade most tests requirements
      
      Exclude ansible-lint for now, I will do that in a separate PR.
      
      
      
      tests/molecule: force kvm driver option
      
      If we don't do this it fallbacks to qemu emulated on our CI for some
      reasons.
      
      Signed-off-by: default avatarArthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
      edc73bc3
  7. May 29, 2023
  8. May 25, 2023
  9. May 22, 2023
  10. May 19, 2023
  11. May 16, 2023
  12. May 15, 2023
  13. May 08, 2023
  14. Apr 13, 2023
  15. Apr 11, 2023
  16. Mar 21, 2023
  17. Mar 10, 2023
  18. Mar 06, 2023
  19. Mar 03, 2023
  20. Feb 20, 2023
  21. Feb 17, 2023
  22. Feb 09, 2023
  23. Feb 06, 2023
  24. Jan 31, 2023
  25. Jan 17, 2023
  26. Jan 05, 2023
  27. Dec 30, 2022
    • Shelming.Song's avatar
      optimize cgroups settings for node reserved (#9209) · 1c4db613
      Shelming.Song authored
      * optimize cgroups settings for node reserved
      
      * fix
      
      * set cgroup slice for multi container engine
      
      * set cgroup slice for crio
      
      * add reserved cgroups variables to sample files
      
      * Compatible with cgroup path for different container managers
      
      * add cgroups doc
      
      * fix markdown
      1c4db613
  28. Dec 09, 2022
    • Fredrik Liv's avatar
      [containerd] Add config for unpriviledged ports and icmp (#9517) · c8ec77a7
      Fredrik Liv authored
      * [containerd] Add config for unpriviledged ports and icmp
      
      * Updated to match true false variables of other setting
      c8ec77a7
    • Chad Swenson's avatar
      Allow `containerd-common` to execute multiple times per play (#9543) · 3dc384a1
      Chad Swenson authored
      The `containerd-common` role is responsible for gathering OS specific variables from the vars directory of the roles that include or import it. `containerd-common` is imported via role dependency by a total of two roles, `container-engine/docker`, and `container-engine/containerd`.
      
      containerd-common is needed by both the docker and containerd roles as a dependency when:
      - containerd is selected as the container engine
      - a docker install is detected and needs to be removed
      - apt is the package manager
      
      However, by default, roles can not be invoked more than once in the same play, unless `allow_duplicates: true` is set for that role. This results in the failure of the `containerd | Remove containerd repository` task, since only the docker vars will be loaded in the play, and `containerd_repo_info.repos`, normally populated by containerd/vars, is left empty.
      
      This change sets `allow_duplicates: true` for `containerd-common` which fixes the currently failing containerd tasks if docker was detected and removed in the same play.
      3dc384a1
  29. Nov 26, 2022
  30. Nov 18, 2022
  31. Nov 16, 2022
  32. Nov 08, 2022
  33. Oct 31, 2022
  34. Oct 21, 2022
  35. Oct 19, 2022
  36. Oct 12, 2022
  37. Oct 07, 2022
  38. Sep 24, 2022
Loading