diff options
author | Markos Chandras <mchandras@suse.de> | 2017-06-13 10:32:39 +0100 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-08-11 12:56:12 -0700 |
commit | aca10dfcb31bca73e7336d1553e1b48458bfcf66 (patch) | |
tree | 9775ff2d78328fe0f516bb9b2eee22378aa66e76 /xci | |
parent | 2ac3ced9a6d03fa4c9aae38c75aad9ed4d687181 (diff) |
prototypes: xci: Add 'ansible-hardening' role to the requirements file
Upstream commit 2798cf403c47d165cd8d34d7888990dce1f827f8 ("Use new
ansible-hardening role") added the new 'ansible-hardening' role to the
ansible-role-requirements.yml file and as such we also need to take that
into consideration. The sha hash does not matter much at this point
since it will be fixed the next time we tag all the roles.
Change-Id: I5444af948e2b83de49863e7e28f3918fed88c90d
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci')
-rw-r--r-- | xci/file/ansible-role-requirements.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xci/file/ansible-role-requirements.yml b/xci/file/ansible-role-requirements.yml index 842bcc44..5a96e2a8 100644 --- a/xci/file/ansible-role-requirements.yml +++ b/xci/file/ansible-role-requirements.yml @@ -9,6 +9,10 @@ ############################################################################## # these versions are extracted based on the osa commit d9e1330c7ff9d72a604b6b4f3af765f66a01b30e on 04.04.2017 # https://review.openstack.org/gitweb?p=openstack/openstack-ansible.git;a=commit;h=d9e1330c7ff9d72a604b6b4f3af765f66a01b30e +- name: ansible-hardening + scm: git + src: https://git.openstack.org/openstack/ansible-hardening + version: 051fe3195f59d1ee8db06fca5d2cce7a25e58861 - name: apt_package_pinning scm: git src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning |