summaryrefslogtreecommitdiffstats
path: root/node-admin
Commit message (Expand)AuthorAgeFilesLines
* Not needed to mount start-services.out anymore, it is in logs/vespa nowHarald Musum2017-05-221-1/+0
* Merge pull request #2489 from yahoo/freva/freeze-node-agents-before-orchestra...Valerij Fredriksen2017-05-223-11/+20
|\
| * Initialize mocks before calling anythingvalerijf2017-05-193-11/+20
* | Merge pull request #2516 from yahoo/freva/set-vespa-version-from-wanted-vespa...Harald Musum2017-05-228-90/+86
|\ \
| * | Set vespaVersion in node-repo to be the same as wantedVespaVersionvalerijf2017-05-228-90/+86
* | | Merge pull request #2517 from yahoo/hmusum/mount-start-services.outValerij Fredriksen2017-05-221-0/+1
|\ \ \ | |/ / |/| |
| * | Mount logs/start-services.outHarald Musum2017-05-221-0/+1
* | | Make network namespace command execute through docker-api with timeoutvalerijf2017-05-222-57/+26
|/ /
* | Merge pull request #2505 from yahoo/freva/rename-system-metrics-applicationValerij Fredriksen2017-05-192-4/+4
|\ \
| * | Rename system metrics application to "vespa.node"valerijf2017-05-192-4/+4
| |/
* / Give name to schedulersHarald Musum2017-05-192-10/+5
|/
* Disable automtic retries in http clientHarald Musum2017-05-171-16/+2
* Merge pull request #2474 from yahoo/freva/node-admin-local-zoneHarald Musum2017-05-165-15/+58
|\
| * Make it possible to run local zone locally againvalerijf2017-05-165-15/+58
* | Merge pull request #2464 from yahoo/bjorncs/athensgjoranv2017-05-161-0/+3
|\ \
| * | Update zpe cache every 30th minutesBjørn Christian Seime2017-05-151-0/+3
* | | Fix rollback test (#2470)Martin Polden2017-05-161-3/+7
| |/ |/|
* | Merge pull request #2468 from yahoo/mpolden/synchronize-acl-configurationhakonhall2017-05-161-2/+2
|\ \
| * | Synchronize ACL configurationMartin Polden2017-05-161-2/+2
| |/
* / Initialize mocks before calling anythingvalerijf2017-05-161-1/+2
|/
* Add new metricsvalerijf2017-05-155-15/+167
* Simplify StorageMaintainervalerijf2017-05-152-8/+11
* Remove docker.containers.running metricvalerijf2017-05-154-32/+7
* Push metrics from nodeagent to containers with timeout - proof of concepttoby2017-05-091-0/+9
* Consistent formattingtoby2017-05-096-32/+39
* Re-introduce exec in docker container with timeout methodtoby2017-05-095-18/+75
* Merge pull request #2332 from yahoo/freva/additional-node-agent-loggingHarald Musum2017-05-091-1/+5
|\
| * Add log after setting containerState to RUNNINGvalerijf2017-05-021-1/+1
| * Log containerState and isFrozen transitionsvalerijf2017-05-021-0/+4
* | Remove debug method and updated testsHarald Musum2017-05-083-6/+2
* | Fetch containers to run from tick loopHarald Musum2017-05-082-15/+9
|/
* Revert and fix changes to dependenciesHarald Musum2017-04-261-7/+1
* Merge pull request #2280 from yahoo/bratseth/maintenance-job-controlJon Bratseth2017-04-261-0/+12
|\
| * Fix dependenciesJon Bratseth2017-04-251-0/+12
* | Merge pull request #2263 from yahoo/freva/do-not-throw-runtime-exception-on-n...Harald Musum2017-04-256-38/+39
|\ \
| * | Do not throw RuntimeException on non-200 responsevalerijf2017-04-256-38/+39
| |/
* / Use own log file for maintainervalerijf2017-04-251-1/+1
|/
* Only ask Orchestrator for permission to suspend when in state activevalerijf2017-04-182-3/+10
* Revert "Treat NOT FOUND from Orchestrator as OK"valerijf2017-04-184-14/+15
* Treat NOT FOUND from Orchestrator as OKValerij2017-04-134-15/+14
* Ask orchestrator to suspend before freezingvalerijf2017-04-102-29/+21
* Re-throw orchestrator not found as OrchestratorNotFoundExceptionvalerijf2017-04-075-22/+17
* Make all node-admin orchestrator client methods voidvalerijf2017-04-079-136/+97
* Set ContainerState ABSENT after (successfully) removing the containervalerijf2017-04-071-1/+1
* Set initial node-admin state to frozen to force convergencevalerijf2017-04-066-12/+25
* Fix a TODO in NodeAdmin to simplify testsvalerijf2017-04-063-68/+44
* Setup logging for node-maintainerHarald Musum2017-04-061-2/+6
* Use VESPA_TOTAL_MEMORY_MB when starting containerHåkon Hallingstad2017-04-051-2/+4
* Resume node-admin on /rest/resumevalerijf2017-04-053-3/+10
* Merge pull request #2157 from yahoo/hmusum/make-dir-writable-by-everyone-part-2Valerij Fredriksen2017-04-051-1/+1
|\