diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-12-13 13:10:23 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-12-13 14:43:50 +0000 |
commit | 4f903e068d06a90b83629f1d742f270aa031dc1e (patch) | |
tree | f145fe7132103f52d7ed6df94c91a8257cef919c /jjb/3rd_party_ci/install-netvirt.sh | |
parent | 2a8bc959b53aa17694afdf7d7bb0c7295a906582 (diff) |
Add scripts to install apex and install netvirt
Change-Id: I022acf23984a8d1a19a5e6e180178ee1d2e18480
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
Diffstat (limited to 'jjb/3rd_party_ci/install-netvirt.sh')
-rwxr-xr-x | jjb/3rd_party_ci/install-netvirt.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/jjb/3rd_party_ci/install-netvirt.sh b/jjb/3rd_party_ci/install-netvirt.sh index 041d8517e..96c4b9634 100755 --- a/jjb/3rd_party_ci/install-netvirt.sh +++ b/jjb/3rd_party_ci/install-netvirt.sh @@ -1,8 +1,8 @@ #!/bin/bash - +set -e # clone opnfv sdnvpn repo -git clone https://gerrit.opnfv.org/gerrit/p/sdnvpn.git -cd sdnvpn -ls -al - -# here is where the script(s) to install netvirt should be executed +git clone https://gerrit.opnfv.org/gerrit/p/sdnvpn.git $WORKSPACE/sdnvpn +. $WORKSPACE/sdnvpn/odl-pipeline/odl-pipeline-common.sh +pushd $LIB +./odl_reinstaller.sh --cloner-info $CLONER_INFO --odl-artifact $NETVIRT_ARTIFACT +popd
\ No newline at end of file |