Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions conf/content_host.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ content_host:
container_host: ubi7:latest
rhel7_fips:
vm:
workflow: deploy-base-rhel-fips
workflow: deploy-rhel
deploy_rhel_version: '7'
post_configs:
- fips
Expand All @@ -27,10 +27,9 @@ content_host:
container_host: 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
Expand All @@ -39,10 +38,9 @@ content_host:
container_host: 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
Expand All @@ -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'
Expand Down
Loading