Skip to content
Snippets Groups Projects
  1. May 14, 2024
  2. May 06, 2024
  3. May 03, 2024
  4. Mar 14, 2024
  5. Feb 19, 2024
  6. Jan 22, 2024
    • Kri5's avatar
      Allow vagrant directory location to be configurable (#10718) · fd6bb0f7
      Kri5 authored
      In the case were vagrant is not invoked directly from the repository,
      but from another location, and the Vagrantfile is "included" into
      another, we need to be able to specify where the location of the vagrant
      directory is, as of now it's hardcoded relative to the Vagrantfile
      location. This commit fix it.
      fd6bb0f7
  7. Jan 11, 2024
  8. Aug 08, 2023
  9. Jun 27, 2023
  10. May 25, 2023
  11. Apr 12, 2023
  12. Apr 11, 2023
  13. Mar 06, 2023
  14. Jan 27, 2023
  15. Aug 15, 2022
  16. Jul 22, 2022
  17. Jul 05, 2022
  18. 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.
      c2fb1a07
  19. Mar 31, 2022
  20. Mar 26, 2022
  21. Mar 22, 2022
  22. 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
      dd2d95ec
  23. Jan 25, 2022
  24. Jan 05, 2022
  25. Dec 01, 2021
  26. Nov 26, 2021
  27. 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
      e78bda65
  28. May 28, 2021
  29. 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
      360aff4a
  30. Mar 24, 2021
  31. Mar 17, 2021
  32. Feb 05, 2021
  33. Jan 14, 2021
  34. Dec 01, 2020
  35. Nov 24, 2020
  36. Oct 13, 2020
  37. Sep 07, 2020
Loading