From 686ae1f3454f4e8a9a01d38a45b31ff65f7cbe36 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 25 Aug 2017 10:34:43 +0100 Subject: [PATCH] Add opendaylight role to tests a-r-r In order to pass the lint test, all meta-dep roles for the roles we execute in the test must be present. As the os_neutron role recently got the opendaylight role added as a meta-dep it is now required here too. Change-Id: I0069d97528382e0ce234a8e83ad4ed5ab52dc56c --- tests/ansible-role-requirements.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/ansible-role-requirements.yml b/tests/ansible-role-requirements.yml index 956cf6a..f0dc053 100644 --- a/tests/ansible-role-requirements.yml +++ b/tests/ansible-role-requirements.yml @@ -78,3 +78,7 @@ src: https://git.openstack.org/openstack/openstack-ansible-os_heat scm: git version: master +- name: opendaylight + scm: git + src: https://git.opendaylight.org/gerrit/p/integration/packaging/ansible-opendaylight.git + version: master