ironic/releasenotes/notes/anaconda-permit-cert-validation-disable-6611d3cb9401031d.yaml
Julia Kreger e75626392b CI: anaconda: permit tls certificate validation bypass
The stock anaconda template previously lacked any ability
to indicate "don't validate the tls certificate".

The capability for the installation to operate *without*
requiring this to be the case is necessary for efficient
and simple CI testing as injecting CA certificates is
an overly complex interaction for CI testing.

Also updates the overall anaconda documentation to indicate
the constraint exists, but does not indicate explicitly how
to disable the setting via ironic.conf.

Change-Id: Ia8e4320cbedb205ab183af121da53562792a8faa
2022-08-17 12:59:32 -07:00

9 lines
372 B
YAML

---
fixes:
- |
Adds a configuration option, ``[anaconda]insecure_heartbeat`` to allow
for TLS certificate validation to be disabled in the ``anaconda``
deployment interface, which is needed for continious integration to
be able to be performed without substantial substrate image customization.
This option is *not* advised for any production usage.