diff options
author | Emilien Macchi <emilien@redhat.com> | 2017-02-08 18:05:06 -0500 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-02-08 18:05:06 -0500 |
commit | 40f12b482d0b514ee05c898bc04c0ca0628c8692 (patch) | |
tree | f912692420d099b332c389ce8668e44089e87dc9 /Puppetfile_extras | |
parent | 2a3b8ea554dd5a3a04c7478a69387201a8475863 (diff) |
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
Diffstat (limited to 'Puppetfile_extras')
-rw-r--r-- | Puppetfile_extras | 6 |
1 files changed, 1 insertions, 5 deletions
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' |