You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
469 B

  1. # Test spec file: used from ./run-test-distros.sh, will run
  2. # each distro in $DISTROS overloading main kubespray ansible-playbook run
  3. # Get all DISTROS from distro.yaml (shame no yaml parsing, but nuff anyway)
  4. # DISTROS="${*:-$(egrep -o '^ \w+' group_vars/all/distro.yaml|paste -s)}"
  5. DISTROS=(debian ubuntu centos fedora)
  6. # Each line below will be added as --extra-vars to main playbook run
  7. EXTRAS=(
  8. 'kube_network_plugin=calico'
  9. 'kube_network_plugin=weave'
  10. )