redhat-cop / osia

Tool for reliable automated deployments of OpenShift Container Platform 4.x into OpenStack and AWS.
https://osia-python.rtfd.io
Apache License 2.0
12 stars 12 forks source link

Fix FIPS enabled cluster operations #83

Open mdujava opened 2 weeks ago

mdujava commented 2 weeks ago

Make sure host system is FIPS enabled and proper installer is downloaded

mdujava commented 1 week ago

Added reason of removal of FIPS requirement back to the code comment. As well as moved check for FIPS status of rhel into the _resolve_installer function, since _exec_delete_cluster will call it always with enable_fips=None