summaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-10-27 10:06:05 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-10-27 10:06:05 +0200
commit4cbb86ca755f56defd3768571087bfdd73e0193c (patch)
treea129434433237152f0ad00b84ba1f4a50a1da03c /orchestrator
parente046148b2e28e2d8bf261c356fa884f882f433e4 (diff)
Add copyright header
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/orchestrator/README.md b/orchestrator/README.md
index 455bd265fcc..de2995cb143 100644
--- a/orchestrator/README.md
+++ b/orchestrator/README.md
@@ -1,3 +1,4 @@
+<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
# 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
@@ -7,4 +8,4 @@ should be allowed to stop its services.
* 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
+* Instance resource, exposing the orchestrators current knowledge