-
Bug
-
Resolution: Done
-
Major
-
4.21
This is a clone of issue OCPBUGS-65969. The following is the description of the original issue:
—
Description of problem:
The current default IRONIC_CACERT_FILE=/certs/ca/ironic/tls.crt is a readOnly path in ironic-image, which will fail when we copy the cert file to cacert file to cover for self-signed certs scenario, link - https://github.com/openshift/ironic-image/blob/main/scripts/tls-common.sh#L69-L70.
So, setting the default under CUSTOM_CONFIG_DIR=/conf, IRONIC_CACERT_FILE=/conf/certs/ca/ironic/tls.crt, should fix the problem.
- clones
-
OCPBUGS-65969 Set the tls cacert path to writable mount when the IRONIC_CACERT_FILE is unset
-
- Verified
-
- is blocked by
-
OCPBUGS-65969 Set the tls cacert path to writable mount when the IRONIC_CACERT_FILE is unset
-
- Verified
-
- links to