theforeman / foreman_hooks

Run custom hook scripts on Foreman events
http://m0dlx.com/blog/Extending_Foreman_quickly_with_hook_scripts.html
GNU General Public License v3.0
56 stars 50 forks source link

Orchestration hooks not run on Foreman 1.1 with EC2 hosts #5

Closed domcleal closed 11 years ago

domcleal commented 11 years ago

When creating or destroying EC2 hosts on Foreman 1.1, orchestration hooks don't get queued and executed.

panikal commented 11 years ago

This also affects vmware under Foreman 1.2 RC3. I can see the hooks getting registered in the log but they never get executed.

domcleal commented 11 years ago

I think this issue has been fixed in a478828 - it was an issue when running in Rails' production mode thanks to an optimisation I added in 0.3.2, which only worked in development mode. I'll make a new release shortly after some more testing.