2b540a00bb9f16f8e6341e4089582f21c3160ced
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
Team and repository tags
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
Description