From 90c5cca11e9c54d194fa8ebf21fec8ef9f9e0ed6 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 15 May 2018 16:28:22 +0100 Subject: [PATCH] Add openstack_openrc role to common test requirements With https://review.openstack.org/568139 merging this is now a common requirement, so ensure that all roles have it. The roles are also re-arranged alphanumerically by name. Change-Id: I7b21971eeb0dbf9f4190b5a76afaa04c1bf9db45 --- test-ansible-role-requirements.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/test-ansible-role-requirements.yml b/test-ansible-role-requirements.yml index adbfb12a..13d7984c 100644 --- a/test-ansible-role-requirements.yml +++ b/test-ansible-role-requirements.yml @@ -1,6 +1,10 @@ --- -- name: systemd_service - src: https://git.openstack.org/openstack/ansible-role-systemd_service +- name: openstack_openrc + scm: git + src: https://git.openstack.org/openstack/openstack-ansible-openstack_openrc + version: master +- name: python_venv_build + src: https://git.openstack.org/openstack/ansible-role-python_venv_build scm: git version: master - name: systemd_mount @@ -11,7 +15,7 @@ src: https://git.openstack.org/openstack/ansible-role-systemd_networkd scm: git version: master -- name: python_venv_build - src: https://git.openstack.org/openstack/ansible-role-python_venv_build +- name: systemd_service + src: https://git.openstack.org/openstack/ansible-role-systemd_service scm: git version: master