Skip to content

Commit

Permalink
openshift: support fips mode
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Apr 27, 2020
1 parent 31fae54 commit f5def6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions kvirt/openshift/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def create(config, plandir, cluster, overrides):
'macosx': False,
'upstream': False,
'baremetal': False,
'fips': False,
'minimal': False}
data.update(overrides)
ipv6 = data['ipv6']
Expand Down
3 changes: 3 additions & 0 deletions kvirt/openshift/install-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
apiVersion: v1
{%- if fips %}
fips: True
{%- endif %}
baseDomain: {{ domain }}
compute:
- name: worker
Expand Down

0 comments on commit f5def6e

Please sign in to comment.