My context maas + juju , and deploying a big bundle
Can we enforce a reboot step , just after juju has deployed his agent , but before running the charm ?
One solution is :
create model
create all machines , via a loop juju add-machine
reboot all machines , with a loop juju ssh
and deploy the bundle
Do i have another way to do this ?