
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>
41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
---
|
|
- job:
|
|
name: kolla-ansible-haproxy-fqdn-base
|
|
parent: kolla-ansible-scenario-base
|
|
voting: false
|
|
files: !inherit
|
|
- ^ansible/roles/haproxy/
|
|
- ^ansible/roles/loadbalancer/
|
|
- ^kolla_ansible/kolla_url.py
|
|
vars:
|
|
external_api_interface_name: vxlan2
|
|
external_api_network_prefix: "192.0.3."
|
|
external_api_network_prefix_length: "24"
|
|
kolla_external_vip_address: "192.0.3.10"
|
|
scenario: haproxy
|
|
|
|
- job:
|
|
name: kolla-ansible-debian-bookworm-haproxy-fqdn
|
|
parent: kolla-ansible-haproxy-fqdn-base
|
|
nodeset: kolla-ansible-debian-bookworm-8GB
|
|
|
|
- job:
|
|
name: kolla-ansible-rocky-10-haproxy-fqdn
|
|
parent: kolla-ansible-haproxy-fqdn-base
|
|
nodeset: kolla-ansible-rocky-10-8GB
|
|
|
|
- job:
|
|
name: kolla-ansible-ubuntu-noble-haproxy-fqdn
|
|
parent: kolla-ansible-haproxy-fqdn-base
|
|
nodeset: kolla-ansible-ubuntu-noble-8GB
|
|
|
|
- project-template:
|
|
name: kolla-ansible-scenario-haproxy-fqdn
|
|
description: |
|
|
Runs Kolla-Ansible HAProxy FQDN scenario jobs.
|
|
check:
|
|
jobs:
|
|
- kolla-ansible-debian-bookworm-haproxy-fqdn
|
|
- kolla-ansible-rocky-10-haproxy-fqdn
|
|
- kolla-ansible-ubuntu-noble-haproxy-fqdn
|