summaryrefslogtreecommitdiffstats
path: root/node-maintainer
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 /node-maintainer
parente046148b2e28e2d8bf261c356fa884f882f433e4 (diff)
Add copyright header
Diffstat (limited to 'node-maintainer')
-rw-r--r--node-maintainer/README.md1
-rw-r--r--node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/TODO.md3
-rw-r--r--node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/hardware/README.md3
-rw-r--r--node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/spec/README.md1
4 files changed, 6 insertions, 2 deletions
diff --git a/node-maintainer/README.md b/node-maintainer/README.md
index 4a32f207fdf..33df558effb 100644
--- a/node-maintainer/README.md
+++ b/node-maintainer/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. -->
# Node Admin Maintenance
Executes maintenance jobs, such as deleting old logs, processing and reporting coredumps, on behalf of node-admin.
diff --git a/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/TODO.md b/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/TODO.md
index 846c52ff645..e7869adb66a 100644
--- a/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/TODO.md
+++ b/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/TODO.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. -->
#TODO
Here we have listed things we did not have time to do during the summer, but that we think can be implemented later.
@@ -27,4 +28,4 @@ Here it is room for improvements and some possible solutions are:
with errors in HardwareDivergence.
- In addition to uploading the report to node repo, have actions based on what kind of errors and what kind of state
the node has.
- - Automatically create Jira tickets when something is reported wrong on a node. \ No newline at end of file
+ - Automatically create Jira tickets when something is reported wrong on a node.
diff --git a/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/hardware/README.md b/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/hardware/README.md
index ff580db7f73..defa24bfcab 100644
--- a/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/hardware/README.md
+++ b/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/hardware/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. -->
# Hardware Verification
Verification of behaviour and performance of hardware. Benchmarks cpu frequency, disk write speed and memory write/read speed.
A report is sent to the node repository if any of the results are below an accepted threshold.
@@ -10,4 +11,4 @@ the BenchmarkResultInspector, which creates a BenchmarkReport containing the val
ReportSender is then called such that
the old HardwareDivergence report is retrieved from node repo and updated with the new results. ReportSender prints the new HardwareReport such that it
-can be updated in node repo by chef or other. \ No newline at end of file
+can be updated in node repo by chef or other.
diff --git a/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/spec/README.md b/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/spec/README.md
index 26856e078eb..d7129553416 100644
--- a/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/spec/README.md
+++ b/node-maintainer/src/main/java/com/yahoo/vespa/hosted/node/verification/spec/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. -->
# Spec Verification
Verifies that the spec information in node repo coincides with what found on the node and reports back to node repo.