Commit Graph

7 Commits

Author SHA1 Message Date
Riccardo Pittau 64540ba316 Bump hacking to 3.0.0
The new version enables a lot of standard flake8 checks, so a few
fixes are required. W503 is disabled as it conflicts with W504
and the latter seems to be preferred nowadays.
Also excluding C901 and E731 that should be fixed in different
patches as they require code changes.

Change-Id: I8decccc4925f86e0b979b47e2920d6a782d991d7
2020-03-31 09:45:01 +02:00
Dirk Mueller 266434b92b Remove checked in copy of the ChangeLog
This ChangeLog is automatically generated from git commits
based on the tool called PBR which is used in this project.

Maintaining a checked in copy is not necessary as it is
being overwritten by the generated version on the "setuptools
sdist" step.

Change-Id: I2ef4e84dca3a2a790e00c22c649bdbb6c4fdc075
2019-07-11 06:09:12 +00:00
Dirk Mueller ffa2068e5f Remove checked in version of AUTHORS
AUTHORs is autogenerated by the "setuptools sdist" step so
there is not really a point in tracking this in git.

Change-Id: Iaa03831c2ea5e5f247de27777dc500e675b44ff8
2019-06-14 12:43:07 +00:00
Debayan Ray 56bab01427 Adds test coverage in tox.ini
Coverage measurement will be helpful to gauge the effectiveness
of tests and maintain the quality of the code. Also changing
.gitignore to ignore the cover directory and .coverage
directories.

Change-Id: I184210af2d2e677b7cc2fe0c6561334ebc444fad
2016-03-27 22:34:12 -07:00
Debayan Ray e25520af18 Support for iLO based firmware update
Added support for iLO based firmware update for the supported
devices through ribcl and ris, as applicable. Firmware update
can be initiated as part of manual cleaning step in ironic.

Partial-Bug: #1526216
Change-Id: I1eca5a08d808df1c4bda0e91181a8389d053c379
2016-02-24 02:26:42 -08:00
root fe5bcccfe2 Add hpssa module to proliantutils
This commit introduces the hpssa module. The module has
the ability to parse the current raid configuration and
hardware details of the server. It also has a manager
which has ability to create/delete/get raid configuration.

For now, create is limited to machine-dependent configuration.
Each logical disk to be created will require the controller
and physical disks to be used.

Change-Id: Ib58620d8d4f47eb55c55c6abb5d3b294623205bf
Implements: blueprint hpssa-support
2015-02-13 09:36:26 +00:00
hpproliant 02ca91d265 Initial commit 2014-05-26 03:40:34 -07:00