Skip to content
Snippets Groups Projects
  1. Apr 12, 2023
  2. Apr 11, 2023
  3. Mar 06, 2023
  4. Jan 27, 2023
  5. Aug 15, 2022
  6. Jul 22, 2022
  7. Jul 05, 2022
  8. Apr 09, 2022
    • Kenichi Omichi's avatar
      Add VAGRANT_ANSIBLE_TAGS for normal deployment (#8697) · c2fb1a07
      Kenichi Omichi authored
      Current ansible.tags 'facts' is for skipping actual Kubespray deployment
      at vagrant CI because the deployment takes much time. However the static
      'facts' skips the deployment for normal usage of vagrant also.
      That causes confusions.
      
      This adds VAGRANT_ANSIBLE_TAGS to skip the deployment for vagrant CI.
      Unverified
      c2fb1a07
  9. Mar 31, 2022
  10. Mar 26, 2022
  11. Mar 22, 2022
  12. Mar 18, 2022
    • Cristian Calin's avatar
      [calico] don't enable ipip encapsulation by default and use vxlan in CI (#8434) · dd2d95ec
      Cristian Calin authored
      * [calico] make vxlan encapsulation the default
      
      * don't enable ipip encapsulation by default
      * set calico_network_backend by default to vxlan
      * update sample inventory and documentation
      
      * [CI] pin default calico parameters for upgrade tests to ensure proper upgrade
      
      * [CI] improve netchecker connectivity testing
      
      * [CI] show logs for tests
      
      * [calico] tweak task name
      
      * [CI] Don't run the provisioner from vagrant since we run it in testcases_run.sh
      
      * [CI] move kube-router tests to vagrant to avoid network connectivity issues during netchecker check
      
      * service proxy mode still fails connectivity tests so keeping it manual mode
      
      * [kube-router] account for containerd use-case
      Unverified
      dd2d95ec
  13. Jan 25, 2022
  14. Jan 05, 2022
  15. Dec 01, 2021
  16. Nov 26, 2021
  17. Nov 25, 2021
    • Cristian Calin's avatar
      Defaults: replace docker with containerd as our default container_manager (#8175) · e78bda65
      Cristian Calin authored
      * Defaults: replace docker with containerd as our default container_manager
      
      * CI: Use docker for download_localhost test
      
      * Defaults: with container_manager=containerd we need etcd_deployment_type=host
      
      * CI: Run weave jobs with docker
      
      * CI: Vagrant don't download_force_cache
      
      * CI: Fix upgrade tests
      
      * should run compatible with old settings, this means docker
      * we need to run with a distro that has at least modern containerd,
        this means move from debian9 to debian10 to allow `containerd_version`
        to match between 2.17 and master
      Unverified
      e78bda65
  18. May 28, 2021
  19. Apr 29, 2021
    • Cristian Calin's avatar
      Rename ansible groups to use _ instead of - (#7552) · 360aff4a
      Cristian Calin authored
      * rename ansible groups to use _ instead of -
      
      k8s-cluster -> k8s_cluster
      k8s-node -> k8s_node
      calico-rr -> calico_rr
      no-floating -> no_floating
      
      Note: kube-node,k8s-cluster groups in upgrade CI
            need clean-up after v2.16 is tagged
      
      * ensure old groups are mapped to the new ones
      Unverified
      360aff4a
  20. Mar 24, 2021
  21. Mar 17, 2021
  22. Feb 05, 2021
  23. Jan 14, 2021
  24. Dec 01, 2020
  25. Nov 24, 2020
  26. Oct 13, 2020
  27. Sep 07, 2020
  28. Aug 28, 2020
  29. Jul 31, 2020
  30. Jun 22, 2020
    • Pasquale Toscano's avatar
      Add support for Kata Containers (#6256) · 8f5c4dcd
      Pasquale Toscano authored
      * Install Kata Containers as additional container runtime
      
      * Create RuntimeClasses for Kata Containers
      
      * Updated Vagrant to optionally run without Docker as container manager
      
      * Updated Vagrant to optionally use Libvirt nested virtualization
      
      * Add Kata Containers documentation
      
      * Fix lint errors
      
      * Add kata_containers_enabled to kubespray-defaults
      
      * Fixed typo error
      
      * Fixed typo error
      Unverified
      8f5c4dcd
  31. Jun 17, 2020
  32. Jun 12, 2020
  33. May 28, 2020
  34. May 13, 2020
  35. Apr 29, 2020
  36. Apr 28, 2020
  37. Apr 18, 2020
Loading