3rd party ci: Create job to bring up apex vms
[releng.git] / jjb / 3rd_party_ci / install-netvirt.sh
index c24e890..041d851 100755 (executable)
@@ -1,4 +1,8 @@
 #!/bin/bash
 
-echo "Using the downloaded artifact to install netvirt"
-ls -al $NETVIRT_ARTIFACT
+# 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