Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to specify during installation that FIPS has to be enabled #37

Closed
vu3oim opened this issue Sep 20, 2022 · 2 comments
Closed

How to specify during installation that FIPS has to be enabled #37

vu3oim opened this issue Sep 20, 2022 · 2 comments

Comments

@vu3oim
Copy link

vu3oim commented Sep 20, 2022

As per the AI interface definitions =>
https://raw.githubusercontent.com/openshift/assisted-service/master/swagger.yaml

following is said =>
install_config_overrides:
x-go-custom-tag: gorm:"type:text"
type: string
description: JSON-formatted string containing the user overrides for the install-config.yaml file.
example: '{"networking":{"networkType": "OVNKubernetes"},"fips":true}'

In our installations, we want to set fips=true.
How can this be set via aicli?

We tried with the following cluster_parameters.yaml while cluster creation, but FIPS is not getting enabled.

pull_secret: /home/pull-secret.txt
additional_ntp_source: 110.18.4.4
high_availability_mode: Full
schedulable_masters: true
api_vip: 100.193.65.196
ingress_vip: 100.193.65.197
vip_dhcp_allocation: false
openshift_version: "4.10"
base_dns_domain: dyn..net
ssh_public_key: "ecdsa-sha2-nistp521 AAAAE2VjZH"
network_type: OVNKubernetes

machine_networks:

  • cidr: 100.193.65.192/27
  • cidr: 5A00:8A00:4000:020c:0000:0000:0146:0000/112
    service_networks:
  • 172.30.0.0/16
  • fd03::/112
    cluster_networks:
  • cidr: 10.128.0.0/14
    hostPrefix: 23
  • cidr: fd02::/48
    hostPrefix: 64
    installconfig:
    platform:
    none: {}
    ignition_config_override: '{"ignition": {"version": "3.2.0"}, "storage": {"files":[{"path": "/etc/pki/ca-trust/source/anchors/reg_ca.pem", "mode": 420, "overwrite":true,"user": { "name": "root"},"contents": {"source": "data:text/plain;base64,xyz'
    fips: true
@karmab
Copy link
Owner

karmab commented Sep 21, 2022

added in 4d613b0
so that it's enough to set fips: true in your paramfile
Note that you could have used something like
install_config: '{"networking":{"networkType": "OVNKubernetes"},"fips":true}'

@karmab karmab closed this as completed Sep 21, 2022
@vu3oim
Copy link
Author

vu3oim commented Sep 21, 2022

Thanks that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants