aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning/NodeRepositoryProvisioner.java
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31241 from vespa-engine/hakonhall/quota-capacity-policiesJon Bratseth2024-05-191-15/+17
|\
| * Remove flags dependency from config-modelHåkon Hallingstad2024-05-181-14/+15
| * Move CapacityPolicies to config-privisioningJon Bratseth2024-05-121-0/+1
| * Make CapacityPolicies independent of NodeRepositoryJon Bratseth2024-05-121-1/+1
| * Simplify method nameJon Bratseth2024-05-121-1/+1
| * Move exclusivity decisions to config-provisioningJon Bratseth2024-05-121-1/+1
* | Enable detailed Autoscaling logging with PermanentFlagbjormel2024-05-161-1/+1
|/
* Avoid Optional with CloudAccountHåkon Hallingstad2024-04-181-2/+4
* Propagate cloud account to ResourcesCalculatorHåkon Hallingstad2024-04-171-8/+4
* Remove unused parametersMartin Polden2023-12-081-2/+2
* Revert "Evaluate flags referenced multiple times at the start of prepare"Håkon Hallingstad2023-11-071-35/+35
* Remove exclusive methods from NodeRepositoryHåkon Hallingstad2023-11-051-1/+1
* Include NodeRepository, ApplcationId, and ClusterSpec as parametersHåkon Hallingstad2023-11-051-27/+23
* Rename to AllocationParamsHåkon Hallingstad2023-11-051-8/+8
* Rename to ClusterAllocationParamsHåkon Hallingstad2023-11-041-24/+24
* Evaluate flags referenced multiple times at the start of prepareHåkon Hallingstad2023-11-041-23/+27
* Remove duplicate Applications.LockHåkon Hallingstad2023-10-231-3/+3
* Update copyrightJon Bratseth2023-10-091-1/+1
* Throw if no nodes are matched by restart filterMartin Polden2023-10-061-2/+4
* allow gpuResources in main system as wellArne Juul2023-09-091-3/+0
* Allow GPU in CD systemMartin Polden2023-09-081-1/+2
* Reject request for GPU resources in non-public zonesMartin Polden2023-09-061-2/+5
* AllocatableClusterresources -> AllocatableResourcesJon Bratseth2023-08-151-3/+3
* No functional changes only: Wrap current resources in modelJon Bratseth2023-08-151-11/+9
* Add NodeResourceLimits to NodeRepositoryValerij Fredriksen2023-07-251-5/+3
* Throttle host provisioningMartin Polden2023-07-141-2/+5
* GroupPreparer -> PreparerJon Bratseth2023-07-121-2/+2
* Remove ProvisionerJon Bratseth2023-07-121-2/+2
* SimplifyJon Bratseth2023-07-121-0/+1
* Move filtering by inactive parent host downJon Bratseth2023-07-121-1/+0
* Allocate all groups in one goJon Bratseth2023-07-091-4/+2
* Test warningJon Bratseth2023-07-051-1/+1
* Move disk limit check to NodeResourceLimitsJon Bratseth2023-07-051-4/+15
* Wire hostTTL from config model through provisioningjonmv2023-05-261-2/+2
* Model memory overheadJon Bratseth2023-05-221-1/+1
* Better messaging when no allocation is possibleJon Bratseth2023-05-171-18/+16
* Make all node resource elements optionalJon Bratseth2023-05-151-7/+2
* Allow ranges also if nodes have gpusJon Bratseth2023-03-131-5/+12
* Require less vCPU for tester applications in prodValerij Fredriksen2023-02-171-2/+2
* Move IntRange out of vespajlibJon Bratseth2023-01-221-1/+0
* Support a group size constraint in content clustersJon Bratseth2023-01-211-13/+13
* Introduce Autoscsaling result objectJon Bratseth2022-12-131-1/+1
* Revert "Merge pull request #24959 from vespa-engine/bratseth/revert-exclusive...Jon Bratseth2022-11-291-11/+10
* Use explicit zeroJon Bratseth2022-11-251-1/+1
* Only allow GPU resources for container clustersMartin Polden2022-11-251-1/+9
* Revert "Merge pull request #24936 from vespa-engine/bratseth/exclusive-cleanup"Jon Bratseth2022-11-221-10/+11
* Merge pull request #24936 from vespa-engine/bratseth/exclusive-cleanupValerij Fredriksen2022-11-201-11/+10
|\
| * Centralize exclusivity decisionJon Bratseth2022-11-201-2/+1
| * Set decided exclusivity on ClusterSpecJon Bratseth2022-11-201-9/+9
* | Add zone to ClusterModelJon Bratseth2022-11-201-1/+1
|/