From ecb4585e9042e883f17c93e10e64246b6f05675d Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 23 Aug 2017 06:54:18 +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: I13b02994a9cdcf694cad27252a3534c192cc30df --- 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 711876b5..05fe7808 100644 --- a/tests/ansible-role-requirements.yml +++ b/tests/ansible-role-requirements.yml @@ -66,3 +66,7 @@ src: https://git.openstack.org/openstack/openstack-ansible-os_nova scm: git version: stable/ocata +- name: opendaylight + scm: git + src: https://git.opendaylight.org/gerrit/p/integration/packaging/ansible-opendaylight.git + version: master