summaryrefslogtreecommitdiff
path: root/ironic/tests/unit/raid_constants.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow specifying target devices for software RAIDDmitry Tantsur2020-03-171-0/+26
| | | | | | | | | | This change adds support for the physical_disks RAID parameter in a form of device hints (same as for root device selection). Depends-On: https://review.opendev.org/713209 Change-Id: I9751ab0f86ada41e3b668670dc112d58093b8099 Story: #2006369 Task: #36153
* Fix gate failure related to jsonschemaMadhuri Kumari2019-09-091-0/+1
| | | | Change-Id: I1a838eb868da3d3f6fb4702126faefacb6e85bec
* Fix for Unable to create RAID1 on Dell BOSS cardChristopher Dearborn2018-06-191-0/+11
| | | | | | | | | | | | This patch changes the RAID configuration schema so that 0 is allowed for size_gb. This allows passing 0 for the size, which the Dell Boot Optimized Storage Solution (BOSS) requires. Change-Id: I57cf290021e32809b248350688c3f83e7bbf7351 Task: #22082 Story: #2002536 Co-Authored-By: Digambar Patil <digambarpat@gmail.com> Depends-On: Id149f6250318e6162a168d002671faa2b3a7989b
* RAID interface to support JBOD volumesImre Farkas2016-05-041-0/+11
| | | | | | | Adding 'JBOD' to the list of accepted RAID levels. Closes-Bug: #1572511 Change-Id: I596b26d10331aed9696c8fbd75b9e1d683af8587
* Prepare for functional testingJohn L. Villalovos2015-09-281-0/+298
Prepare for functional testing by creating two new directories: * ironic/tests/unit * ironic/tests/functional Move all files currently in ironic/tests/* to ironic/tests/unit/ Update imports from 'ironic.tests.YYY' to 'ironic.tests.unit.YYY' Fix any PEP8 issues due to longer lines Partial-Bug: #1491670 Change-Id: I1166f20adf8c84b2042b62e348926502a4851e08