From c1a826ac2c819a121e4da40e34a6b190d9b5acce Mon Sep 17 00:00:00 2001
From: "Dr. Jens Harbott" <harbott@osism.tech>
Date: Fri, 14 Oct 2022 14:15:05 +0200
Subject: [PATCH] Migrate Designate jobs to run on Ubuntu 22.04 (Jammy)

This matches the currently supported LTS platform according to the TC.

Change-Id: I7a5d2fce52841ab057ef1678c6cfb96205033101
---
 .zuul.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.zuul.yaml b/.zuul.yaml
index 87c1dc8d7..3c2bd1b9d 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,6 +1,7 @@
 - job:
     name: designate-base
     parent: devstack-tempest
+    nodeset: openstack-single-node-jammy
     vars: &base_vars
       devstack_localrc:
         DESIGNATE_SERVICE_PORT_DNS: 5322
@@ -35,6 +36,7 @@
 - job:
     name: designate-base-ipv6-only
     parent: devstack-tempest-ipv6
+    nodeset: openstack-single-node-jammy
     description: |
       Designate devstack-tempest base job for IPv6-only deployment
     irrelevant-files: *base_irrelevant_files