From ee2f98d31dd4a08e6ae7b0c7ecad297b6a51c1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douglas=20Mendiz=C3=A1bal?= Date: Wed, 16 Jan 2019 14:02:16 -0600 Subject: [PATCH] Add Ansible roles for managing HSM software This patch adds two Ansible roles used to manage client software for Hardware Security Modules (HSMs). These roles are used in TripleO to install HSM client software on controller nodes to enable the PKCS#11 backend for Barbican. Change-Id: I9195626ea987606400f2e68bfe43ab917b4191dd Depends-On: Ifd7a46da84fb81eeff7ce2e935cc39007dddbf76 --- reference/projects.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reference/projects.yaml b/reference/projects.yaml index 01d6138a4..a92b113a2 100644 --- a/reference/projects.yaml +++ b/reference/projects.yaml @@ -2581,11 +2581,13 @@ OpenStackAnsible: - openstack/openstack-ansible openstack-ansible-roles: repos: + - openstack/ansible-role-atos-hsm - openstack/ansible-role-qdrouterd - openstack/ansible-role-python_venv_build - openstack/ansible-role-systemd_mount - openstack/ansible-role-systemd_networkd - openstack/ansible-role-systemd_service + - openstack/ansible-role-thales-hsm - openstack/ansible-hardening - openstack/openstack-ansible-apt_package_pinning - openstack/openstack-ansible-ceph_client