summaryrefslogtreecommitdiffstats
path: root/build/overcloud-onos.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-05-08add onos deployment stepsbobzhou1-1/+5
opnfv-tht-pr: 128 opnfv-puppet-tripleo-pr: 23 Change-Id: Ib99f7e3968ed03bd86ca0de9c6c37c9871921486 Signed-off-by: bobzhou <bob.zh@huawei.com> (cherry picked from commit 266e9a5336defeff5f10331ab8316d69e7b20cc1)
2017-02-17onos feature install modified for onos 1.8rssaravana1-1/+1
Change-Id: Idc60b0304f8f37d2daa7aa6cd220be7859121352 Signed-off-by: rssaravana <saravanakumar.somaskandan@huawei.com>
2016-12-08Fixes and cleans up build/cache directory usageTim Rozet1-5/+5
Changes include: - Building is isolated to a .build directory that is git ignored - Caching is isolated to a .cache directory that is git ignored - Build scripts have been variablized, and relative paths have been removed - Unused files removed - build.sh, make file cleaned up - Fixed broken building of markupsafe and jinja2 packages - make clean-cache will remove the cache now - per item cleans are removed in place of simple clean .build now - includes fix for OSC issue with LP# 1642301 Change-Id: I42b8e4eb694bf0a2c398858814f8b73785931896 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-11-01Enabling alternalte method to get remote md5Dan Radez1-1/+1
The onos tar is an example of the remote server not supplying a .md5 file with the md5 in it. It is instead posted on an html page that can be scraped to get the value. This patch adds the ability to pass that value into the caching functions so can keep onos cached and not redownload it over and over again JIRA: APEX-325 Change-Id: I88be72d4fd6aa7245b02b9ef0f2b7e6eefff3dac Signed-off-by: Dan Radez <dradez@redhat.com>
2016-10-12Conditionally install OVS NSH in ONOS deploymentDan Radez1-6/+0
OVS with NSH should be installed only if we're enabling SFC in an ONOS deployment JIRA: APEX-331 Change-Id: I54826bb2d62b20c42f00c856d8458444f2f795e5 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-09-21Fixes SFC OVS to be built in ApexTim Rozet1-6/+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>
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-6/+6
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-07-01Fixes onos artifacts URLTim Rozet1-2/+2
Server that was previously used is blocked on port 9999 in LF lab Change-Id: I8186ea00499352e7a404d0bf38b325e5ae9e8f23 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-30[APEX-171] Upgrade ONOS into 1.6 and ovs into 2.5.90 for SFC functionbob zhou1-4/+21
Change-Id: Ia4b714fa39438bb7ea77bedff6bb8099a88abb11 Signed-off-by: bob zhou <bob.zh@huawei.com>
2016-06-04Fixes build cachingTim Rozet1-4/+0
JIRA: APEX-167 Change-Id: Ibb9d69eb4326911a5c62fc9f10b02ccf191a3046 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-04-20updating ONOS buildDan Radez1-11/+10
- the ONOS build required the stable-images dir - also removing other stable-images references Change-Id: Ib51e4278ac80d7900064469f6d3c3a3532296270 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-03-23updating vm creation for virt deploymentDan Radez1-0/+40
- 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>