aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove basic-search-for-docker app, use sample-app/blog-search insteadvalerijf2017-05-3119-603/+4
|
* Run local zone without building local imagevalerijf2017-05-3110-385/+25
|
* Set isRunningLocally through environment variable instead of NodeAdminConfigvalerijf2017-05-314-23/+28
|
* Clean filedistribution inside node-admin containervalerijf2017-05-301-10/+13
|
* Write configs on container start as wellvalerijf2017-05-301-4/+10
|
* Merge pull request #2554 from yahoo/hakon/complete-retirement-early-in-dev-cdHarald Musum2017-05-291-2/+2
|\ | | | | Complete retirement early in dev CD
| * Complete retirement early in dev CDHåkon Hallingstad2017-05-261-2/+2
| |
* | log more info in this testArne H Juul2017-05-261-10/+11
|/ | | | | * this test is unstable on factory, so dump some more information in the log about what is happening.
* Merge pull request #2534 from yahoo/freva/skip-image-dl-if-runningValerij Fredriksen2017-05-246-20/+37
|\ | | | | Skip checking if a docker image is downloaded if we are already running it
| * Skip checking if a docker image is downloaded if we are already running itvalerijf2017-05-234-19/+22
| |
| * Add currentDockerImage to ContainerNodeSpecvalerijf2017-05-232-1/+15
| |
* | Merge pull request #2533 from yahoo/freva/reduce-docker-exec-callsValerij Fredriksen2017-05-245-27/+161
|\ \ | | | | | | Run node-maintainer once an hour
| * | Run node-maintainer once an hourvalerijf2017-05-235-27/+161
| |/
* | Merge pull request #2510 from yahoo/smorgrav/allowtodeletedirtynodesMorten Tokle2017-05-247-13/+15
|\ \ | | | | | | Allow docker containers to be deleted in dirty - add temporary rest call
| * | Add rest call to set node in ready - featureflag to switch between old and newtoby2017-05-237-13/+15
| | | | | | | | | | | | dynamic behavior. Allow docker nodes to be deleted from state dirty.
* | | getContainer once per converge loopvalerijf2017-05-241-36/+40
| |/ |/|
* | Merge pull request #2525 from yahoo/freva/fix-unstable-testValerij Fredriksen2017-05-231-22/+23
|\ \ | | | | | | Fix unstable test with retries
| * | Fix unstable test with retriesvalerijf2017-05-231-22/+23
| | |
* | | Set all yinst settings in one commandHarald Musum2017-05-231-5/+5
| |/ |/|
* | Add timestamp to debug outputHarald Musum2017-05-231-9/+13
| |
* | Not needed to mount start-services.out anymore, it is in logs/vespa nowHarald Musum2017-05-221-1/+0
|/
* Merge pull request #2489 from ↵Valerij Fredriksen2017-05-223-11/+20
|\ | | | | | | | | yahoo/freva/freeze-node-agents-before-orchestrator-suspend Freeze node agents before Orchestrator suspend
| * Initialize mocks before calling anythingvalerijf2017-05-193-11/+20
| |
* | Merge pull request #2516 from ↵Harald Musum2017-05-228-90/+86
|\ \ | | | | | | | | | | | | yahoo/freva/set-vespa-version-from-wanted-vespa-version Set vespaVersion in node-repo to be the same as wantedVespaVersion
| * | Set vespaVersion in node-repo to be the same as wantedVespaVersionvalerijf2017-05-228-90/+86
| | |