CI: Change standalone jobs over to OVN

It seems dnsmasq is back to crashing.

neutron-dhcp-agent[62018]: ERROR neutron.agent.linux.external_process [-]
dnsmasq for dhcp with uuid 1fc184a0-e8c6-47a6-86fe-0291bc22017f not found.
The process should not have died

Instead of routing around by messing with the dnsmasq version now,
just give OVN a spin.

Change-Id: I222ffffacfc0968e23b4ae7f4c33ec5808136694
This commit is contained in:
Julia Kreger 2025-03-04 06:48:35 -08:00
parent 8e4d6f3912
commit 3ac02101cf

View File

@ -214,6 +214,12 @@
# a small root partition, so use /opt which is mounted from a bigger
# ephemeral partition on such nodes
LIBVIRT_STORAGE_POOL_PATH: /opt/libvirt/images
Q_AGENT: ovn
Q_ML2_TENANT_NETWORK_TYPE: vlan
Q_ML2_PLUGIN_MECHANISM_DRIVERS: ovn
ENABLE_CHASSIS_AS_GW: True
ML2_L3_PLUGIN: "ovn-router,trunk"
OVN_DBS_LOG_LEVEL: dbg
devstack_services:
n-api: False
n-api-meta: False
@ -227,6 +233,12 @@
s-container: False
s-object: False
s-proxy: False
q-agt: False
q-dhcp: False
q-l3: False
ovn-controller: True
ovn-northd: True
q-ovn-metadata-agent: True
- job:
name: ironic-standalone-redfish