summaryrefslogtreecommitdiffstats
path: root/build/rpm_specs/opnfv-apex-common.spec
AgeCommit message (Collapse)AuthorFilesLines
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-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 Radez1-0/+165
Change-Id: I10eebc955cae5006155e045accf2924c393ab522 Signed-off-by: Dan Radez <dradez@redhat.com>