Skip to content

Commit

Permalink
support for redhat9 fips
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishi Hegde committed Feb 12, 2024
1 parent ba9c00c commit 74df912
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/beaker-hostgenerator/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,15 @@ def osinfo
'platform' => 'el-9-x86_64',
},
},
'redhatfips9-64' => {
general: {
'platform' => 'el-9-x86_64',
'packaging_platform' => 'redhatfips-9-x86_64',
},
vmpooler: {
'template' => 'redhat-fips-9-x86_64',
},
},

Check warning on line 382 in lib/beaker-hostgenerator/data.rb

View check run for this annotation

Codecov / codecov/patch

lib/beaker-hostgenerator/data.rb#L374-L382

Added lines #L374 - L382 were not covered by tests
'redhat9-AARCH64' => {
general: {
'platform' => 'el-9-aarch64',
Expand Down

0 comments on commit 74df912

Please sign in to comment.