| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I1a838eb868da3d3f6fb4702126faefacb6e85bec
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Adding 'JBOD' to the list of accepted RAID levels.
Closes-Bug: #1572511
Change-Id: I596b26d10331aed9696c8fbd75b9e1d683af8587
|
|
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
|