Skip to content
  1. Mar 29, 2021
    • Terry's avatar
      Remove DNSSEC config management in bootstrap-debian.yml (#7408) · f72063e7
      Terry authored
      DNSSEC is off by default on ubuntu/bionic64 (18.04) as per resolved.conf(5).
      These tasks are artefacts of obsolete infra configuration, and no longer needed.
      
      Further removing these tasks resolves the issue that the tasks always reports
      'changed' and bounces systemd-resolved unneccesarily, even if there was no
      actual modification of /etc/systemd/resolved.conf.
      f72063e7
  2. Feb 11, 2021
  3. Feb 10, 2021
  4. Feb 08, 2021
    • Vyacheslav's avatar
      Update main.yml (#7267) · e3ab665e
      Vyacheslav authored
      ````
      TASK [bootstrap-os : Enable RHEL 8 repos] ***************************************************************************************************************************************************************************************************
      fatal: [node6]: FAILED! => {"changed": false, "msg": "This system has no repositories available through subscriptions"}
      fatal: [node7]: FAILED! => {"changed": false, "msg": "This system has no repositories available through subscriptions"}
      fatal: [node1]: FAILED! => {"changed": false, "msg": "This system has no repositories available through subscriptions"}
      
      
      root@node1:/kubespray# cat /etc/os-release
      NAME="Ubuntu"
      VERSION="18.04.5 LTS (Bionic Beaver)"
      ID=ubuntu
      ID_LIKE=debian
      PRETTY_NAME="Ubuntu 18.04.5 LTS"
      VERSION_ID="18.04"
      HOME_URL="https://www.ubuntu.com/"
      SUPPORT_URL="https://help.ubuntu.com/"
      BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
      PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
      VERSION_CODENAME=bionic
      UBUNTU_CODENAME=bionic
      root@node1:/kubespray#
      ```
      e3ab665e
  5. Jan 29, 2021
  6. Jan 25, 2021
  7. Jan 11, 2021
  8. Jan 07, 2021
  9. Jan 06, 2021
    • flix444's avatar
      Valuating conditional (need_https_proxy.rc != 0) fail if http_proxy set and... · 308ceee4
      flix444 authored
      Valuating conditional (need_https_proxy.rc != 0) fail if http_proxy set and skip_http_proxy_on_os_packages is true (#7078)
      
      * Remove because of empty need_http_proxy.rc if http/https_proxy and skip_http_proxy_on_os_packages=true is set
      
      * Modify sample for debian and centos skip_http_proxy
      
      * Modify sample for debian and centos skip_http_proxy
      308ceee4
  10. Dec 30, 2020
  11. Dec 23, 2020
    • marcosfsch's avatar
      Fedora CoreOS fixes (#7010) · 9db4b949
      marcosfsch authored
      * Fedora CoreOS: Fix for ethtool pre-installed
      
      Fix error in rpm-ostree when ethtool is already insatlled (FCOS >= 32.20201104.3.0)
      
      * Fedora CoreOS: Fix connection lost
      
      Fedora CoreOS: Ignore connection lost due to reboot and continues the playbook
      9db4b949
  12. Nov 24, 2020
  13. Nov 11, 2020
  14. Oct 21, 2020
  15. Oct 09, 2020
  16. Sep 09, 2020
  17. Sep 07, 2020
  18. Aug 28, 2020
  19. Aug 21, 2020
    • Christian Strack's avatar
      Use proper pypy download url in bootstrap script (#6555) · 250541d2
      Christian Strack authored
      The bootstrap-os role uses a bootstrap script to provision a
      python interpreter on flatcar and container os hosts. As the
      pypy project switched to another hoster, the download url changed.
      
      If applied this will use the new proper pypy download url in bootstrap script
      250541d2
  20. Aug 04, 2020
  21. Jul 22, 2020
  22. Jun 17, 2020
  23. Jun 12, 2020
  24. Jun 09, 2020
  25. May 06, 2020
  26. Apr 24, 2020
  27. Apr 18, 2020
  28. Apr 11, 2020
    • spaced's avatar
      Cleanup fedora coreos with crio container (#5887) · 9c3b573f
      spaced authored
      * fix upgrade of crio on fcos
      - update documents
      
      * install conntrack required by kube-proxy
      - like commit 48c41bcb
      
      * enable fedora modular repo for crio
      
      * allow to override crio configuration
      - set cgroup manager same to kubelet_cgroup_driver if defined
      - path of seccomp_profile depends on distribution
      
      * allow to override crio configuration
      - fix path for ubuntu
      
      * allow to override crio configuration
      - fix cni path for fcos
      9c3b573f
  29. Apr 09, 2020
    • aharrisson's avatar
      Fix idempotence issue in bootstrap-os (#5916) · 9cce46ea
      aharrisson authored
      9cce46ea
    • 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
  30. Apr 08, 2020
  31. Apr 01, 2020
  32. Mar 18, 2020
  33. 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
  34. Mar 14, 2020
  35. Mar 13, 2020
    • dymq's avatar
      Failover for adding proxy when line exists in file (#5751) · e0b76b18
      dymq authored
      The 'regexp' parameter matches last occurrence of a line starting with 'proxy=' and replaces it with the one defined in 'line' parameter. If no match - it works same way as before. This fixes resuming cluster deployments failed after that task (if there was no more than one line starting with 'proxy' in the yum.conf file - this condition should also be reassured with the change introduced here) eg. if they were initiated with Terraform.
      e0b76b18
Loading