bifrost/playbooks/roles/bifrost-create-bootable-image/defaults/main.yml
stephane ff600a5033 Move diskimage-builder and bootable image creation to roles
Break out image creation via diskimage-builder into a separate role.
Also break out create-bootable-image for consistency, though it is
legacy stuff that we do not expect to use in future.

In addition to the above, clean up a couple of typos, etc. in the
adjacent code and documentation.

Implements: blueprint bifrost-deployment-image
Change-Id: If3dbfa6a6b4e3f6eee9b614342dbf5bccadfbd65
2015-07-08 12:47:36 -07:00

6 lines
141 B
YAML

---
http_boot_folder: /httpboot
deploy_image_filename: "partition_image.raw"
deploy_image: "{{http_boot_folder}}/{{deploy_image_filename}}"