It would be useful to be able to start and stop halo resources in both a global context, and per-resource context.
For example:
halo start -- manages all resources and starts them
halo stop -- unmanages all resources and stops them
halo start <resource> -- manage specified resource and start it
halo stop <resource> -- unmanage specified resource and stop it
It would equally be useful to be able to run the manager daemon in a "start unmanaged" mode
I.E when the service is started, it connects to the remote hosts, but all resources are unmanaged by default so they do not start and therefore they must be started (per the previous commands) or managed manually.
It would be useful to be able to start and stop halo resources in both a global context, and per-resource context.
For example:
halo start-- manages all resources and starts themhalo stop-- unmanages all resources and stops themhalo start <resource>-- manage specified resource and start ithalo stop <resource>-- unmanage specified resource and stop itIt would equally be useful to be able to run the manager daemon in a "start unmanaged" mode
I.E when the service is started, it connects to the remote hosts, but all resources are unmanaged by default so they do not start and therefore they must be started (per the previous commands) or managed manually.