ansible-role-atos-hsm/releasenotes/notes/add-high-availability-support-44343eaf5563f5c7.yaml
Douglas Mendizábal 1269408d68 Add HA (load balancing) support
This patch add support for configuring proteccio to use
more than one HSM.  When more than one HSM is provided
the proteccio client is configured for High Availability (HA).

This patch changes the format of the variables and should
be released as a new major version. (e.g. 1.0.0).

Change-Id: Ib9989ee72a67f71275e31b966bff7673072fb3f8
(cherry picked from commit 5069751256fb218d56ce1f30552de678bd56b48a)
2020-03-18 20:06:43 +00:00

13 lines
505 B
YAML

---
features:
- |
This version adds support for using more than one ATOS HSM in High
Availability mode. There is a new variable `atos_hsms` that accepts
a list of HSM IP addresses and associated Certificates. See
`vars.yaml.sample` for an example.
deprecations:
- |
Two variables have been deprecated: `atos_hsm_ip_address` and
`atos_server_cert_location`. You should use the new `atos_hsms` list
to specify these values instead. See `vars.yaml.sample` for an example.