From c9d5eccaad8f05f3a1f38b7f40ee3381b1914e8c Mon Sep 17 00:00:00 2001 From: Roberto Alfieri Date: Sun, 18 Feb 2024 11:10:45 +0100 Subject: [PATCH] Added `check-fips-status` service In order to check the status of FIPS enablement on compute nodes, we need to call the `check_fips_status` playbook added with the related edpm-ansible PR[1] [1] https://github.com/openstack-k8s-operators/edpm-ansible/pull/564 Signed-off-by: Roberto Alfieri --- ...lane_v1beta1_openstackdataplaneservice_fips_status.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/services/dataplane_v1beta1_openstackdataplaneservice_fips_status.yaml diff --git a/config/services/dataplane_v1beta1_openstackdataplaneservice_fips_status.yaml b/config/services/dataplane_v1beta1_openstackdataplaneservice_fips_status.yaml new file mode 100644 index 000000000..b98890661 --- /dev/null +++ b/config/services/dataplane_v1beta1_openstackdataplaneservice_fips_status.yaml @@ -0,0 +1,7 @@ +apiVersion: dataplane.openstack.org/v1beta1 +kind: OpenStackDataPlaneService +metadata: + name: fips-status +spec: + label: fips-status + playbook: osp.edpm.fips_status