1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

5 Commits

Author SHA1 Message Date
Pierre Prinetti
b60071f07f openstack: Fix invalid certs script for non-HTTPS endpoints
Fix a syntax error in the validation script. Before this change, the
script would not detect, and thus error, on an endpoint with a schema
that is not HTTP and not HTTPS.
2023-03-31 17:32:40 +02:00
Pierre Prinetti
f56223f2d9 openstack: Only check HTTPS certs on public endpoints
Before this change the validation steps, and the script, assumed that
`internal` and `admin` OpenStack endpoints were always reachable. With
this change, the manual steps and the script are amended to only check
the validity of HTTPS certificates on the `public` endpoints of the
OpenStack catalog.
2023-03-31 17:27:47 +02:00
Pierre Prinetti
2ca646e2c9 openstack: Provide manual instructions for invalid certificates
Provide manual instructions to check the HTTPS certificates of the
OpenStack endpoints for systems where the required tools for the
provided script aren't available.
2023-03-21 15:58:23 +01:00
Pierre Prinetti
f292bcc108 openstack: Fix invalid-https-certificate detection
Fix the reference to an unbound variable; avoid incrementing the invalid
certificate counter in a subshell.
2022-01-25 09:31:25 +01:00
Pierre Prinetti
32afc66b94 openstack: Document legacy HTTPS cert validation
Provide a script to validate the OpenStack endpoints, to be run before
installing or upgrading to OpenShift v4.10.
2022-01-18 10:43:31 +01:00