Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Add FIPS mode support to Faros #143

Merged
merged 9 commits into from
Jul 1, 2021
Prev Previous commit
Next Next commit
Change FIPS mode to boolean
  • Loading branch information
aarongreen85 authored Jun 28, 2021
commit 5df246c721b42e84f9e2b5d8c3b53dc033a250bc
2 changes: 1 addition & 1 deletion app/playbooks/config.d/cluster/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, path, footer, rtr_interfaces):
self.cluster = ParameterCollection('cluster', 'Cluster Configuration', [
PasswordParameter('ADMIN_PASSWORD', 'Adminstrator Password'),
PasswordParameter('PULL_SECRET', 'Pull Secret'),
Parameter('FIPS_MODE', 'Fips Mode')
BooleanParameter('FIPS_MODE', 'FIPS Mode', 'False')
])
self.architecture = ParameterCollection('architecture', 'Host Record Configuration', [
StaticParameter('MGMT_PROVIDER', 'Machine Management Provider', 'ilo'),
Expand Down