Hi,
What is the best way to enforce a project-wide startup script and also allow for an additional startup script at the instance level?
The use case is: every VM in a project would have a script that installs a few pieces of mandatory software and then I can configure per instance other additional things to happen.
Something like "startup-script-url-2" at the instance level or "startup-script-url" at the project level. This way I can avoid having to maintain a custom image or always calling the project wide script from the instance level script manually. Does cloud-init have a facility to solve this?
Regards,
Dennis O.