Skip to content
  1. Dec 09, 2019
    • Etienne Champetier's avatar
      Fixes for CentOS 8 (#5213) · 42702dc1
      Etienne Champetier authored
      
      
      * Fix python3-libselinux installation for RHEL/CentOS 8
      
      In bootstrap-centos.yml we haven't gathered the facts,
      so #5127 couldn't work
      
      Minimum ansible version to run kubespray is 2.7.8,
      so ansible_distribution_major_version is defined an there is no need to default it
      
      Signed-off-by: default avatarEtienne Champetier <champetier.etienne@gmail.com>
      
      * Restart NetworkManager for RHEL/CentOS 8
      
      network.service doesn't exist anymore
       # systemctl status network
       Unit network.service could not be found.
      
      Signed-off-by: default avatarEtienne Champetier <champetier.etienne@gmail.com>
      
      * Add module_hotfixes=True to docker / containerd yum repo config
      
      https://bugzilla.redhat.com/show_bug.cgi?id=1734081
      https://bugzilla.redhat.com/show_bug.cgi?id=1756473
      
      
      Without this setting you end up with the following error:
       # yum install docker-ce
       Failed to set locale, defaulting to C
       Last metadata expiration check: 0:03:21 ago on Thu Sep 26 22:00:05 2019.
       Error:
        Problem: package docker-ce-3:19.03.2-3.el7.x86_64 requires containerd.io >= 1.2.2-3, but none of the providers can be installed
         - cannot install the best candidate for the job
         - package containerd.io-1.2.2-3.3.el7.x86_64 is excluded
         - package containerd.io-1.2.2-3.el7.x86_64 is excluded
         - package containerd.io-1.2.4-3.1.el7.x86_64 is excluded
         - package containerd.io-1.2.5-3.1.el7.x86_64 is excluded
         - package containerd.io-1.2.6-3.3.el7.x86_64 is excluded
       (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
      
      Signed-off-by: default avatarEtienne Champetier <champetier.etienne@gmail.com>
      42702dc1
    • Hugo Blom's avatar
      Support Openstack servergroups (#5412) · 40e35b3f
      Hugo Blom authored
      * add support for nova servergroups
      
      * Add documentation for openstack nova servergroups
      
      * uppdate to TF 0.12.12 format and fix etcd
      
      * revert for_each change
      
      * fix variables and formatting in main.tf
      
      * try to avoid errors
      
      * update variable
      
      * Update main.tf
      
      * Update main.tf
      
      * update all other instance resources
      40e35b3f
  2. Dec 05, 2019
  3. Dec 04, 2019
  4. Dec 03, 2019
  5. Dec 02, 2019
  6. Nov 28, 2019
  7. Nov 27, 2019
  8. Nov 26, 2019
    • xieyanker's avatar
      update fedora atomic download url (#5357) · 050de3ab
      xieyanker authored
      050de3ab
    • Aaron Crickenberger's avatar
      fix OWNERS file (#5359) · f1498d4b
      Aaron Crickenberger authored
      Initially this was to fix a mis-indented approvers key. However, it turns
      out that 'oilbeater' is not a member of kubernetes-sigs nor
      kubernetes-incubator (the org this repo was migrated from). Thus this
      OWNERS file is failing prow's validation check.
      
      As a workaround I've opted to move them to emeritus_approver, which
      isn't valiated and can be used as a hint for other approvers in this
      repo
      f1498d4b
  9. Nov 22, 2019
  10. Nov 21, 2019
  11. Nov 20, 2019
  12. Nov 18, 2019
  13. Nov 14, 2019
  14. Nov 11, 2019
Loading