tenks/zuul.d/jobs.yaml
Mark Goddard ced8a4a528 Support linux bridge in addition to OVS
While OVS was used initially due to availability of a
networking-generic-switch driver for it, Linux bridge can be useful for
environments where OVS is not available.

This is configured via bridge_type variable. It defaults to
'openvswitch', but may be set to 'linuxbridge'.

Change-Id: I750a73cebc743edcbcd8c23c67e4920d0058bead
2020-03-13 11:12:37 +00:00

46 lines
1.1 KiB
YAML

---
- job:
name: tenks-tox-ansible-lint
description: |
Tox job that runs ansible-lint
parent: openstack-tox
vars:
tox_envlist: alint
- job:
name: tenks-deploy-teardown-ovs-centos7
parent: tenks-deploy-teardown-ovs-base
nodeset: centos-7
required-projects:
- name: openstack/requirements
override-checkout: stable/train
- job:
name: tenks-deploy-teardown-ovs-centos8
parent: tenks-deploy-teardown-ovs-base
nodeset: centos-8
- job:
name: tenks-deploy-teardown-ovs-ubuntu
parent: tenks-deploy-teardown-ovs-base
nodeset: ubuntu-bionic
- job:
name: tenks-deploy-teardown-linuxbridge-centos7
parent: tenks-deploy-teardown-linuxbridge-base
nodeset: centos-7
required-projects:
- name: openstack/requirements
override-checkout: stable/train
- job:
name: tenks-deploy-teardown-linuxbridge-centos8
parent: tenks-deploy-teardown-linuxbridge-base
nodeset: centos-8
- job:
name: tenks-deploy-teardown-linuxbridge-ubuntu
parent: tenks-deploy-teardown-linuxbridge-base
nodeset: ubuntu-bionic