Michael Turek 2b540a00bb Add logic to create PReP partition for ppc64* arch
When booting a partition image localy, ppc64* expects an 8 MiB
partition, with the prep and boot flags set, containing the
bootloader [0]. This patch adds logic to ironic-lib to create
the parition with these flags when the node has a ppc64* arch.

[0] https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/W51a7ffcf4dfd_4b40_9d82_446ebc23c550/page/PowerLinux%20Boot%20howto

Change-Id: I8f9748dd58146bfb2411c229b02969e0faf18222
Story: #1749057
Task: #22998
2018-07-16 14:26:50 +00:00
2018-03-22 13:45:20 -04:00
2015-03-27 10:01:11 +01:00
2015-02-26 04:15:08 -08:00
2017-03-02 11:45:33 +00:00
2018-06-06 15:27:00 -04:00

Team and repository tags

image

ironic_lib

Overview

A common library to be used exclusively by projects under the Ironic governance.

Running Tests

To run tests in virtualenvs (preferred):

$ sudo pip install tox
$ tox

To run tests in the current environment:

$ sudo pip install -r requirements.txt
$ nosetests
S
Description
A python library of common ironic utilities.
Readme 7.9 MiB