Skip to content
  1. Jan 14, 2021
  2. Jan 11, 2021
  3. Jan 04, 2021
  4. Dec 24, 2020
  5. Dec 05, 2020
  6. Dec 04, 2020
    • OwenTuz's avatar
      Ensure libseccomp is installed before starting containerd on CentOS 8 (#6922) · d315f730
      OwenTuz authored
      * Ensure libseccomp is installed before starting containerd on CentOS 8
      
      * Simplify libseccomp install on CentOS 8
      
      - Uses `package` module
      - Replaces complex version check with 'state: latest'. The version must
        be > 2.3 when using with cri-o.
      - Removes unnecessary `not is_ostree` condition as CentOS 8 does not use
        ostree
      d315f730
  7. Nov 30, 2020
  8. Nov 24, 2020
  9. Aug 28, 2020
  10. Aug 18, 2020
  11. Aug 01, 2020
  12. Jul 28, 2020
  13. Jul 27, 2020
  14. Jun 05, 2020
  15. Apr 18, 2020
  16. Apr 09, 2020
    • Denis Kadyshev's avatar
      Proxy fixes (#5869) · 7d1ab337
      Denis Kadyshev authored
      * Fix proxy and module_hotfixes
      
      On CentOS 8 with proxy ansible render inline `proxy` and `module_hotfixes` options.
      
      For example:
      
      `proxy=http://127.0.0.1:3128module_hotfixes=True`
      
      But expected result:
      
      ```
      proxy=http://127.0.0.1:3128
      module_hotfixes=True
      ```
      
      * Use ini_file module for work with ini files
      
      * Prevent duplicates proxy= option in /etc/yum.conf
      
      Module `lineinfile` is weak, use most powerful module `ini_file` and add or remove `proxy=` when `http_proxy` is defined or not.
      7d1ab337
  17. Mar 30, 2020
  18. Mar 25, 2020
  19. Mar 18, 2020
  20. Mar 17, 2020
    • spaced's avatar
      Fedora CoreOS support (#5657) · 876d4de6
      spaced authored
      * fedora coreos support
      - bootstrap and new fact for
      
      * fedora coreos support
      - fix bootstrap condition
      
      * fedora coreos support
      - allow customize packages for fedora coreos bootstrap
      
      * fedora coreos support
      - prevent install ptyhon3 and epel via dnf for fedora coreos
      
      * fedora coreos support
      - handle all ostree like os in same way
      
      * fedora coreos support
      - handle all ostree like os in same way for crio
      
      * fedora coreos support
      - add fcos documentations
      876d4de6
  21. Feb 23, 2020
  22. Feb 18, 2020
  23. Jan 28, 2020
  24. Jan 17, 2020
  25. Dec 05, 2019
  26. Oct 16, 2019
  27. Jul 12, 2019
  28. Jul 08, 2019
  29. Jun 06, 2019
  30. May 16, 2019
  31. May 03, 2019
  32. Apr 29, 2019
  33. Apr 24, 2019
  34. Apr 09, 2019
    • Markos Chandras's avatar
      openSUSE: Use Leap 15.0 instead of 42.3 (#4442) · 12c6b5c3
      Markos Chandras authored
      * Vagrantfile: Bump openSUSE to Leap 15.0
      
      * roles: container-engine: Add 'containerd' package for openSUSE
      
      The 'containerd' package contains the docker-containerd and
      docker-containerd-shim binaries. We also need to ensure that the latest
      version is installed since an older version may already be present (eg GCE
      images)
      
      * Remove docker log-opts for opensuse
      
      * roles: bootstrap-os: Use lowercase 'o' for openSUSE
      
      OpenSUSE is not a valid family name. The correct one is openSUSE
      
      * roles: bootstrap-os: Update zypper cache before first installation
      
      The zypper cache may be outdated so ensure that it's fully updated
      before we try and install the bootstrap packages.
      12c6b5c3
  35. Apr 03, 2019
  36. Apr 02, 2019
  37. Apr 01, 2019
  38. Feb 19, 2019
Loading