blob: cb742712b2d2d92402aad631bf4cd1975881d26f (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/bash
# 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 bring up apex vms should be executed
|