Test script to drive image testing

Support to enable building an IPA image for testing
and script to leverage testing image building.

Change-Id: I31263909d2cb275491e57d7ed8c3f08a86462699
This commit is contained in:
Julia Kreger
2015-07-29 15:11:33 -04:00
parent 6840c963a2
commit e929254f93
7 changed files with 88 additions and 0 deletions

View File

@@ -375,3 +375,16 @@ and thus will not automatically grow the root partition.
Due to the nature of the design, it would be relatively easy for a user to
import automatic growth or reconfiguration steps either in the image to be
deployed, or in post-deployment steps via custom Ansible playbooks.
Custom IPA Images
=================
Bifrost supports the ability for a user to build a custom IPA ramdisk
utilizing the diskimage-builder element "ironic-agent". In order to utilize
this feature, the download_ipa setting must be set to "false" and the
create_ipa_image must be set to "true". By default, the playbook will build
a Debian based IPA image, if a pre-existing IPA image is not present on disk.
If you wish to include an extra element into the IPA disk image, such as a
custom hardware manager, you can pass the variable "ipa_extra_dib_elements"
as a space separated list of elements. This defaults to an emtpy string.