From 5d4ace1ec38edbeb2144790615a9240f7f55e24d Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Tue, 27 Mar 2018 11:34:00 +1100 Subject: [PATCH] Remove setting of ETCD_DOWNLOAD_URL Adding ETC binaries was a stop gap measure until packages were available. With the impending release of bionic that'll be soon :) Also using the mirror on tarballs.o.o was unreliable so these binaries are cached in the nodepool images as described in[1]. Having this setting in d-g makes more work than is needed in the near term. Removing it does introduce a new failure mode if an etcd version is used in devstack but not yet cacched in the image. [1] http://lists.openstack.org/pipermail/openstack-infra/2018-March/005871.html Change-Id: I2a6649ae3094ca65aa31798ee9bddf2fcdd49260 --- devstack-vm-gate.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 38868770..8a4baaec 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -405,10 +405,6 @@ function setup_localrc { localrc_set "$localrc_file" "export OS_NO_CACHE" "True" localrc_set "$localrc_file" "LIBS_FROM_GIT" "$DEVSTACK_PROJECT_FROM_GIT" - # etcd 3.x is not available in debian/ubuntu etc. As a stop gap measure, devstack uses wget to download - # from the location below for all the CI jobs. - localrc_set "$localrc_file" "ETCD_DOWNLOAD_URL" "http://tarballs.openstack.org/etcd/" - # set this until all testing platforms have libvirt >= 1.2.11 # see bug #1501558 localrc_set "$localrc_file" "EBTABLES_RACE_FIX" "True"