Add fips jobs

Added job to test whether things work when fips is enabled.
The job appears to be passing successfully.

Change-Id: I43dcc43309b7da8ca077fce2d1950940971a3dbe
This commit is contained in:
Ade Lee 2021-06-25 16:23:08 -04:00 committed by Michael Johnson
parent 77f2396342
commit 604fd8cf74
2 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,3 @@
- hosts: all
roles:
- enable-fips