ced8a4a528
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
34 lines
1.2 KiB
YAML
34 lines
1.2 KiB
YAML
---
|
|
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- openstack-python3-ussuri-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
|
|
check:
|
|
jobs:
|
|
- tenks-tox-ansible-lint
|
|
- tenks-deploy-teardown-ovs-centos7
|
|
- tenks-deploy-teardown-ovs-centos8
|
|
- tenks-deploy-teardown-ovs-ubuntu
|
|
- tenks-deploy-teardown-linuxbridge-centos7
|
|
- tenks-deploy-teardown-linuxbridge-centos8
|
|
- tenks-deploy-teardown-linuxbridge-ubuntu
|
|
# Until we have ironic jobs using tenks, gate on the kayobe overcloud
|
|
# deploy job, which uses tenks to test bare metal compute provisioning.
|
|
- kayobe-overcloud-centos8
|
|
gate:
|
|
queue: tenks
|
|
jobs:
|
|
- tenks-tox-ansible-lint
|
|
- tenks-deploy-teardown-ovs-centos7
|
|
- tenks-deploy-teardown-ovs-centos8
|
|
- tenks-deploy-teardown-ovs-ubuntu
|
|
- tenks-deploy-teardown-linuxbridge-centos7
|
|
- tenks-deploy-teardown-linuxbridge-centos8
|
|
- tenks-deploy-teardown-linuxbridge-ubuntu
|
|
# Until we have ironic jobs using tenks, gate on the kayobe overcloud
|
|
# deploy job, which uses tenks to test bare metal compute provisioning.
|
|
- kayobe-overcloud-centos8
|