summaryrefslogtreecommitdiffstats
path: root/node-maintainer/src
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable IPv6 check (#8012)olaaun2019-01-041-1/+1
|
* Support skipping hostname resolution verificationHåkon Hallingstad2018-10-043-8/+31
|
* HW verification of IPHåkon Hallingstad2018-10-033-22/+120
| | | | | | | | | | | | Hosts with HOST_NETWORK fails hardware divergence check of IP addresses because the reverse lookup returns the node hostname (this is the whole point of the host network - the container requires reverse lookup to pass, but not the host). For HOST_NETWORK we'll disable this check. We may want to add verification of reverse lookup of container IP addresses later. To compensate, forward resolution (hostname -> IP addresses) has been added.
* andreer/flavor bandwidth (#7141)Andreas Eriksen2018-09-288-14/+31
| | | | | | | | | | | | | | | | | | * add bandwidth to flavor * accept having more disk / memory than expected * add bandwidth to node-admin bindings * add bandwidth to test * fix test * disable ping check (and assume ipv6 connectivity) check has been deemed too unreliable to rely on for failing out nodes * add bandwidth field to expected responses
* Close response and clientValerij Fredriksen2018-08-283-24/+22
|
* Always close Files.list()Valerij Fredriksen2018-06-072-11/+15
|
* Use force option when compressingValerij Fredriksen2018-05-251-2/+2
|
* Remove unncessary throwsValerij Fredriksen2018-05-0710-27/+27
|
* Try with resources on Files.list()Valerij Fredriksen2018-04-121-2/+3
|
* replace "yinst" with "install"quiye2018-02-113-4/+4
|
* Merge pull request #4694 from vespa-engine/freva/remove-node-repo-dependanceValerij Fredriksen2018-01-1954-1462/+459
|\ | | | | Remove node-repo dependance from spec-verifier
| * andreer/memory speed parsing (#4703)Andreas Eriksen2018-01-189-62/+65
| | | | | | | | | | | | | | | | * replace dummy value with optional * handle results in the MB/s range * simplify division
| * Weaken declarationa accessValerij Fredriksen2018-01-1710-42/+42
| |
| * Clean up codeValerij Fredriksen2018-01-1713-60/+37
| |
| * Remove unused test resourcesValerij Fredriksen2018-01-1715-435/+0
| |
| * Fix testsValerij Fredriksen2018-01-178-193/+144
| |
| * Remove unused classes and their testsValerij Fredriksen2018-01-179-539/+0
| |
| * Take in nodeSpec through command line argumentsValerij Fredriksen2018-01-175-116/+158
| |
| * Rename NodeRepoJsonModel to NodeSpecValerij Fredriksen2018-01-1611-62/+60
| |
* | Set user agent for node-maintainerBjørn Christian Seime2018-01-181-0/+1
|/
* andreer/disable memory benchmark (#4673)Andreas Eriksen2018-01-163-10/+11
| | | | | | | | | | * fix typo * disable memory benchmark * disable memory benchmark test * disable memory read test too
* lz4 overwrite destination pathHåkon Hallingstad2017-12-181-2/+3
|
* Add copyright headerJon Bratseth2017-10-273-2/+5
|
* Add mainainers to annotate deployments with cluster info and utilizationtoby2017-10-101-2/+0
|
* Rename methods, no functional changesValerij Fredriksen2017-09-272-15/+15
|
* Limit to one coredump processingValerij Fredriksen2017-09-272-8/+45
|
* Fix coredump handlerValerij Fredriksen2017-09-132-11/+21
|
* Remove hardwareFailureTypeValerij Fredriksen2017-09-081-1/+0
|
* Changed write location for diskbenchmark (#3159)Sindre Grøstad2017-08-181-1/+1
|
* Adapt to junit 4.12 changesBjørn Christian Seime2017-08-181-2/+2
|
* Merge with masterJon Bratseth2017-08-1860-283/+593
|\
| * Non-functional changes only (#3153)Jon Bratseth2017-08-1853-164/+349
| | | | | | | | | | | | * Non-functional changes only * Added class level comments and authors
| * Interns/late changes (#3152)Sindre Grøstad2017-08-1859-122/+299
| | | | | | | | | | | | | | | | | | | | | | | | * Add tests for reporting when old HardwareDivergence is wrong and when not existing * ReportSender renamed to Reporter and READMEs updated * Added TODO file in verification * Added copyright headers * code cleanup
* | Add copyright headerJon Bratseth2017-08-1852-22/+74
|/
* Changed string build up for reportingsindre2017-08-152-6/+6
|
* Removed check for VM, will be done in chefsindre2017-08-154-16/+2
|
* Delete previous hardwareDivergence if it is not a valid JSON. Perform ↵Ola Aunrønning2017-08-153-1/+16
| | | | initVespalogging in main functions
* Now requires config server URL as parameterOla Aunrønning2017-08-158-53/+34
|
* removed sudo from commands and added comment to READMEsindre2017-08-152-3/+3
|
* Made test for ReportSenderOla Aunrønning2017-08-154-3/+73
|
* RefactoringOla Aunrønning2017-08-1521-50/+41
|
* update of READMEssindre2017-08-152-6/+13
|
* No longer exit program with code != 0Ola Aunrønning2017-08-152-8/+2
|
* Report is printed to std outOla Aunrønning2017-08-151-19/+2
|
* Deleted unused resource filessindre2017-08-152-17/+0
|
* Now sends HTTP Patch including benchmark/verification results to node repoOla Aunrønning2017-08-151-19/+20
|
* change of format for reportingsindre2017-08-159-102/+71
|
* change of format for reportingsindre2017-08-153-0/+149
|
* Changed IP addresses in testsOla Aunrønning2017-08-154-40/+9
|
* Removed some references to prod.Ola Aunrønning2017-08-151-1/+1
|