summaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Collapse)AuthorFilesLines
2016-09-12Delete local spec files for NSH patches.Thomas F Herbert3-1031/+6
Instead use spec files from external github for building NSH patches. JIRA: OVSNFV-41 Change-Id: I20cf103f02286c30c8f2be674d7772c3b20ef40d Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-09-09Fix for missing pre-reqs install.Thomas F Herbert1-0/+2
JIRA: OVSNFV-40 Change-Id: Ia689be6955e50be55a3f4924db712771e0e2fda2 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-09-06Freeze filename hash so it doesn't track git hashThomas F Herbert1-0/+6
JIRA: OVSNFV-38 Change-Id: If87ced51e7281adb35418b763df450300cb6f26e Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-07-21Add build of OVS and OVS kmod with interim (EXPERIMENTAL) NSH patchesThomas F Herbert6-31/+1169
Install prerequisites. Change-Id: I41fa20db9763df05cbdb35dc1e9aa6f518982848 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-06-30RPM: Apex: Backport patch to dpdk to fix PCI walk to fix segfault toThomas F Herbert3-0/+52
ovs-vswitch. Rebased to latest. Change-Id: Ic7788c4a479378866eda95473bd0c0d398dc33fd Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-06-29RPM: Apex: Refactor build scripts:Thomas F Herbert6-494/+158
Remove reference to undercloud. Fix dependencies list. Refactor build ovs and build dpdk and test scripts. Correct default dpdk version in build ovs script. Remove references to instack VM -- no longer necessary. Remove script using custom Apex-lite-liberty for testing Consolidated functions and cleanup in response to reviewers. Change-Id: I0875acd87580769c7cd7e87b97bb3e04f0159b32 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-05-10Fix for new location of OVS and DPDK COPR repos.Thomas F Herbert3-14/+14
Change-Id: Ibee81cbee778bb1b542317ed41b94d01f86426bc Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-04-30Fix build problem by freezing copr commitsThomas F Herbert3-0/+6
Use correct variable for copr dpdk version Change-Id: I09c5e7060924771a75376aebe5bf3bde897c38eb Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-04-13Fixed base name of intermediate tarball name.Thomas F Herbert1-1/+1
Change-Id: I23e60800e83f216474328c461a2ac7aff453412f Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-04-11Fixes RPM build problem. Use correct copr repo. Fix some version number parsingThomas F Herbert4-12/+26
and tarball and rpm naming that was specific to old repo and old DPDK version. Now supports DPDK 16.04-rc4. Change-Id: Ia64b38d676e945df27917f4d9aa90ba4872c8cb5 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-03-01OVS Archive file name changed.Thomas F Herbert1-3/+3
Change message to call archive snapshot Change-Id: Ia07f6e38e2108f061dd616aa393cd4d98d7e8f11 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-02-25Build OVS with dpdkThomas F Herbert6-106/+413
Builds OVS with DPDK. Uses dpdk 2.2.0 and Open vSwitch 2.5. Includes Multi-Queue and recent patches. Open vSwitch RPM is now built with DPDK dataplane. Upstream copr (Fedora) spec files and patches are used for building. Also includes fixes of RPM building and command line options. Adds dpdk arg to RPM test script. Use "pure" COPR spec files without modifications. Fixed some function problems. Addressed reviewer comments. Delete local copies of spec files Build dpdk snapshot instead of using upstream snapshot. Fix clean script. "stack" VM with its default configuration doesn't support sse3 instruction set required by DPDK. Include workaround to test RPM script in host instead of VM. Install prereqs for dpdk build. Use 'set -e' in all scripts for error termination. Add PyQt4 Pre-req. Move functions and respond to reviewers comments. Change-Id: I8d5892ff61a814271972e8d2279628d645b2831b Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-02-13Run clean.sh scripts with sudo and set relative pathThomas F Herbert1-1/+1
so sudo can find it. Change to correct directory before running cleanup. Change-Id: I3a91cb8f25c641b81ef2c62f91b540d7657eeb53 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-02-12Fix for problem found in daily build where virsh reboot failed.Thomas F Herbert1-5/+10
The fix is to run virsh reboot as user stack Change-Id: Id762b6d9ec592835805eb69d5244fa1dc2eb8645 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-02-11Merge "licenses: Add license headers"Billy O'Mahony1-0/+15
2016-02-05licenses: Add license headersBilly O'Mahony1-0/+15
Change-Id: I6eecd8f2e8cb5653ed930b836fe17c315b1d3a54 Signed-off-by: Billy O'Mahony <billy.o.mahony@intel.com> Reviewed-by: Mark D. Gray <mark.d.gray@intel.com> Reviewed-by: Thomas F Herbert <therbert@redhat.com> Reviewed-by: Michal Ptacek <michalx.ptacek@intel.com>
2016-01-31Introduce ability to accept command arguments to build with DPDK or Linux ↵Thomas F Herbert5-2/+740
kernel. Specify patches to apply, build kernel module RPM and build with a special version of the kernel. Also instack_ovs.sh creates a VM for building and initial testing of RPMs and copies scripts to VMs build_ovs_rpm.sh builds the RPM according to command line options. test_ovs_rpm.sh tests the RPM by installing the RPM and running some ovs commands to create a bridge and dump flows. Also add two scripts generally to be executed in VM to do actual building and Testing. This 2nd series adds the following: Use fedora spec file for kmod builds. Added Explanations to configuration options. Fixes in response to review comments. Rename script for clarity and change references: buildtestovs.sh -> BuildTestOVS.sh Fix nocheck option, print default options, fix kmod option, fix test of kmod. For command line options execute build/buildtestovs.sh -h Change-Id: I415ca39afab27482b1cb473d392f48b36c8e0745 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2015-12-18Script to build plain OVS RPM from master.Thomas F Herbert1-0/+5
Uploads RPM to artifactory. Jira: OVSNFV-19 Change-Id: I586418a5e12435fd9d1594a4d2aca544c16a3a6d Signed-off-by: Thomas F Herbert <therbert@redhat.com>