Set "self.fips" before use and allow False value#761
Conversation
|
Report bugs in Issues The following are automatically added:
Available user actions:
Supported /retest check runs
Supported labels
|
|
ILpinto can not be added as reviewer. 422 {"message": "Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the RedHatQE/openshift-cli-installer repository.", "documentation_url": "https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request", "status": "422"} |
|
/verified |
for more information, see https://pre-commit.ci
|
ILpinto can not be added as reviewer. 422 {"message": "Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the RedHatQE/openshift-cli-installer repository.", "documentation_url": "https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request", "status": "422"} |
|
ILpinto can not be added as reviewer. 422 {"message": "Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the RedHatQE/openshift-cli-installer repository.", "documentation_url": "https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request", "status": "422"} |
|
/verified |
|
ILpinto can not be added as reviewer. 422 {"message": "Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the RedHatQE/openshift-cli-installer repository.", "documentation_url": "https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request", "status": "422"} |
|
/verified |
|
New container for quay.io/redhat_msi/openshift-cli-installer:latest published |
This PR resolves the following error:
Which occurs when using
--destroy-clusters-from-install-data-directory(for example):The var
self.user_input.destroy_from_s3_bucket_or_local_directoryis being set and the function _ipi_download_installer (triggered here) usesself.fipsbefore set.Also, this PR allows
self.fipsto be set toFalse, which may happen when user input includesfips=false;..in the cluster config, instead of just checking for existence.