From 55b8b034913c128fee738b38ba663477acca095a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Wed, 6 Jun 2018 09:23:22 +0200 Subject: [PATCH] Remove useless retrieval of karaf for ODL image When building images with type=source, the opendaylight would retrieve a 400MB+ archive for distribution-karaf-0.6.2-Carbon.tar.gz and did absolutely nothing with it since the ODL image installs the necessary bits from distro packages unconditionally. This commit removes the retrieval of the karaf archive. This should help make the gate more stable as we've seen the build timing out when retrieving the karaf archive. Change-Id: I0e31d91b4e1ad4ae4ec5c25847c7798724ed9eea Closes-Bug: #1774851 --- kolla/common/config.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/kolla/common/config.py b/kolla/common/config.py index f9116a631e..2f27c33940 100755 --- a/kolla/common/config.py +++ b/kolla/common/config.py @@ -633,12 +633,6 @@ SOURCES = { 'type': 'url', 'location': ('$tarballs_base/octavia/' 'octavia-master.tar.gz')}, - 'opendaylight': { - 'type': 'url', - 'location': ('https://nexus.opendaylight.org/content/' - 'repositories/opendaylight.release/org/opendaylight/' - 'integration/distribution-karaf/0.6.2-Carbon/' - 'distribution-karaf-0.6.2-Carbon.tar.gz')}, 'panko-base': { 'type': 'url', 'location': ('$tarballs_base/panko/'