From 9e2618a229f8b1c6065f80736ad45af80a249db6 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Fri, 25 Jun 2021 16:23:08 -0400 Subject: [PATCH] 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) --- .zuul.yaml | 10 ++++++++++ playbooks/enable-fips.yaml | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 playbooks/enable-fips.yaml diff --git a/.zuul.yaml b/.zuul.yaml index 41181e8e1..8bb5b3c56 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -45,6 +45,14 @@ post-run: playbooks/designate-bind9/post.yaml 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 @@ -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 000000000..bc1dc04ea --- /dev/null +++ b/playbooks/enable-fips.yaml @@ -0,0 +1,3 @@ +- hosts: all + roles: + - enable-fips