summaryrefslogtreecommitdiffstats
path: root/node-admin
Commit message (Collapse)AuthorAgeFilesLines
* Fix cpu util calculation to work with multi-flavors and without ready nodesvalerijf2017-06-204-10/+23
|
* Add a method to read total memory of hostvalerijf2017-06-202-0/+42
|
* Test against a pseudo JSON file for readabilityvalerijf2017-06-202-5/+90
|
* Merge pull request #2808 from yahoo/freva/node-admin-metricsValerij Fredriksen2017-06-2010-428/+100
|\ | | | | Freva/node admin metrics
| * Remove host dimension from node-admin metricsvalerijf2017-06-192-9/+2
| |
| * Remove global dimensions from vespa.yaml and system metricsvalerijf2017-06-192-28/+0
| |
| * Add canonicalFlavor to ContainerNodeSpecvalerijf2017-06-193-1/+19
| |
| * Remove unneeded created field in Containervalerijf2017-06-192-17/+3
| |
| * Remove extra quotationvalerijf2017-06-163-5/+5
| |
| * Removed old docker.node.* metricsvalerijf2017-06-163-148/+2
| |
| * Change metrics update ratevalerijf2017-06-161-2/+2
| |
| * Only call rpc_invoke with containers metricsvalerijf2017-06-164-190/+56
| |
| * Move DimensionMetrics to own class, add Buildervalerijf2017-06-161-1/+2
| |
| * Let secret-agent report host_life.alive inside containervalerijf2017-06-163-47/+29
| |
* | import getDefaultsArne H Juul2017-06-191-2/+2
| |
* | Merge pull request #2815 from yahoo/hakon/logging-tuning-in-nodeadminhakonhall2017-06-192-21/+30
|\ \ | | | | | | Logging tuning in NodeAdmin
| * | Log a bit more in request executorHåkon Hallingstad2017-06-181-1/+6
| | |
| * | Logging tuning in NodeAdminHåkon Hallingstad2017-06-182-21/+25
| |/
* | move wrongly placed functionArne H Juul2017-06-171-4/+4
| |
* | VESPA_HOME should not end with / anymoreArne H Juul2017-06-172-4/+0
|/ | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Use Duration instead of longHåkon Hallingstad2017-06-162-3/+3
|
* Makes node admin try to freeze for up to 5 minutes before running unfrozen ticksHåkon Hallingstad2017-06-159-23/+138
|
* Merge pull request #2768 from yahoo/freva/node-admin-restart-filebeatValerij Fredriksen2017-06-151-9/+40
|\ | | | | Node-Admin restart filebeat service once a day
| * Node-Admin restart filebeat service once a dayvalerijf2017-06-141-9/+40
| |
* | Update copyright headersJon Bratseth2017-06-1478-60/+78
| |
* | Revert "Update copyright headers"Jon Bratseth2017-06-1478-78/+59
| |
* | Update copyright headersJon Bratseth2017-06-1478-59/+78
| |
* | Remove carriage returnJon Bratseth2017-06-146-6/+6
|/
* Revert "Copyright header"Jon Bratseth2017-06-1378-84/+66
|
* Copyright headerJon Bratseth2017-06-1378-66/+84
|
* Merge pull request #2702 from yahoo/mpolden/docker-image-configJon Bratseth2017-06-132-3/+3
|\ | | | | Docker image config
| * Remove remaining docker-registry references in node-admin and docker-apiMartin Polden2017-06-122-3/+3
| |
* | Merge pull request #2703 from yahoo/smorgrav/dockermetricsbyrpcgjoranv2017-06-122-6/+16
|\ \ | | | | | | Replace dummy rpc call with the real metricsproxy rpc call
| * | Rename build rpc argument methodtoby2017-06-122-3/+3
| | |
| * | Replace dummy rpc call with the real metricsproxy rpc call to set extra metricstoby2017-06-122-6/+16
| |/
* | Non-functional changesvalerijf2017-06-125-41/+43
| |
* | Simplify DockerTester interfacevalerijf2017-06-123-91/+21
| |
* | Use mockito instead of NodeRepoMockvalerijf2017-06-121-9/+8
|/
* Merge pull request #2684 from yahoo/mpolden/remove-hostname-referencesValerij Fredriksen2017-06-123-1/+18
|\ | | | | Remove hostname references
| * Pass feedEndpoint variable to node-maintainer handle-coredumpsvalerijf2017-06-093-1/+18
| |
* | Orchestrator support for setting host statusHåkon Hallingstad2017-06-121-6/+0
|/ | | | | | | | | | | | | | | | Directly setting the host status can be useful for an operator, e.g. to break a deadlock. Unfortunately, some code use the term "host status" while others use "host state". I haven't settled yet on which is preferred, e.g. 'state' is used in REST APIs, but 'status' is the original term and slightly more used. This PR maintains the local use of the terms, meaning it adds 'state' where that's normally used and 'status' other places. Setting the deadlock is done with a PATCH request, which is defined in jaxrs_utils. jaxrs_utils only defines PATCH, and that's not used anywhere else except in jaxrs_client_utils tests. So I remove this module as a dependency a couple of places.
* Merge pull request #2670 from yahoo/arnej/less-hardcoded-yahooJon Bratseth2017-06-082-7/+7
|\ | | | | Arnej/less hardcoded yahoo
| * use vespaUser() from DefaultsArne H Juul2017-06-082-7/+7
| |
* | Use scheduleWithFixedDelay instead of scheduleAtFixedRatevalerijf2017-06-081-2/+2
| |
* | Use listContainers in NodeAdminImplvalerijf2017-06-087-29/+48
|/
* Merge pull request #2612 from ↵Valerij Fredriksen2017-06-074-19/+39
|\ | | | | | | | | yahoo/freva/do-not-update-version-unless-container-is-running Do not update version unless container is running
| * Do not update version unless container is runningvalerijf2017-06-024-19/+39
| |
* | Ignore unstable testvalerijf2017-06-021-0/+2
| |
* | Add nodectl-instancevalerijf2017-06-021-0/+191
|/
* Small change to re-trigger yahooclavalerijf2017-06-021-1/+1
|