F5Networks / f5-openstack-image-prep

Contains scripts to prepare an F5® BIG-IP® VE image file to boot in OpenStack.
Apache License 2.0
0 stars 13 forks source link

provide support for wc_notify #62

Closed caphrim007 closed 7 years ago

caphrim007 commented 7 years ago

Heat offers a pattern where you can establish a wait condition and a wait condition handle. Then, provide that url to a shell script so that the script can notify heat when the setup of the vm resource is complete

https://docs.openstack.org/developer/heat/template_guide/software_deployment.html#signals-and-wait-conditions

This is fairly easy to do with cloud-init on bigip v13 or greater, but is not possible on bigip <13 using the JSON blob and gruber script.

Provide for a way (like another key in the JSON payload) that allows the boot scripts to notify heat when the bigip vm is complete.