fuel-plugin: Add config item for NIC used by OVS-DPDK
[ovsnfv.git] / ci / build.sh
1 #!/bin/bash
2
3 echo "Hello OVSNFV community!"
4
5 echo "Build ovs RPM for Linux kernel data plane from master branch of OVS."
6
7 ./buildovs.sh
8
9 exit 0