summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
* Use config-provisioning DockerImageValerij Fredriksen2019-03-1315-18/+19
|
* Merge pull request #8737 from vespa-engine/freva/remove-whitelisted-hostnamesValerij Fredriksen2019-03-124-70/+28
|\ | | | | Remove whitelisted hostnames
| * Remove whitelisted hostnamesValerij Fredriksen2019-03-114-70/+28
| |
* | Allow allocating to non-active hosts with dynamic provisioningValerij Fredriksen2019-03-111-3/+8
|/
* Tester nodes are expired whenever inactiveJon Marius Venstad2019-03-083-1/+40
|
* Add model name when provisioned (#8692)olaaun2019-03-0713-28/+31
|
* 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
| | | | | | Preserve the type of the node reports. Use the type to make decisions in NodeFailer and FailedExpirer.
* 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
|\ | | | | Arnej/add network ports 2
| * 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
| | | | | | | | | | * add port suffixes to identify individual ports for a service * stash port reservations from current config model
* | 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 ↵Harald Musum2019-02-211-1/+1
| | | | | | | | available
* | Merge pull request #8551 from vespa-engine/freva/fixesValerij Fredriksen2019-02-207-15/+63
|\ \ | |/ |/| Minor HostProvisioner fixes
| * 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 ↵Håkon Hallingstad2019-02-181-1/+7
|\ \ | | | | | | | | | | | | vespa-engine/hakonhall/return-system-instead-of-nodefailer-in-rest-api Return system instead of NodeFailer in REST API
| * | 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 ↵Jon Bratseth2019-02-181-5/+5
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hakonhall/stop-using-agentnodefailer-until-v6-is-gone Stop using Agent.NodeFailer until v6 is gone
| * | | Stop using Agent.NodeFailer until v6 is goneHåkon Hallingstad2019-02-181-5/+5
| |/ / | | | | | | | | | vespa-maven-plugin fixed at v6 is in use by those apps.
* / / 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 ↵Håkon Hallingstad2019-02-181-0/+1
|\ | | | | | | | | vespa-engine/hakonhall/remove-hardwaredivergence-from-node-admin Remove hardwareDivergence from node-admin
| * 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 ↵Håkon Hallingstad2019-02-159-16/+29
|\ | | | | | | | | vespa-engine/hakonhall/loose-allocation-when-retiring-or-hw-failing Lose allocation when retiring or hw failing
| * 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.Builder
| * 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 ↵Håkon Hallingstad2019-02-1310-28/+237
|\ | | | | | | | | vespa-engine/hakonhall/retirefail-hosts-with-failure-reports Retire/fail hosts with failure reports
| * 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
| |