[openstack-dev] [tripleo] [ironic] Where to keep discover images

Jaromir Coufal jcoufal at redhat.com
Thu Apr 9 23:43:55 UTC 2015


Hey Dmitry,

I wanted to ask you about ironic-discoverd.

At the moment, after build, the discovery images are copied into local 
folder:

TFTP_ROOT=${TFTP_ROOT:-/tftpboot}

sudo cp -f "$IMAGE_PATH/$DISCOVERY_NAME.kernel" 
"$TFTP_ROOT/discovery.kernel"
sudo cp -f "$IMAGE_PATH/$DISCOVERY_NAME.initramfs" 
"$TFTP_ROOT/discovery.ramdisk"

I am wondering why is that and if discoverd can work with these images 
if they were loaded into glance. I mean it would be definitely more 
convenient than keeping them locally.

Thanks
-- Jarda



More information about the OpenStack-dev mailing list