Skip to content
Snippets Groups Projects
  1. Jun 14, 2022
  2. Jun 10, 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
  3. May 27, 2022
  4. Jan 05, 2022
  5. 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
  6. Dec 04, 2021
  7. Dec 01, 2021
  8. Nov 30, 2021
  9. Nov 19, 2021
  10. Oct 19, 2021
    • Omar Aloraini's avatar
      Rocky Linux support (#8095) · 6aac5939
      Omar Aloraini authored
      * Add Rocky as a known OS
      
      * Make sure Rocky includes bootstrap-centos.yml
      
      * Update docs with Rocky Linux
      
      * Rocky Linux wireguard and EPEL
      
      * Rocky Linux in the list of supported distributions
      6aac5939
  11. Oct 01, 2021
  12. Sep 27, 2021
  13. Sep 10, 2021
  14. Aug 20, 2021
  15. Jul 20, 2021
  16. Jul 15, 2021
    • spaced's avatar
      add containerd on fedora CoreOS (#7794) · c2cf0d99
      spaced authored
      * set selinux type t_etc if selinux state is enforcing
      
      * workaround with update repo is no longer needed
      remove comments about failing playbook
      
      * grubby is not available in distros using ostree
      
      * remove docker support because removed in fcos
      update install script example with live rootfs
      
      * do not call grubby on ostree based distro
      
      * update docs enabling containerd on fedora coreos
      c2cf0d99
  17. 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
  18. Jul 09, 2021
  19. Jun 25, 2021
  20. Jun 01, 2021
    • Cristian Calin's avatar
      Docs improvements (#7660) · 6a2ea94b
      Cristian Calin authored
      * Docs: update sidebar
      
      * Docs: move registry documentation into docs/
      
      * Docs: move rbd_provisioner documentation into docs/
      
      * Docs: move cephfs_provisioner into docs/
      
      * Docs: move local_volume_provisioner documentation into docs/
      
      * Docs: move ambassador.md to docs/ingress_controller/
      
      * Docs: move metallb.md to docs/ingress_controller/
      
      * Docs: move ingress_nginx documentation into docs/
      
      * Docs: move alb_ingress_controller documentation into docs/
      
      * Docs: merge ambassador documentation into docs/ingress_controller/
      
      * Docs: move cert_manager documentation into docs/
      
      * Docs: move bootstrap-os documentation into docs/
      
      * Docs: update file locations in sidebar
      6a2ea94b
  21. May 25, 2021
  22. 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
  23. 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
  24. Feb 11, 2021
  25. Feb 10, 2021
  26. 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
  27. Jan 29, 2021
  28. Jan 25, 2021
  29. Jan 11, 2021
  30. Jan 07, 2021
  31. 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
  32. Dec 30, 2020
  33. 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
  34. Nov 24, 2020
  35. Nov 11, 2020
  36. Oct 21, 2020
  37. Oct 09, 2020
  38. Sep 09, 2020
Loading