From 70cade4f8df150281c16e72d9234fa3751f097c8 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 24 Aug 2018 12:46:55 -0400 Subject: Updates Calipso deploy settings Change-Id: Ibfbd08dc2fa5fca95668fd0590707cfebd92099f Signed-off-by: Tim Rozet --- apex/common/constants.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apex/common') diff --git a/apex/common/constants.py b/apex/common/constants.py index 8c65e68b..0475615a 100644 --- a/apex/common/constants.py +++ b/apex/common/constants.py @@ -76,3 +76,5 @@ CUSTOM_OVS = '{}/apex/random/openvswitch-2.9.0-9.el7fdn.x86_64.' \ OVS_URL = "http://openvswitch.org/releases/openvswitch-2.9.2.tar.gz" QUAGGA_URL = "{}/sdnvpn/quagga/quagga-4.tar.gz".format(OPNFV_ARTIFACTS) +CALIPSO_INSTALLER_URL = "https://raw.githubusercontent.com/opnfv/calipso" \ + "/master/app/install/calipso-installer.py" -- cgit 1.2.3-korg