Skip to content
  1. Jul 05, 2022
  2. Jun 15, 2022
  3. Jun 14, 2022
  4. Jun 09, 2022
    • Kenichi Omichi's avatar
      Replace callback_whitelist with callbacks_enabled (#8759) · 024a3ee5
      Kenichi Omichi authored
      When running molecule jobs, we saw the folloing warning message:
      
       [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names
       to new standard, use callbacks_enabled instead. This feature will be removed
       from ansible-core in version 2.15. Deprecation warnings can be disabled by
       setting deprecation_warnings=False in ansible.cfg.
      
      callbacks_enabled has been added since Ansible 2.11 and Kubespray is using
      Ansible 2.12 at master branch. So we can use callbacks_enabled safely to
      avoid the warning message.
      024a3ee5
  5. May 24, 2022
  6. Apr 29, 2022
    • Chris Ricker's avatar
      Ensure containerd service unmasking (#8726) · 21fc197e
      Chris Ricker authored
      * Force containerd service unmasking
      
      Force systemd to unmask and start service when adding containerd service
      
      * Eliminate restart and move unmasking step
      
      Switch to start instead of restart
      Move unmasking to restart handler
      
      * Add unmasking to similar container runtimes
      
      * Add missing service names
      21fc197e
  7. Apr 06, 2022
  8. Mar 11, 2022
  9. Feb 28, 2022
  10. Feb 19, 2022
  11. Jan 05, 2022
  12. Dec 10, 2021
    • Cristian Calin's avatar
      containerd: change default resolvconf_mode to host_resolvconf (#8247) · 682c8a59
      Cristian Calin authored
      * containerd: change default resolvconf_mode to host_resolvconf
      
      * Wait for kube-apiserver to come back after pod refresh
      
      * Handle resolv.conf gracefully
      
      * Retain currently configured DNS entries to ensure we don't break the resolvers
      
      * Suse uses wickedd for network management so no dhcp hooks
      
      * Molecule: increase ansible timeout
      
      * CI: Increase ansible timeout to 120s for Packet jobs
      682c8a59
  13. Dec 06, 2021
  14. Nov 30, 2021
  15. Nov 20, 2021
  16. Nov 09, 2021
  17. Oct 20, 2021
    • Cristian Calin's avatar
      containerd: download containerd from upstream instead of using distro specific packages (#7970) · ea8e2fc6
      Cristian Calin authored
      * Containerd: download containerd from upstream instead of using distro specific packages
      
      split runc download to separate role
      make bootstrap-os role deploy container-selinux and seccomp libraries
      clean up package manager provided containerd
      move variables to docker role that are no longer common with containerd
      
      * Containerd: make molecule testing more relevant
      
      * replace ubuntu18 with ubuntu20
      * add centos8 and debian11 to molecule tests
      * run kubernetes/preinstall role to ensure relevancy
        of test including dependency packages
      
      * CI: adjust test scenarios for downloaded containerd
      ea8e2fc6
  18. Oct 08, 2021
  19. Oct 01, 2021
  20. Sep 29, 2021
  21. Sep 27, 2021
  22. Sep 17, 2021
  23. Aug 30, 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
      7516fe14
  25. Jun 21, 2021
  26. Jun 11, 2021
  27. Jun 05, 2021
  28. Jun 02, 2021
  29. May 28, 2021
  30. May 27, 2021
  31. Apr 23, 2021
    • Cristian Calin's avatar
      Initial AlmaLinux support (#7538) · 73db44b0
      Cristian Calin authored
      * AlmaLinux: ansible>2.9.19 is needed to know about AlmaLinux
      
      * AlmaLinux: identify as a centos derrivative
      
      * AlmaLinux: add AlmaLinux to checks for CentOS
      
      * Use ansible_os_family to compare family and not distribution
      73db44b0
  32. Apr 21, 2021
  33. Apr 15, 2021
  34. Mar 19, 2021
  35. Mar 02, 2021
  36. Feb 10, 2021
  37. Feb 05, 2021
Loading