summaryrefslogtreecommitdiff
path: root/playbooks/enable-fips.yaml
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2023-03-26 15:52:30 +0200
committerAde Lee <alee@redhat.com>2023-04-17 08:44:37 +0000
commite64f4c2b07e048ea77d08a29b7afbd17448abc32 (patch)
treefdc310e7ce60eecccd0c9bdd11ee1db4e9cb2b64 /playbooks/enable-fips.yaml
parent3c7eebaaf35c9e8a3f00c76cd1741457bdec9fab (diff)
downloadtempest-e64f4c2b07e048ea77d08a29b7afbd17448abc32.tar.gz
Simplify definition of fips jobs
With the new base jobs, it is no longer necessary to define a pre-run playbook. You simply need to set enable_fips to True and specify an nslookup_target. This will set things up to use ubuntu jobs when FIPS is supported on jammy Depends-On: https://review.opendev.org/c/openstack/devstack/+/871606 Change-Id: I1c02c4817a39d26e94873831801089d1aa86133c
Diffstat (limited to 'playbooks/enable-fips.yaml')
-rw-r--r--playbooks/enable-fips.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/playbooks/enable-fips.yaml b/playbooks/enable-fips.yaml
deleted file mode 100644
index c8f042dba..000000000
--- a/playbooks/enable-fips.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-- hosts: all
- tasks:
- - include_role:
- name: enable-fips