fc1b42c60d
Adds support for using UEFI boot mode for nodes. This is done via node capabilities, as it is in Ironic. The default boot mode is now configurable via the default_boot_mode variable. The default boot mode remains legacy BIOS for now, although this may change. Updates the existing CI jobs, with the OVS jobs using BIOS boot mode, and the linuxbridge jobs using UEFI boot mode. Depends-On: https://github.com/stackhpc/ansible-role-libvirt-vm/pull/83 Depends-On: https://github.com/stackhpc/ansible-role-libvirt-host/pull/50 Depends-On: https://review.opendev.org/c/openstack/kayobe/+/827486 Change-Id: Ifaf95ecfd4f6e925d3c69d4b324fdf2cd6b0ca52
39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
---
|
|
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
|
|
check:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-py36
|
|
- openstack-tox-py37
|
|
- openstack-tox-py38
|
|
- openstack-tox-py39
|
|
- tenks-tox-ansible-lint
|
|
- tenks-deploy-teardown-ovs-bios-centos8s
|
|
- tenks-deploy-teardown-ovs-bios-ubuntu
|
|
- tenks-deploy-teardown-linuxbridge-uefi-centos8s
|
|
- tenks-deploy-teardown-linuxbridge-uefi-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-centos8s
|
|
gate:
|
|
queue: tenks
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-py36
|
|
- openstack-tox-py37
|
|
- openstack-tox-py38
|
|
- openstack-tox-py39
|
|
- tenks-tox-ansible-lint
|
|
- tenks-deploy-teardown-ovs-bios-centos8s
|
|
- tenks-deploy-teardown-ovs-bios-ubuntu
|
|
- tenks-deploy-teardown-linuxbridge-uefi-centos8s
|
|
- tenks-deploy-teardown-linuxbridge-uefi-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-centos8s
|