summaryrefslogtreecommitdiffstats
path: root/build/overcloud-opendaylight-sfc.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-09-21Fixes SFC OVS to be built in ApexTim Rozet1-9/+2
Our kernel version is always updated in our build, causing static kmod builds for OVS to fail. This adds OVS NSH to Apex build process. JIRA: APEX-214 Change-Id: Ib071565d71c3471c2a03345b999adcad5af1962f Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit 839cc3c0c4d625a163c238e0c08b5540e4e2e1ab)
2016-08-11Fixes NSH OVS 2.5.90Tim Rozet1-2/+2
A bump in overcloud kernel caused NSH OVS to break. This patch upgrades the OVS RPMs. JIRA: APEX-214 Change-Id: I03179b47c4456decfa869e2e5065c1a5a1de579e Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-28Changes SFC to use different OVS buildTim Rozet1-2/+2
JIRA: APEX-214 Change-Id: I8ee0af560313f0467c155cda63106f53147e39ef Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-13Fixes build and deploy options for SFC/ONOSTim Rozet1-32/+16
SFC for colorado will be based on OVS 2.5.90 which does not need 3.13 kernel. This patch removes 3.13 kernel updates, adds OVS 2.5.90 and sets default odl_version to use boron (required for SFC with OVS 2.5.90). Also updates OVS build to a working one for ONOS. JIRA: APEX-156 JIRA: APEX-199 Change-Id: I095290d925138122f24e891f8412497f9a2c3141 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-03-23updating vm creation for virt deploymentDan Radez1-0/+50
- replacing brbm with logical names br-netname - replacing instack-virt-setup with tripleo scripts JIRA: APEX-90, APEX-80 Change-Id: I58a15dee8de882e034c8af8a3368ca0647741b13 Signed-off-by: Dan Radez <dradez@redhat.com>