aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning/NodeSpec.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Consider switching cost when choosing resourcesJon Bratseth2023-08-151-9/+5
* Pull in groupSizeJon Bratseth2023-07-121-0/+3
* Allocate all groups in one goJon Bratseth2023-07-091-30/+27
* Remove NodeSpec::isExclusiveValerij Fredriksen2023-06-291-10/+1
* Wire hostTTL from config model through provisioningjonmv2023-05-261-5/+16
* Do not fail if no capacity due to retirementValerij Fredriksen2023-04-141-7/+13
* No functional changesJon Bratseth2023-04-141-2/+2
* Simplify, and fix some bugsJon Bratseth2022-11-291-0/+2
* Mostly test with AWS setupJon Bratseth2022-11-171-2/+2
* Support autoscaling in dynamic shared zonesJon Bratseth2022-11-161-9/+5
* Separate dynamic provisioning and host sharingJon Bratseth2022-11-151-4/+1
* Less OptionalMartin Polden2022-10-271-13/+10
* Fall back to default cloud account in node specMartin Polden2022-10-261-4/+6
* Let CapacityPolicies decide exclusivity based on cloud accountMartin Polden2022-05-181-1/+4
* Use cloud account from model in host provisioningMartin Polden2022-05-131-5/+21
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Allow in-place resize for non-content nodes when decreasing resources and inc...Valerij Fredriksen2021-09-291-4/+5
* Allow unretiring nodes allocated with type specValerij Fredriksen2021-04-151-5/+6
* Remove dynamic-config-server-provisioning flagMartin Polden2021-03-171-3/+2
* Merge pull request #16984 from vespa-engine/hakonhall/retire-all-wanttoretire...Martin Polden2021-03-161-4/+2
|\
| * Retire all wanttoretire nodes with TypeNodeSpecHåkon Hallingstad2021-03-161-4/+2
* | Dynamically allocate controllers like config serversHåkon Hallingstad2021-03-161-1/+3
|/
* requireActiveParent() -> rejectNonActiveParent()Håkon Hallingstad2021-03-081-4/+4
* Only include infra cfg (proxy) nodes of active parents in the cfg (proxy) app...Håkon Hallingstad2021-03-081-0/+13
* Revert "Respect exclusive request when allocating by type"Martin Polden2021-03-031-6/+4
* Respect exclusive request when allocating by typeMartin Polden2021-03-031-4/+6
* Provision config servers dynamicallyMartin Polden2021-03-021-2/+8
* Avoid candidate node field accessJon Bratseth2020-09-291-3/+3
* Revert "Revert "Bratseth/allocation improvements" MERGEOK"Jon Bratseth2020-09-091-0/+12
* Revert "Bratseth/allocation improvements"Jon Marius Venstad2020-09-091-12/+0
* Reuse inactive nodes also when they are retired firstJon Bratseth2020-09-091-0/+12
* SpareCapacityMaintainer sketchJon Bratseth2020-06-121-1/+1
* Allocate new nodes instead of unretire+resizeJon Bratseth2020-04-231-0/+12
* Support in-place node resize in certain casesValerij Fredriksen2020-01-131-6/+20
* Remove NodeSpec::assignRequestedFlavorValerij Fredriksen2020-01-131-25/+3
* Non functional changesValerij Fredriksen2020-01-131-1/+1
* Pass requestedResources through HostResourcesJon Bratseth2019-11-061-2/+2
* Preserve resources decided implicitly by policies as requestedJon Bratseth2019-11-041-2/+2
* Remember requested resources on nodesJon Bratseth2019-10-301-2/+10
* Don't retire if we cannot failJon Bratseth2019-08-231-0/+12
* Revert "Merge pull request #10281 from vespa-engine/revert-10274-bratseth/rem...Jon Bratseth2019-08-141-11/+5
* Revert "Bratseth/remove allocation by flavor"Harald Musum2019-08-141-5/+11
* Remove handling of legacy flavor allocationsJon Bratseth2019-08-141-11/+5
* Ress resources is not compatible with more resourcesValerij Fredriksen2019-08-131-3/+3
* Allocate slow disk nodes whenever possibleJon Bratseth2019-05-181-5/+8
* Take disk speed into accountJon Bratseth2019-05-181-0/+3
* Create nodes by resourcesJon Bratseth2019-05-061-1/+1
* Allow node allocation by resource specJon Bratseth2019-05-061-21/+19
* Allow continuous node resource specsJon Bratseth2019-05-021-41/+30