Some scenarios (image vector overwrite, machine image calucation) currently require blueprints that calculates some data with more logic than templates can offer.
To support reusability one way is to offer such functionality as blueprint build with a container deployer.
BUT using a container deployer has lot of overhead for development testing and execution which is most of the time unnecessary.
Therefore, we should offer an easy and lightweight possibility to run code in a deployer.
Maybe only support for golang (or a binary) is enough for now.
How to categorize this issue?
/area deployers /kind enhancement /priority 4
What would you like to be added:
Some scenarios (image vector overwrite, machine image calucation) currently require blueprints that calculates some data with more logic than templates can offer. To support reusability one way is to offer such functionality as blueprint build with a container deployer. BUT using a container deployer has lot of overhead for development testing and execution which is most of the time unnecessary.
Therefore, we should offer an easy and lightweight possibility to run code in a deployer. Maybe only support for golang (or a binary) is enough for now.
Requirements: