kalisio/kaabah

Add parameters to user scripts to allow factorization

robinbourianes-kalisio opened this issue · 1 comments

The idea is to call user scripts with additional parameters from terraform.
$1 would be manager or worker depending on instance
$2 would be instance index manager0 manager1 worker12 ...
This way we can have a single user script called with parameters to describe where it is running.

Added with 7f42fab
Example of factorized script here