tenks/playbooks/tenks-deploy-teardown/templates/requirements-overrides.yml.j2
Will Szumski 9c126332be Do not install Open vSwitch
Open vSwitch packages are no longer present in the default, or EPEL
repoistories. This means there is no clean way to install Open vSwitch
on CentOS. Instead, we should leave it up the user to decide how to
install it.

Change-Id: Ie56296230c9840e542ac70d96dc68c285d198ad6
2019-10-21 16:59:06 +01:00

15 lines
404 B
Django/Jinja

---
# Override these ansible roles to point to the zuul source checkout
# so that we can rely on Depends-On: syntax
- src: git+{{ stackhpc_libvirt_host_src_dir }}/.git
name: stackhpc.libvirt-host
- src: git+{{ stackhpc_libvirt_vm_src_dir }}/.git
name: stackhpc.libvirt-vm
# Roles for CI only
- src: https://github.com/stackhpc/ansible-roles-openvswitch-install
name: fkautz.openvswitch-install