Skip to content
Snippets Groups Projects
  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
  2. Dec 05, 2019
  3. Dec 02, 2019
  4. Nov 11, 2019
  5. Nov 06, 2019
  6. Oct 17, 2019
  7. Oct 02, 2019
    • Matthew Mosesohn's avatar
      Switch to Kubernetes v1.16.0 (#5189) · a43e0d3f
      Matthew Mosesohn authored
      * Switch to Kubernetes v1.16.0
      
      Change-Id: I5d6a9528b2d443750fc5e031aff15ad3ffead158
      
      * Fix download localhost cached file path
      
      Change-Id: I65e79b70e3d1b37265ebc60f41b460cf4b0a0d47
      
      * fix kubeadm etcd for v1.16
      
      Change-Id: I6888a00fd48b530a38b0b31c4095492476af42d2
      
      * disable tf packet jobs
      
      Change-Id: I075c4666547fdea4c50ec04864f38e2cfaa79154
      
      * Disable contiv packet jobs. Fix kube-router
      
      Change-Id: I3170e8789e60711d4cee8faf65f2094480b79b8d
      
      * bump sonobuoy version
      
      Change-Id: Ib946905629c7c53ed88f08fb2f41c454457a0097
      a43e0d3f
  8. Sep 25, 2019
  9. Aug 28, 2019
    • Richard Arends's avatar
      Use python3-libselinux on RHEL8/Centos8 (#5127) · 4d95bb14
      Richard Arends authored
      * Use python3-libselinux on RHEL8/Centos8
      
      * The fact ansible_facts.distribution_major_version is not present on older Ansible version.
      Default it to 0 in when not present and use libselinux-python as package to get current
      default behaviour.
      4d95bb14
  10. Aug 08, 2019
    • Matthew Mosesohn's avatar
      Refactor calico route reflector to run in k8s cluster (#4975) · 023108a7
      Matthew Mosesohn authored
      * Refactor calico-rr to run in k8s cluster with taint
      
      Change-Id: I75a3169ff5b36ce8302fc7ef1c32d3eb697b5afa
      
      * add preinstall checks
      
      * rework calico/rr role
      
      Change-Id: I2f0a7e6cb77cf91ad4a615923680760d2e5d9ca8
      
      * add empty calico-rr group
      
      Change-Id: I006c0a60db9b72d02245bf8fdfabcf982144a5ad
      023108a7
  11. Jul 31, 2019
  12. Jul 30, 2019
  13. Jul 15, 2019
    • Matthew Mosesohn's avatar
      remove support for calico v2.x (#4974) · 23ae6027
      Matthew Mosesohn authored
      * Remove support for calico below version v3.0.0
      
      Change-Id: If8fe3036b9e054901a8b2c48516eff1e1271970f
      
      * Update main.yml
      
      * fixup node peering
      
      Change-Id: Ifac4d363deba826f0c80e390ce80a28df9827323
      
      * fixups
      
      Change-Id: Ic35417330af6741962003b3930604393c90804d1
      
      * fixups
      
      Change-Id: I0ea82d634bb0c81d9b7dc50569c70988bc8d3a3b
      23ae6027
  14. Jul 12, 2019
  15. Jul 09, 2019
  16. Jul 08, 2019
  17. Jun 28, 2019
    • Simon Lelievre's avatar
      add macvlan cni to kubespray (#4901) · f599c2a6
      Simon Lelievre authored
      * add macvlan cni to kubespray
      
      * macvlan: lint yaml files and fix sample config file
      
      * macvlan: add OWNERS file
      
      * add macvlan to README
      
      * macvlan : CI first shoot
      
      * macvlan : CI add full masquerade
      
      * delegate retrive pod cidr to master only
      
      * macvlan: add config for CI
      
      * macvlan: add netchecker deployment
      f599c2a6
  18. Jun 20, 2019
    • Matthew Mosesohn's avatar
      Enable kubeadm etcd mode (#4818) · 4348e78b
      Matthew Mosesohn authored
      * Enable kubeadm etcd mode
      
      Uses cert commands from kubeadm experimental control plane to
      enable non-master nodes to obtain etcd certs.
      
      Related story: PROD-29434
      
      Change-Id: Idafa1d223e5c6ceadf819b6f9c06adf4c4f74178
      
      * Add validation checks and exclude calico kdd mode
      
      Change-Id: Ic234f5e71261d33191376e70d438f9f6d35f358c
      
      * Move etcd mode test to ubuntu flannel HA job
      
      Change-Id: I9af6fd80a1bbb1692ab10d6da095eb368f6bc732
      
      * rename etcd_mode to etcd_kubeadm_enabled
      
      Change-Id: Ib196d6c8a52f48cae370b026f7687ff9ca69c172
      4348e78b
  19. Jun 11, 2019
  20. Jun 06, 2019
    • Frank Ritchie's avatar
      Make local volume provisioner dir mode a variable (#4821) · ab6f0012
      Frank Ritchie authored
      * Make local volume provisioner dir mode a variable
      
      I need to change this for Nagios monitoring. Others may
      need to as well. Had to close previous commits, sorry for
      the spam.
      
      * Make local volume provisioner dir mode a variable
      
      I need to change this for Nagios monitoring. Others may
      need to as well. Had to close previous commits, sorry for
      the spam.
      ab6f0012
  21. Jun 05, 2019
  22. Jun 04, 2019
  23. May 20, 2019
  24. May 16, 2019
  25. May 04, 2019
  26. May 03, 2019
  27. Apr 29, 2019
  28. Apr 24, 2019
  29. Apr 22, 2019
  30. Apr 19, 2019
  31. Apr 18, 2019
  32. Apr 17, 2019
  33. Apr 15, 2019
Loading