
CephAdm, Octavia, OVN and NFV jobs are not added here, because these rely on Valkey/Redis available. Ironic jobs are not added, because ipxe.efi is not packaged in EL10 and needs a followup patch. Let's Encrypt jobs are also not added, due to ssl certificate validation errors. Depends-On: https://review.opendev.org/c/openstack/kolla/+/956554 Depends-On: https://review.opendev.org/c/openstack/ansible-collection-kolla/+/961237 Change-Id: I51823808c4e4ac08ae8f080aacf6a3759589571d Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
---
|
|
- job:
|
|
name: kolla-ansible-magnum-base
|
|
parent: kolla-ansible-scenario-base
|
|
voting: false
|
|
files: !inherit
|
|
- ^ansible/roles/(designate|magnum|trove)/
|
|
- ^tests/test-dashboard.sh
|
|
- ^tests/test-magnum.sh
|
|
vars:
|
|
scenario: magnum
|
|
scenario_images_extra:
|
|
- ^designate
|
|
- ^magnum
|
|
- ^trove
|
|
# TODO: Remove after adding TLS support for Trove
|
|
tls_enabled: false
|
|
|
|
- job:
|
|
name: kolla-ansible-debian-bookworm-magnum
|
|
parent: kolla-ansible-magnum-base
|
|
nodeset: kolla-ansible-debian-bookworm-8GB
|
|
|
|
- job:
|
|
name: kolla-ansible-rocky-10-magnum
|
|
parent: kolla-ansible-magnum-base
|
|
nodeset: kolla-ansible-rocky-10-8GB
|
|
|
|
- job:
|
|
name: kolla-ansible-ubuntu-noble-magnum
|
|
parent: kolla-ansible-magnum-base
|
|
nodeset: kolla-ansible-ubuntu-noble-8GB
|
|
|
|
- project-template:
|
|
name: kolla-ansible-scenario-magnum
|
|
description: |
|
|
Runs Kolla-Ansible Magnum scenario jobs.
|
|
check:
|
|
jobs:
|
|
- kolla-ansible-debian-bookworm-magnum
|
|
- kolla-ansible-rocky-10-magnum
|
|
- kolla-ansible-ubuntu-noble-magnum
|