From 40f12b482d0b514ee05c898bc04c0ca0628c8692 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 8 Feb 2017 18:05:06 -0500 Subject: Disable midonet unit tests 'https://github.com/midonet/puppet-midonet' doesn't exist anymore, we need to migrate to 'https://github.com/openstack/puppet-midonet' but tests will fail. We need to work with Midokura to get them fixed. In the meantime, let's disable it. Change-Id: Id39bc5a8cd229df3e9b597a0a0f3eada838f4953 --- Puppetfile_extras | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Puppetfile_extras') diff --git a/Puppetfile_extras b/Puppetfile_extras index ce158e4..b927d99 100644 --- a/Puppetfile_extras +++ b/Puppetfile_extras @@ -5,10 +5,6 @@ mod 'haproxy', :git => 'https://github.com/puppetlabs/puppetlabs-haproxy', :ref => 'master' -mod 'midonet', - :git => 'https://github.com/midonet/puppet-midonet', - :ref => 'v2015.06.7' - mod 'tomcat', :git => 'https://github.com/puppetlabs/puppetlabs-tomcat', :ref => '1.3.2' @@ -31,4 +27,4 @@ mod 'datacat', mod 'etcd', :git => 'https://github.com/cristifalcas/puppet-etcd', - :ref => '1.10.0' \ No newline at end of file + :ref => '1.10.0' -- cgit