From b2913f319745cb8bf65aa96f05a3c77b8c38851d Mon Sep 17 00:00:00 2001 From: Gaurav Talreja Date: Tue, 7 Jul 2026 13:53:04 +0530 Subject: [PATCH] Update FIPs deploy workflow in content_host config template (#22057) * Update FIPs deploy workflow in content_host config template * Update RHEL7 config to include FIPS post_configs Added post_configs for RHEL7 FIPS config back as it has limitation from image-builder end (cherry picked from commit d63d5edf883f32dddf35a393fb4989974377fb0a) --- conf/content_host.yaml.template | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/conf/content_host.yaml.template b/conf/content_host.yaml.template index 8fd28fd5070..97fb126258b 100644 --- a/conf/content_host.yaml.template +++ b/conf/content_host.yaml.template @@ -15,7 +15,7 @@ content_host: container_host: localhost/ubi7:latest rhel7_fips: vm: - workflow: deploy-base-rhel-fips + workflow: deploy-rhel deploy_rhel_version: '7' post_configs: - fips @@ -27,10 +27,9 @@ content_host: container_host: localhost/ubi8:latest rhel8_fips: vm: - workflow: deploy-base-rhel-fips + workflow: deploy-rhel deploy_rhel_version: '8' - post_configs: - - fips + deploy_fips: true rhel9: vm: workflow: deploy-rhel @@ -39,10 +38,9 @@ content_host: container_host: localhost/ubi9:latest rhel9_fips: vm: - workflow: deploy-base-rhel-fips + workflow: deploy-rhel deploy_rhel_version: '9' - post_configs: - - fips + deploy_fips: true rhel10: vm: workflow: deploy-rhel @@ -51,8 +49,9 @@ content_host: container_host: localhost/ubi10:latest rhel10_fips: vm: - workflow: deploy-base-rhel-fips + workflow: deploy-rhel deploy_rhel_version: '10' + deploy_fips: true centos7: vm: deploy_rhel_version: '7'