Skip to content
Snippets Groups Projects
  1. May 06, 2024
  2. May 03, 2024
  3. Mar 14, 2024
  4. Feb 19, 2024
  5. 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.
      Unverified
      fd6bb0f7
  6. Jan 11, 2024
  7. Aug 08, 2023
  8. Jun 27, 2023
  9. May 25, 2023
  10. Apr 12, 2023
  11. Apr 11, 2023
  12. Mar 06, 2023
  13. Jan 27, 2023
  14. Aug 15, 2022
  15. Jul 22, 2022
  16. Jul 05, 2022
  17. 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
  18. Mar 31, 2022
  19. Mar 26, 2022
  20. Mar 22, 2022
  21. 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
  22. Jan 25, 2022
  23. Jan 05, 2022
  24. Dec 01, 2021
  25. Nov 26, 2021
  26. 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
  27. May 28, 2021
  28. 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
  29. Mar 24, 2021
  30. Mar 17, 2021
  31. Feb 05, 2021
  32. Jan 14, 2021
  33. Dec 01, 2020
  34. Nov 24, 2020
  35. Oct 13, 2020
  36. Sep 07, 2020
  37. Aug 28, 2020
  38. Jul 31, 2020
Loading