summaryrefslogtreecommitdiffstats
path: root/config-provisioning/src/main/java/com/yahoo/config/provision/NodeResources.java
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27336 from vespa-engine/mpolden/always-track-deprovisione...Jon Bratseth2023-06-071-1/+1
|\
| * Track deprovisioned hosts in dynamically provisioned zonesMartin Polden2023-06-071-1/+1
* | Supply bandwidth if unspecifiedJon Bratseth2023-06-071-0/+14
|/
* Better messaging when no allocation is possibleJon Bratseth2023-05-171-1/+1
* Make all node resource elements optionalJon Bratseth2023-05-151-3/+4
* Revert "Revert "Any architecture" MERGEOK"Jon Bratseth2023-05-031-2/+2
* Revert "Any architecture"Harald Musum2023-05-031-2/+2
* Any architectureJon Bratseth2023-05-021-2/+2
* Set GPU costMartin Polden2023-03-071-6/+2
* More resource reduction testsJon Bratseth2023-01-251-0/+7
* Explicit zeroJon Bratseth2022-11-251-3/+12
* Allow negative GPU resourcesMartin Polden2022-11-231-4/+3
* Support resizing check with GPU resourcesMartin Polden2022-11-211-7/+12
* Merge pull request #24940 from vespa-engine/mpolden/fix-ctorJon Bratseth2022-11-211-9/+17
|\
| * Ensure GPU resources are included in copy methodsMartin Polden2022-11-211-9/+17
* | Merge pull request #24929 from vespa-engine/bratseth/exclusive-exact-matchValerij Fredriksen2022-11-181-1/+1
|\ \ | |/ |/|
| * Use the overhead of the exactly matching flavors if anyJon Bratseth2022-11-181-1/+1
* | Fix missing compatibility checkMartin Polden2022-11-181-2/+9
|/
* Merge pull request #24909 from vespa-engine/mpolden/gpu-resourcesJon Bratseth2022-11-171-4/+57
|\
| * Support GPU in node specificationMartin Polden2022-11-171-4/+57
* | Update config-provisioning/src/main/java/com/yahoo/config/provision/NodeResou...Jon Bratseth2022-11-171-1/+1
* | Mostly test with AWS setupJon Bratseth2022-11-171-4/+29
|/
* Update default list pricesØyvind Grønnesby2022-06-241-3/+3
* Consider architecture when calculating with NodeResourcesHarald Musum2022-03-181-3/+7
* Use architecture in more places in node repoHarald Musum2022-03-031-0/+6
* Ignore architecture when adding or subtracting NodeResourcesHarald Musum2022-03-021-6/+2
* Use arm64 as architecture nameHarald Musum2022-02-241-3/+3
* Add support for achitecture in node resourcesHarald Musum2022-02-231-12/+60
* Fix spelling (bandwith -> bandwidth)Harald Musum2022-02-231-1/+1
* Remove stray line and simplifyJon Bratseth2021-12-091-2/+0
* Allo unsopecified to pass through just(non)NumbersJon Bratseth2021-12-081-0/+2
* Don't propagate unspecified resourcesJon Bratseth2021-12-081-2/+23
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Always account for available IP addresses when checking capacityMartin Polden2021-08-201-4/+4
* Show info on nearest flavor also with autoscalingJon Bratseth2021-05-261-0/+11
* RefactorJon Bratseth2021-03-241-0/+2
* Validate NodeRepository numbersJon Bratseth2021-03-101-4/+10
* Add some infoJon Bratseth2021-03-091-2/+2
* Generalize error message and make tests more realisticJon Bratseth2021-02-161-0/+1
* Say 'unspecified' in toStringJon Bratseth2021-02-151-0/+3
* Use StringBuilderJon Bratseth2020-12-101-2/+2
* Correct disk priceJon Bratseth2020-09-291-5/+4
* Revert "Bratseth/adjust prices take 2"Harald Musum2020-09-291-4/+5
* Merge pull request #14607 from vespa-engine/bratseth/adjust-prices-take-2Kristian Aune2020-09-291-5/+4
|\
| * Revert "Merge pull request #14605 from vespa-engine/revert-14603-bratseth/adj...Jon Bratseth2020-09-291-5/+4
| * Revert "Adjust prices"Arnstein Ressem2020-09-281-4/+5
| * Adjust pricesJon Bratseth2020-09-281-5/+4
* | Supplier not producer, unfortunatelyJon Bratseth2020-09-281-4/+0
|/
* Round prior to printing og digits.Henning Baldersheim2020-09-231-1/+2
* Since only a simple single decimal floatingpoint number is needed avoid using...Henning Baldersheim2020-09-231-5/+27