PEADM Incompatible with FIPS Image
helloitszak opened this issue · 1 comments
helloitszak commented
Describe the Bug
PEADM isn't able to install the FIPS Image of PE.
The logic in peadm that determines the version in https://github.com/puppetlabs/puppetlabs-peadm/blob/main/tasks/precheck.sh doesn't account for FIPS
The PE Installer script uses different logic to determine which version is valid and they don't match
Expected Behavior
PEADM accurately detects the host is FIPS and deploys the FIPS image of PE.
Steps to Reproduce
- Attempt to install PE on a RHEL 7 FIPS Image
- PEADM Downloads the non-FIPS RHEL Image
- PE Installer refuses to install a non-FIPS Image on a FIPS system
Environment
- RHEL 7 FIPS
nigelkersten commented
linked to SOLARCH-901