Merge "Add fips jobs"

This commit is contained in:
Zuul 2021-11-22 20:10:24 +00:00 committed by Gerrit Code Review
commit bee8dc032e
2 changed files with 13 additions and 0 deletions

View File

@ -46,6 +46,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
@ -126,6 +134,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