rtyler / otto

Otto is your friendly continuous delivery companion.
GNU Affero General Public License v3.0
80 stars 5 forks source link

Implement a simple "Local Orchestrator" #41

Closed rtyler closed 3 years ago

rtyler commented 3 years ago

The simplest possible Orchestrator I can think of just listens for events and the runs otto-agent locally. This seems like the simplest approach in order to get a self-hosted version up and running.

rtyler commented 3 years ago

I'm going to close this out, this is effectively implemented in its most basic form inside of services/local-orchestrator