summaryrefslogtreecommitdiffstats
path: root/apex/common/constants.py
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-08-24 12:46:55 -0400
committerTim Rozet <trozet@redhat.com>2018-09-06 21:52:10 -0400
commit70cade4f8df150281c16e72d9234fa3751f097c8 (patch)
treef9fa7530926511d202bc042147eac54fc47dbc29 /apex/common/constants.py
parent4301e4cb3bd6f62caec575d30e8588b72ac626c7 (diff)
Updates Calipso deploy settings
Change-Id: Ibfbd08dc2fa5fca95668fd0590707cfebd92099f Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'apex/common/constants.py')
-rw-r--r--apex/common/constants.py2
1 files changed, 2 insertions, 0 deletions
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"