Closed caphrim007 closed 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.
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.