We eagerly announce the release of: ansible-role-atos-hsm 1.0.0: ansible-role-atos-hsm - Ansible role to configure ATOS HSM clients. This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/ansible-role-atos-hsm Download the package from: https://tarballs.openstack.org/ansible-role-atos-hsm/ Please report issues through: https://storyboard.openstack.org/#!/project/1183 For more details, please see below. Changes in ansible-role-atos-hsm v0.1.0..1.0.0 ---------------------------------------------- c5e5b24 Fix linter e51c244 Use underscore instead of dash 5069751 Add HA (load balancing) support 90bb6f6 OpenDev Migration Patch f6f9c3f Add gate config 485a4bb Document role variables and defaults Diffstat (except docs and test files) ------------------------------------- .ansible-lint | 2 + .gitreview | 4 ++ README.rst | 47 ++++++++++++++++++++++ defaults/main.yaml | 2 + handlers/main.yaml | 5 +++ ...high-availability-support-44343eaf5563f5c7.yaml | 12 ++++++ setup.cfg | 16 ++++---- tasks/main.yaml | 45 +++++++++++---------- templates/proteccio.rc.j2 | 17 ++++++++ test-requirements.txt | 2 + tox.ini | 10 +++++ vars.yaml.sample | 12 ++++++ zuul.d/layout.yaml | 11 +++++ 13 files changed, 155 insertions(+), 30 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..89e2495 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,2 @@ +ansible-lint +reno