Merge "automatic deploy a wholeset of TestAPI ecosystem"
[releng.git] / jjb / 3rd_party_ci / install-netvirt.sh
1 #!/bin/bash
2 set -e
3 # clone opnfv sdnvpn repo
4 git clone https://gerrit.opnfv.org/gerrit/p/sdnvpn.git $WORKSPACE/sdnvpn
5 . $WORKSPACE/sdnvpn/odl-pipeline/odl-pipeline-common.sh
6 pushd $LIB
7 ./odl_reinstaller.sh --cloner-info $CLONER_INFO --odl-artifact $NETVIRT_ARTIFACT
8 popd