orange-cloudfoundry / generic-scripting-release

A bosh release to execute generic scripting on bosh lifefecycle events
Apache License 2.0
3 stars 2 forks source link

multiple scripts support #5

Closed poblin-orange closed 2 years ago

poblin-orange commented 4 years ago

To ease composition of scripts, we could improve the release to manage an array of scripts (pre-start/post-start ...), instead of a single script. This could enable granular pre-start actions (eg: per COA profile,per iaas type)

cc @ogrand

poblin-orange commented 2 years ago

First implementation with an additional scripting-list job, with properties as array enabling multiple bosh lifecycle hooked scripts