summaryrefslogtreecommitdiffstats
path: root/build/rpm_specs
AgeCommit message (Collapse)AuthorFilesLines
2016-12-08Fixes and cleans up build/cache directory usageTim Rozet2-2/+6
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-02Merge "Adding a release RPM"Tim Rozet1-0/+30
2016-12-02updating the tacker build to use upstreamDan Radez2-18/+27
Change-Id: Ice900ffa840d6aac4fe31459432cbf95ff945d84 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-12-01Adding a release RPMDan Radez1-0/+30
JIRA: APEX-351 Change-Id: I9b8b74073287005221a7a3f6dfe2d52a7d1cf667 Signed-off-by: Dan Radez <dradez@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-29Adding git commit to RPM releasesDan Radez4-21/+20
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-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-19Fixes missing inventory.py file in RPM specTim Rozet1-0/+1
Change-Id: I716fc0bc488072b7492858e8514ea140a16b8d58 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-11-02Updating RPM spec versions for DanubeDan Radez4-4/+12
Change-Id: If30f8d28decf4dc1c1ed21e73284ec235df78fac Signed-off-by: Dan Radez <dradez@redhat.com>
2016-10-12Consolidate ODL SFC RPM into ODL RPMDan Radez1-34/+0
OVS NSH can be installed at deploy time. Change-Id: Ie875ada99053df95c6534e269f4dd627396489bc JIRA: APEX-324 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-10-07Remove yum udpate all from overcloud buildFeng Pan1-1/+1
Also changes python path in networking-vpp spec to use abolsute path. This avoids issues when python path is found on a different path on build machine. Change-Id: Icc2951bc66ba0b2ab0510083ecad6e680da9d5fc Signed-off-by: Feng Pan <fpan@redhat.com>
2016-10-04VPP version updateFeng Pan1-0/+50
- Update VPP version to latest on 16.09 branch - Change networking-vpp repo to point to openstack. - Update VPP python API rpm location - Configure etcd for networking-vpp ML2 plugin opnfv-tht-pr: 85 JIRA: APEX-283 Change-Id: I4e69de3c51b1f4221995cc8568cdfa18aacbc55c Signed-off-by: Feng Pan <fpan@redhat.com>
2016-09-21Merge "Adding a bash completion script"Dan Radez1-0/+6
2016-09-20Fix release-notes.html file nameFeng Pan1-1/+1
Change-Id: I00ac84b48eb8cdb5371b6d56d5d2346b3c8928cf Signed-off-by: Feng Pan <fpan@redhat.com>
2016-09-20Update all references to release-notes pathFeng Pan1-2/+2
Change-Id: I04be6a9ff2a89b5058d6872b7023f9e3fd4c02cd Signed-off-by: Feng Pan <fpan@redhat.com>
2016-09-20Fix release notes path in common specFeng Pan1-1/+1
Change-Id: I277e7acb0dc3dd365f82bc6241dfb5b457cdd312 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-09-19Adding a bash completion scriptDan Radez1-0/+6
- allows tab completion for deploy and clean script's subcommands Change-Id: If5f5718a3695993767671ab823f434f463c593f2 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-09-07Add build dependencies for python-crypyographyMichael Chapman1-1/+1
pip will attempt to build this from source, so it needs some libraries. Change-Id: I85820789c5e99b72454e648b21de525bccf314a3 Signed-off-by: Michael Chapman <woppin@gmail.com>
2016-09-03Add python3-ipmi to dependencies in doc and specMichael Chapman1-1/+1
Change-Id: I5dea9d61c2fc0b9d5af1ff88823f4ec3cb92c8d5 Signed-off-by: Michael Chapman <woppin@gmail.com>
2016-08-30Adds ability to power off nodes in cleanTim Rozet1-0/+3
Now if an inventory file is provided to clean, those nodes will be powered off. JIRA: APEX-250 Change-Id: I2d78285717726c3d1c9d7d88c38e706d4617e337 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-23converiting the deploy settings obj to a dictDan Radez1-1/+1
The deploy settings values are embedded in a dictionary inside a generic object. This patch makes the deploy settings object a dictionary so the values can be accessed directly without having to unnecessarily drill down through an empty object to the dict that holds the content intended to be managed by the deploy settings object. - adding tests to cover DeploySettings 100% Change-Id: I4ba625cd7b51cfb6c1f91c74f1d332d1e3dd9a8e Signed-off-by: Dan Radez <dradez@redhat.com>
2016-08-20Fixes rpmbuilding for doc structure changeTim Rozet1-3/+3
Change-Id: I2ac2910eaecab1fc4fb9634b6af9bc7f454ff77a Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-17Moving rpm spec files to a sub directoryDan Radez8-0/+533
Change-Id: I10eebc955cae5006155e045accf2924c393ab522 Signed-off-by: Dan Radez <dradez@redhat.com>