aboutsummaryrefslogtreecommitdiffstats
path: root/config-provisioning/src/main/java/com/yahoo/config/provision/Capacity.java
Commit message (Collapse)AuthorAgeFilesLines
* Don't scale down if we are likely to scale back upJon Bratseth2023-07-201-1/+5
| | | | | | | | | When we decide to scale number of nodes down we'll see a lower ideal load because we need to be able to handle one node going down. This may lead us to be closer to ideal (at current peak load) than otherwise anticipated, such that we are quite likely to soon scale back up. This checks for that and avoids scaling down dimensions where this is the case.
* Move health container health checker to provision servicejonmv2023-05-311-1/+0
|
* Re-add "unused" methods that were in use after alljonmv2023-05-311-0/+15
|
* Wire hostTTL from config model through provisioningjonmv2023-05-261-4/+11
|
* Remove unused codejonmv2023-05-261-15/+0
|
* Allow ranges also if nodes have gpusJon Bratseth2023-03-131-2/+0
|
* Restore - apparently too early to removeJon Bratseth2023-03-011-0/+10
|
* Pass ClusterInfoJon Bratseth2023-03-011-14/+15
|
* Move IntRange out of vespajlibJon Bratseth2023-01-221-2/+0
| | | | | vespajlib classes in the interface between config model and config server causes LinkageErrors.
* Support a group size constraint in content clustersJon Bratseth2023-01-211-8/+28
|
* Use explicit zeroJon Bratseth2022-11-251-1/+1
| | | | Avoids requiring users of the API to know that default is zero.
* Support GPU in node specificationMartin Polden2022-11-171-0/+3
|
* Use cloud account from model in host provisioningMartin Polden2022-05-131-7/+19
|
* Revert "Revert "Bratseth/apply policies to limits""Jon Bratseth2021-12-081-2/+2
| | | | This reverts commit c7bb123f273952b8a35e01b2fb4861bc798b3b70.
* Revert "Bratseth/apply policies to limits"Jon Bratseth2021-12-031-2/+2
|
* Apply policies to limitsJon Bratseth2021-12-021-2/+2
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Non-functional changesJon Marius Venstad2021-02-191-2/+0
|
* Revert "Merge pull request #13353 from ↵Jon Bratseth2020-05-251-1/+1
| | | | | | | vespa-engine/revert-13348-bratseth/real-resources-in-model" This reverts commit 413ea623b5033593c2f2fe9951e1a685c8ff9dfc, reversing changes made to 5c0bfb06784075ac72c7891b7dce6454d85bdff8.
* Revert "Bratseth/real resources in model"Harald Musum2020-05-231-1/+1
|
* Clean up HostSpec constructorsJon Bratseth2020-05-221-1/+1
|
* Smarter window change handlingJon Bratseth2020-04-261-1/+6
|
* Gc dead codeJon Bratseth2020-04-221-48/+0
|
* Fallback to deduce size againJon Bratseth2020-04-171-0/+9
| | | | | Move cluster size validation to Capacity: We may reason about illegal sizes but not request them.
* Validate sizeJon Bratseth2020-03-261-0/+3
|
* Support passing both min and max resourcesJon Bratseth2020-03-251-17/+25
|
* Collect resource fields into ClusterResourcesJon Bratseth2020-03-251-30/+29
|
* Move group argument inside CapacityJon Bratseth2020-03-251-16/+45
|
* Refactor and hashJon Bratseth2020-01-171-7/+1
|
* Less use of legacy flavor syntaxJon Bratseth2019-09-081-1/+3
|
* Revert "Merge pull request #10281 from ↵Jon Bratseth2019-08-141-1/+1
| | | | | | | vespa-engine/revert-10274-bratseth/remove-allocation-by-flavor" This reverts commit 3e7642b5f236321b299a2496098c19e7fc55843c, reversing changes made to fc6ebf45c0ef126043eb9db4cf613958ce665411.
* Revert "Bratseth/remove allocation by flavor"Harald Musum2019-08-141-1/+1
|
* Don't use legacyNameJon Bratseth2019-08-141-1/+1
|
* Use docker and node resources in more testsJon Bratseth2019-05-281-4/+9
|
* Allow node allocation by resource specJon Bratseth2019-05-061-12/+18
|
* Allow continuous node resource specsJon Bratseth2019-05-021-4/+15
|
* Remove unused, deprecated methodJon Marius Venstad2018-09-101-6/+0
|
* Don't fail on out of capacity on bootstrapJon Bratseth2018-06-261-34/+20
|
* Preserve methods for compatibilityJon Bratseth2018-03-211-0/+30
|
* Allow applications to request exlcusive access to hostsJon Bratseth2018-03-201-31/+10
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Support requiring specific capacityJon Bratseth2016-10-051-1/+5
|
* Allow nodes to be requested by typeJon Bratseth2016-09-201-3/+18
|
* PublishJon Bratseth2016-06-151-0/+69