aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator/README.md
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
commit72231250ed81e10d66bfe70701e64fa5fe50f712 (patch)
tree2728bba1131a6f6e5bdf95afec7d7ff9358dac50 /orchestrator/README.md
Publish
Diffstat (limited to 'orchestrator/README.md')
-rw-r--r--orchestrator/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/orchestrator/README.md b/orchestrator/README.md
new file mode 100644
index 00000000000..455bd265fcc
--- /dev/null
+++ b/orchestrator/README.md
@@ -0,0 +1,10 @@
+# Orchestrator, a.k.a. Maestro
+A service to facilitate safe and staggered restart and upgrades of services in a Vespa instance.
+It uses consolidated information from Slobrok and the application model to decide if a hosts
+should be allowed to stop its services.
+
+## TODO:
+* Constraint on requests on start-up.
+* Constraint on requests after permitting host to go down (it should last at least as long as Slobrok heartbeat cycle).
+* Implement caching of host-down decisions.
+* Instance resource, exposing the orchestrators current knowledge \ No newline at end of file