diff options
author | Tim Rozet <trozet@redhat.com> | 2017-09-21 19:05:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-21 19:05:03 +0000 |
commit | fbc49a7d84eefbecb2ef9774bae99d30e66a52be (patch) | |
tree | d57f6937f754af2cd033b379765199a6d78ee904 /build/variables.sh | |
parent | 330a071566034447fa6a4de17e56be1cceb1c83b (diff) | |
parent | 18b0862b97850f3e4bfb9abf0dc5835e90f0dada (diff) |
Merge "Revert "Adds Calipso scenario""
Diffstat (limited to 'build/variables.sh')
-rw-r--r-- | build/variables.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/variables.sh b/build/variables.sh index 444c5e80..a611073c 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -38,9 +38,6 @@ dpdk_rpms=( kvmfornfv_uri_base="http://artifacts.opnfv.org/kvmfornfv/danube" kvmfornfv_kernel_rpm="kvmfornfv-4bfeded9-apex-kernel-4.4.50_rt62_centos.x86_64.rpm" -calipso_uri_base="https://git.opnfv.org/calipso/plain/app/install" -calipso_script="calipso-installer.py" - netvpp_repo="https://github.com/openstack/networking-vpp" netvpp_branch="master" netvpp_commit=$(git ls-remote ${netvpp_repo} ${netvpp_branch} | awk '{print substr($1,1,7)}') |