aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #2517 from yahoo/hmusum/mount-start-services.outValerij Fredriksen2017-05-221-0/+1
|\ \ \ | |/ / |/| | Mount logs/start-services.out
| * | 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"
| * | 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
| | | | | * We have our own retrying outside of this, if the client retries that is not working as expected
* Merge pull request #2474 from yahoo/freva/node-admin-local-zoneHarald Musum2017-05-165-15/+58
|\ | | | | Make it possible to run local zone locally again
| * 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
|\ \ | | | | | | Revert "Run extension script if exists"
| * | 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 configuration
| * | 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
|\ | | | | Log containerState and isFrozen transitions
| * 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
|/ | | | | | * Avoid first time fetching not being run due to not being in resumed state and the not fetching for 5 minutes by fetching from tick loop instead. Also makes code simpler.
* 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
|\ | | | | Bratseth/maintenance job control
| * Fix dependenciesJon Bratseth2017-04-251-0/+12
| |
* | Merge pull request #2263 from ↵Harald Musum2017-04-256-38/+39
|\ \ | | | | | | | | | | | | yahoo/freva/do-not-throw-runtime-exception-on-non-200-response Do not throw RuntimeException on non-200 response
| * | 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
| | | | This reverts commit 12bd670a38e408c3ae69ec50295e56bb167f625c.
* 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
| | | | * Setup logging and use vespa.log when started from node-admin
* 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
|\ | | | | var/yca needs to be writable too
| * var/yca needs to be writable tooHarald Musum2017-04-051-1/+1
| |
* | Merge pull request #2153 from yahoo/freva/suspend-all-on-node-admin-upgradehakonhall2017-04-055-55/+50
|\ \ | |/ |/| Freva/suspend all on node admin upgrade
| * Suspend all active nodes if wanted state is SUSPENDED_NODE_ADMINvalerijf2017-04-043-47/+41
| |
| * Renamed values, no functional changesvalerijf2017-04-042-8/+9
| |
* | Make yca log dir writable by everyoneHarald Musum2017-04-041-1/+1
|/