diskimage-builder/elements/deploy-ironic
Lucas Alvares Gomes af8eeebeb8 Fix the curl command in the ironic-deploy element
We need to use the eval command together with curl so that the
$TOKEN_HEADER variable is seems by curl as two arguments: "-H" and
"'X-Auth-Token: ...". Without the eval bash would interpret the variable
as only one argument "-H 'X-Auth-Token: ...'" making the curl command
to not understand that parameter and fail to pass the auth_token to the
Ironic API.

Change-Id: I4dcfc323d6ab9b7fa207328386ef65a146a93617
2014-01-16 13:16:47 +00:00
..
binary-deps.d Add deploy ramdisk element for Ironic 2013-12-04 17:57:44 +02:00
init.d Fix the curl command in the ironic-deploy element 2014-01-16 13:16:47 +00:00
install.d Add deploy ramdisk element for Ironic 2013-12-04 17:57:44 +02:00
README.md Add deploy ramdisk element for Ironic 2013-12-04 17:57:44 +02:00

README.md

A ramdisk that will expose the machine primary disk over iSCSI and reboot once Ironic signals it is finished.