From 466bab3c6b9e1756342bab678e206f4a9f45b78c Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 23 Aug 2017 06:56:26 +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: I44dec03565e5be74cf3a03961e47180e50cf88a8 --- 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 66cff4f1..2ff71525 100644 --- a/tests/ansible-role-requirements.yml +++ b/tests/ansible-role-requirements.yml @@ -70,3 +70,7 @@ src: https://git.openstack.org/openstack/openstack-ansible-rsyslog_client scm: git version: master +- name: opendaylight + scm: git + src: https://git.opendaylight.org/gerrit/p/integration/packaging/ansible-opendaylight.git + version: master