summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2021-06-25 16:23:08 -0400
committerAndre Aranha <afariasa@redhat.com>2022-02-07 16:16:15 +0000
commit9e2618a229f8b1c6065f80736ad45af80a249db6 (patch)
tree0caf82d9365fdefd6ae1526eec44a57cc51ad1ab
parente1ee648fc0936fb7b990b76e336a99586146859b (diff)
downloaddesignate-9e2618a229f8b1c6065f80736ad45af80a249db6.tar.gz
Add fips jobs
Added job to test whether things work when fips is enabled. The job appears to be passing successfully. Change-Id: I43dcc43309b7da8ca077fce2d1950940971a3dbe (cherry picked from commit 604fd8cf7468a54125486e45959f717cf182ece8)
-rw-r--r--.zuul.yaml10
-rw-r--r--playbooks/enable-fips.yaml3
2 files changed, 13 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 41181e8e..8bb5b3c5 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -46,6 +46,14 @@
parent: designate-base
- job:
+ name: designate-bind9-centos8stream-fips
+ parent: designate-bind9
+ nodeset: devstack-single-node-centos-8-stream
+ description: |
+ Functional testing for a FIPS enabled Centos 8 stream system
+ pre-run: playbooks/enable-fips.yaml
+
+- job:
name: designate-pdns4
post-run: playbooks/designate-pdns4/post.yaml
parent: designate-base
@@ -125,6 +133,8 @@
check:
jobs:
- designate-bind9
+ - designate-bind9-centos8stream-fips:
+ voting: false
- designate-pdns4
- designate-grenade-pdns4
- designate-ipv6-only-pdns4
diff --git a/playbooks/enable-fips.yaml b/playbooks/enable-fips.yaml
new file mode 100644
index 00000000..bc1dc04e
--- /dev/null
+++ b/playbooks/enable-fips.yaml
@@ -0,0 +1,3 @@
+- hosts: all
+ roles:
+ - enable-fips