From 9ac645806613710ab03da7e1841537d1d28a6e8f Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Tue, 21 Jun 2022 17:51:40 +0000 Subject: [PATCH] Fix FIPS job - nslookup_target This patch sets a zuul variable "nslookup_target" to 'opendev.org' to fix the FIPS jobs due to a new zuul-job change[1]. [1] https://review.opendev.org/c/zuul/zuul-jobs/+/844704 Change-Id: Ic6b3a3c6d2f5b648f00813191c30d03132e31503 --- .zuul.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 2982c8bc0..d2d8c64f1 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -51,8 +51,10 @@ parent: designate-bind9 nodeset: devstack-single-node-centos-9-stream description: | - Functional testing for a FIPS enabled Centos 8 stream system + Functional testing for a FIPS enabled Centos 9 stream system pre-run: playbooks/enable-fips.yaml + vars: + nslookup_target: 'opendev.org' - job: name: designate-bind9-scoped-tokens