summaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Collapse)AuthorFilesLines
2017-01-12Revert "Locks vpp to 17.01" and correct python-api pkgTim Rozet1-1/+1
This reverts commit 3237c8cd2fd50d72a867c9bd5a58ed1a9f43f1a8. Change-Id: I442144e411e2c4de1208bd825454c06440eb9d9c Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-01-09Locks vpp to 17.01Tim Rozet1-1/+1
This is needed because honeycomb is incompatible with 17.04 vpp. Change-Id: I96df60bd4b33f6e6119359d560fd5fa771d858fa Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-22Updating Congress version to NewtonDan Radez4-31/+28
- Congress is not in THT now so this will not install yet - Removing doctor driver sideload in build The doctor driver is upstream in Newton. No need to side load the driver into the congress codebase anymore. - moving to upstream puppet module Change-Id: Ia60d7d33039dddda634cb5485a3c40ce6ec2b261 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-12-21Updating ENV var names to better reflect what they point toDan Radez1-22/+0
- Also removing a stale file Change-Id: Ice2f9b4f9961bcd7f05278f11995aa0af237ac8e Signed-off-by: Dan Radez <dradez@redhat.com>
2016-12-20Removes OVS NSH from build processTim Rozet1-22/+0
The build is failing with newest kernel version. We also don't pan on using ovs 2.5.90 for Danube, so it is safe to remove this until we integrate the SFC scenario. JIRA: APEX-378 Change-Id: Ia41f62711270ba5e1ad641a862e82e43b1f370e4 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-15Workaround to ensure glance backend is file for csitTim Rozet1-0/+1
This is a workaround OOO bug 1650348 where default glance storage backend is set to swift. JIRA: APEX-362 Change-Id: Ie422fbb6ccab53f47af50ff0adc7276ff57a4b8c Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-13Adds stripped down ODL CSIT deploymentTim Rozet2-0/+80
Introduces new (hidden) cli option to change composable env config. This parameter then will use the provided file, for example, csit-environment.yaml instead of the typical opnfv-environment.yaml. The effect is using less services required for ODL CSIT snapshots. Note: this will not work with perf options, but those are not required currently for ODL CSIT. CSIT also does not need ceph, so providing a new deploy option to allow disabling it. JIRA: APEX-362 Change-Id: If3833b1acceeb23ef9e12c90df6cc9607bd8c724 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-12Update networking-vpp packagingFeng Pan5-14/+16
- Change package to python-networking-vpp - Turn off autoreq for /bin/python - Update vpp to 17.01 - Disables undercloud package updating Change-Id: I9743e73ca9c36cc5162076580dc0a6b8861c7149 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-12-11Fixes broken git tag variablesTim Rozet1-4/+4
Change-Id: Ie935dd6ddad5866e208a470765030e6d1246a0e9 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-10Fixes and refactors failing ISO buildTim Rozet1-30/+25
The ISO was looking in the old location for the RPMs to install during the ISO build. Also updates the ISO build to build in .build/ like the other artifacts. JIRA: APEX_370 Change-Id: Ic4e802f096bac12e8c343960321fa0a554fde8a4 Signed-off-by: Tim Rozet <trozet@redhat.com> Signed-off-by: Feng Pan <fpan@redhat.com>
2016-12-08Fixes and cleans up build/cache directory usageTim Rozet13-549/+229
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-12-06Merge "Updates to Caching"Tim Rozet3-11/+25
2016-12-05Merge "Updating OpenDaylight image script to use RDO trunk BGPVPN package."Tim Rozet1-1/+13
2016-12-02Merge "Fixes using single network (previously called flat) for deploy"Feng Pan2-20/+3
2016-12-02Merge "Adding a release RPM"Tim Rozet2-2/+54
2016-12-02Fixes using single network (previously called flat) for deployTim Rozet2-20/+3
Also contains various network parsing fixes. JIRA: APEX-361 Change-Id: I5e40ed67267d5ded85adc2982a8726ebbceaeae5 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-12-02Updating OpenDaylight image script to use RDO trunk BGPVPN package.Ricardo Noriega1-1/+13
Once this package is included in tripleo-puppet-elements, this virt-customize won't be neccesary Change-Id: I599081c1737c23d65f2c25933beff6d41d8ee252 Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
2016-12-02updating the tacker build to use upstreamDan Radez5-38/+57
Change-Id: Ice900ffa840d6aac4fe31459432cbf95ff945d84 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-12-01Adding a release RPMDan Radez2-2/+54
JIRA: APEX-351 Change-Id: I9b8b74073287005221a7a3f6dfe2d52a7d1cf667 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-12-01Merge "Increase rabbitmqctl control timer"Tim Rozet1-0/+1
2016-12-01Updates to CachingDan Radez3-11/+25
- updates cache to use the cache dir as a linked representation of the build dir - fixing cache build/extract JIRA: APEX-325 Change-Id: I80bf67e5d55ca2e069ca72e6b47303368bda0433 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-11-30Merge "Updates FD.IO ODL scenarios to use Carbon ODL version"Feng Pan2-0/+16
2016-11-30Increase rabbitmqctl control timerFeng Pan1-0/+1
IPv6 deployment will fail sometimes due to slow response of rabbitmqctl status check. This patch increases wait timer from 10 to 60 seconds so we can be sure to receive a valid return code. Change-Id: I2c52f3774007153bb4e692218d40b679ec0a0698 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-11-30Merge "Add noha scenario for bgpvpn"Dan Radez1-0/+2
2016-11-30Add noha scenario for bgpvpnNikolas Hermanns1-0/+2
Change-Id: Iecf511aa48d3123b7a2ed445cc5ff6f5d462fb83 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-11-29Updates FD.IO ODL scenarios to use Carbon ODL versionTim Rozet2-0/+16
JIRA: APEX-346 Change-Id: I9ffa32da906f50441dfc05610d0668e84c992e81 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-11-29Adding git commit to RPM releasesDan Radez8-92/+93
Preparing for better caching by adding the git hash to the rpm release We can skip building the RPMs if they are cached and would be built off the same hash JIRA: APEX-325 Change-Id: I9b0e26f123667673d126362a2501abb13830e44b Signed-off-by: Dan Radez <dradez@redhat.com>
2016-11-29Merge "Adding oslo-config, debtcollector and python34-devel"Tim Rozet1-1/+1
2016-11-29Merge "Updates VPP packages to latest master version"Tim Rozet3-21/+12
2016-11-29Updates VPP packages to latest master versionTim Rozet3-21/+12
JIRA: APEX-344 Change-Id: Ib1bf1ac6b76af3a4cbbc2b7a20753c232ff5fa16 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-11-29Adding oslo-config, debtcollector and python34-develNikolas Hermanns1-1/+1
JIRA: APEX-358 Change-Id: Id73e736fb01de7ad0dd5cc3fde95b85cd7dfb735 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-11-29Remove networking-vpp version fixFeng Pan1-1/+0
Change-Id: Icc4bc5a053e658f758a9dc7d22647348769a64ba Signed-off-by: Feng Pan <fpan@redhat.com>
2016-11-29Merge "Adding more cleanups for Apex RPMS"Dan Radez1-0/+10
2016-11-27Build failure fixesFeng Pan2-1/+1
- Remove puppet debug from overcloud image - file /var/lib/heat-config/hooks/puppet no longer exist in overcloud image. - Revert networking-vpp to known working version until fix is committed upstream. Change-Id: I9add838a60014a43774d4001ccd84ccad21a3343 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-11-23Adding more cleanups for Apex RPMSDan Radez1-0/+10
Change-Id: Ief9b017a290816c941fd8c15e5877cda81bb67cf Signed-off-by: Dan Radez <dradez@redhat.com>
2016-11-20Updates puppet-opendaylight branch to masterTim Rozet1-1/+1
Required configuration fixes for new netvirt in master. JIRA: APEX-300 Change-Id: Iccca77907848ee8a0167e7aa326d014b66bed3f6 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-11-19Fixes missing inventory.py file in RPM specTim Rozet1-0/+1
Change-Id: I716fc0bc488072b7492858e8514ea140a16b8d58 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-11-18Fixes external network creationTim Rozet1-6/+6
Without specifying the provider network type or physical network results in the default tenant network type being used upon external network creation (for us this means vxlan). Previously this worked fine because Neutron L3 agent and ODL L3 would assume to use br-ex. This is no longer true in ODL new nettvirt, and needs to be explicitly flat along with the correct physical network. Also includes minor fix for Manila service naming that was fixed upstream. JIRA: APEX-300 Change-Id: If5d467a811baafe01b725dd530938482fdd3fd03 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-11-17Disable reverse DNS lookup on the undercloudDan Radez1-0/+2
Change-Id: I02328d7cff977fc55cb325b9714d8a5857c00255 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-11-11Merge "Migrate to stable/newton"Tim Rozet9-64/+125
2016-11-11Migrate to stable/newtonTim Rozet9-64/+125
os-odl_l2_nofeature is now deprecated since new netvirt only supports odl_l3. JIRA: APEX-299 Change-Id: I3557ecb85fa4cd11bba96aa9410e56a8e8cceb00 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-11-07Change qemu version update command to install from updateFeng Pan1-1/+1
JIRA: APEX-343 Change-Id: Ica5d738a3b25328834ca4aa86e64117cb6b5d7f2 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-11-03Merge "Enabling alternalte method to get remote md5"Dan Radez2-2/+7
2016-11-02Updating RPM spec versions for DanubeDan Radez4-4/+12
Change-Id: If30f8d28decf4dc1c1ed21e73284ec235df78fac Signed-off-by: Dan Radez <dradez@redhat.com>
2016-11-01Enabling alternalte method to get remote md5Dan Radez2-2/+7
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-28Merge "Add support for isolcpu and VPP thread pinning"Tim Rozet1-0/+11
2016-10-27Add support for isolcpu and VPP thread pinningFeng Pan1-0/+11
Also depend on https://github.com/radez/puppet-fdio/pull/14 JIRA: APEX-337 opnfv-tht-pr: 92 Change-Id: Ic3d2f04bfd1983c38e09a2bfa3992a572fc9c6c1 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-10-27Merge "Moving custom rpm packages to dev_dep_check"Dan Radez2-29/+0
2016-10-25Update qemu to fix vhostuser reconnect bugFeng Pan1-1/+1
Update qemu to version 2.3.0-31.el7_2.21.1 to pick up fix for Bugzilla 1322087 JIRA: FDS-121 Change-Id: Iafcbce0405b7c7c96a2c9ca2e086e158749c220e Signed-off-by: Feng Pan <fpan@redhat.com>
2016-10-21Moving custom rpm packages to dev_dep_checkDan Radez2-29/+0
These only need to be installed once so no need to check them every run. Change-Id: I288fb52625cad1f11b3b3ca7f0f29a30095646f9 Signed-off-by: Dan Radez <dradez@redhat.com>