9c126332be
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
15 lines
404 B
Django/Jinja
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
|