Skip to content

Commit

Permalink
Merge pull request #16548 from jlausuch/containers_hdd_fips
Browse files Browse the repository at this point in the history
Containers: add fips setup to HDD host creation
  • Loading branch information
mloviska authored Mar 7, 2023
2 parents 93cded0 + 2673034 commit 1a0b5e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schedule/containers/create_hdd_autoyast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ conditional_schedule:
ARCH:
's390x':
- shutdown/svirt_upload_assets
fips:
FIPS:
'1':
- fips/fips_setup
schedule:
- autoyast/prepare_profile
- installation/bootloader_start
Expand All @@ -22,6 +26,7 @@ schedule:
- autoyast/save_y2logs
- '{{grub_set_bootargs}}'
- containers/install_updates
- '{{fips}}'
- shutdown/cleanup_before_shutdown
- shutdown/shutdown
- '{{svirt_upload_assets}}'

0 comments on commit 1a0b5e2

Please sign in to comment.