aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Expand)AuthorAgeFilesLines
* Simplify mockMartin Polden2019-03-012-9/+8
* Test load balancer re-activationMartin Polden2019-03-012-0/+13
* SimplifyMartin Polden2019-03-011-11/+9
* Limit fields that can be mutated by a LoadBalancerServiceMartin Polden2019-03-0111-120/+153
* Remove unnecessary default implementationsMartin Polden2019-03-012-14/+2
* Use the type of the node reportHåkon Hallingstad2019-02-283-34/+60
* Deploy zone-app fasterValerij Fredriksen2019-02-273-21/+20
* Force removalValerij Fredriksen2019-02-262-2/+2
* Delete unused classJon Marius Venstad2019-02-221-45/+0
* Merge pull request #8574 from vespa-engine/arnej/add-network-ports-2Arne H Juul2019-02-217-19/+107
|\
| * add network ports to NodesResponseArne Juul2019-02-201-8/+10
| * transfer network ports from node Allocation to HostSpecArne Juul2019-02-201-3/+11
| * add unit test for network port list serializationArne Juul2019-02-201-0/+29
| * add list of network port allocationsArne Juul2019-02-204-8/+57
* | Use a valid duration, 1 day is much longer than any app lives in test zonesHarald Musum2019-02-211-1/+2
* | No need to do redeployments in test environmentsHarald Musum2019-02-211-1/+1
* | Increase thread pool size, unit tests have failed due to too few threads avai...Harald Musum2019-02-211-1/+1
* | Merge pull request #8551 from vespa-engine/freva/fixesValerij Fredriksen2019-02-207-15/+63
|\ \ | |/ |/|
| * Control (De)provision maintainers with enable dynamic provisioning flagValerij Fredriksen2019-02-196-12/+37
| * Do not log entire stack trace for simple errorsValerij Fredriksen2019-02-191-1/+4
| * Expose ProvisionHost methodsValerij Fredriksen2019-02-191-2/+22
* | Merge pull request #8546 from vespa-engine/hakonhall/return-system-instead-of...Håkon Hallingstad2019-02-181-1/+7
|\ \
| * | Use Agent instead of Agent.name()Håkon Hallingstad2019-02-181-3/+3
| * | Return system instead of NodeFailer in REST APIHåkon Hallingstad2019-02-181-1/+7
* | | Merge pull request #8545 from vespa-engine/hakonhall/stop-using-agentnodefail...Jon Bratseth2019-02-181-5/+5
|\ \ \
| * | | Stop using Agent.NodeFailer until v6 is goneHåkon Hallingstad2019-02-181-5/+5
| |/ /
* / / Require all child nodes to be suspended in NodeFailerHåkon Hallingstad2019-02-182-1/+74
|/ /
* / Only fail tenant host nodes with failure reportsHåkon Hallingstad2019-02-181-6/+8
|/
* Merge pull request #8528 from vespa-engine/hakonhall/remove-hardwaredivergenc...Håkon Hallingstad2019-02-181-0/+1
|\
| * Remove hardwareDivergence from node-adminHåkon Hallingstad2019-02-181-0/+1
* | reports and modelName wrongly removedHåkon Hallingstad2019-02-171-7/+2
|/
* Merge pull request #8516 from vespa-engine/hakonhall/loose-allocation-when-re...Håkon Hallingstad2019-02-159-16/+29
|\
| * loose -> loseHåkon Hallingstad2019-02-151-1/+1
| * Use same parameter ordering for park and moveHåkon Hallingstad2019-02-151-5/+5
| * Loose allocation when retiring or hw failingHåkon Hallingstad2019-02-159-16/+29
* | Fail instead of retire on failure report in NodeFailerHåkon Hallingstad2019-02-152-157/+38
|/
* Change name of modelId to modelName (#8507)olaaun2019-02-156-31/+30
* Merge pull request #8505 from vespa-engine/hakonhall/remove-nodebuilderMartin Polden2019-02-156-168/+47
|\
| * Remove Node.BuilderHåkon Hallingstad2019-02-146-168/+47
* | Pass provision indexes to host provisionerValerij Fredriksen2019-02-144-18/+35
|/
* Merge pull request #8478 from vespa-engine/hakonhall/retirefail-hosts-with-fa...Håkon Hallingstad2019-02-1310-28/+237
|\
| * Use valerijs super streamHåkon Hallingstad2019-02-131-14/+18
| * 10s timeoutHåkon Hallingstad2019-02-131-1/+1
| * Rename to activeNodesHåkon Hallingstad2019-02-131-3/+3
| * Max 1 active host with wantToRetire, and fix NodeFailer.hasHardwareIssueHåkon Hallingstad2019-02-123-21/+74
| * Also fail on badDiskType, badInterfaceSpeed, badCpuCountHåkon Hallingstad2019-02-121-1/+7
| * Retire/fail hosts with failure reportsHåkon Hallingstad2019-02-1210-28/+174
* | Added patchable model Id field. (#8442)olaaun2019-02-138-6/+45
* | Merge pull request #8449 from vespa-engine/jvenstad/cache-orchestrator-host-s...Jon Marius Venstad2019-02-115-24/+27
|\ \ | |/ |/|
| * Expose host status cache, and use it for all bulk operationsJon Marius Venstad2019-02-084-19/+22