summaryrefslogtreecommitdiffstats
path: root/config-provisioning
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #25120 from ↵Håkon Hallingstad2022-12-061-0/+51
|\ | | | | | | | | vespa-engine/hakonhall/limit-fields-allowed-to-be-patched-from-tenant-host Limit fields allowed to be patched from tenant host
| * Limit fields allowed to be patched from tenant hostHåkon Hallingstad2022-12-051-0/+51
| |
* | Make members final.Henning Baldersheim2022-12-051-6/+6
| |
* | Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-042-2/+2
| |
* | Revert collect(Collectors.toList())Henning Baldersheim2022-12-042-2/+2
| |
* | collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-022-2/+2
| |
* | Merge pull request #25065 from ↵Harald Musum2022-12-021-11/+0
|\ \ | | | | | | | | | | | | vespa-engine/revert-25064-revert-25062-balder/gc-even-more-guava-usage Revert "Revert "- Reduce usage of guava.""
| * | Revert "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-011-11/+0
| |/
* / Write new settings only on activationjonmv2022-12-013-6/+36
|/
* Revert "- Reduce usage of guava."Henning Baldersheim2022-12-011-0/+11
|
* - Reduce usage of guava.Henning Baldersheim2022-12-011-11/+0
| | | | - Ensure that tests relying on order are determinsitic.
* Track unrelated changeJon Bratseth2022-11-291-1/+1
|
* Revert "Merge pull request #24959 from ↵Jon Bratseth2022-11-291-0/+4
| | | | | | | vespa-engine/bratseth/revert-exclusive-cleanup" This reverts commit e24e240f01de0c291eb62ab03718fbda6abdb1b2, reversing changes made to 11690f693f82c0ca5b6bb4df49ebf9d5958560cf.
* Merge pull request #25022 from ↵Valerij Fredriksen2022-11-281-4/+9
|\ | | | | | | | | vespa-engine/hakonhall/allow-gcp-project-ids-in-cloudaccount Allow GCP project IDs in CloudAccount
| * No need for EMPTYHåkon Hallingstad2022-11-281-1/+1
| |
| * Allow GCP project IDs in CloudAccountHåkon Hallingstad2022-11-281-4/+9
| |
* | Read settings from prepared load balancerjonmv2022-11-281-4/+4
| |
* | Merge pull request #24987 from vespa-engine/bratseth/explicit-zeroJon Bratseth2022-11-252-4/+13
|\ \ | |/ |/| Bratseth/explicit zero
| * Use explicit zeroJon Bratseth2022-11-251-1/+1
| | | | | | | | Avoids requiring users of the API to know that default is zero.
| * Explicit zeroJon Bratseth2022-11-251-3/+12
| |
* | Add isEmptyjonmv2022-11-251-0/+2
| |
* | Read load-balancer allowed URNs from container xml, wire to provisionerjonmv2022-11-242-15/+46
|/
* Allow negative GPU resourcesMartin Polden2022-11-231-4/+3
|
* Revert "Merge pull request #24936 from vespa-engine/bratseth/exclusive-cleanup"Jon Bratseth2022-11-221-4/+0
| | | | | This reverts commit b693d572df945b9e82798e0c40b8b7b565f6a4a8, reversing changes made to c2682820ae2567ae5479d89992439699a66962c0.
* 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 methods
| * Ensure GPU resources are included in copy methodsMartin Polden2022-11-211-9/+17
| |
* | Set decided exclusivity on ClusterSpecJon Bratseth2022-11-201-0/+4
| |
* | Merge pull request #24929 from vespa-engine/bratseth/exclusive-exact-matchValerij Fredriksen2022-11-182-2/+2
|\ \ | |/ |/| Use the overhead of the exactly matching flavors if any
| * Use the overhead of the exactly matching flavors if anyJon Bratseth2022-11-182-2/+2
| |
* | Fix missing compatibility checkMartin Polden2022-11-181-2/+9
| |
* | Put GPU details in sub-objectMartin Polden2022-11-181-8/+9
|/
* Merge pull request #24909 from vespa-engine/mpolden/gpu-resourcesJon Bratseth2022-11-176-46/+116
|\ | | | | Support GPU in node specification
| * Support GPU in node specificationMartin Polden2022-11-176-46/+116
| |
* | Update ↵Jon Bratseth2022-11-171-1/+1
| | | | | | | | | | config-provisioning/src/main/java/com/yahoo/config/provision/NodeResources.java Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
* | Mostly test with AWS setupJon Bratseth2022-11-171-4/+29
| | | | | | | | | | | | | | - AWS adds the complexity of advertised vs. real which we want to test as much as possible. - Testing with host sharing as that provuces accurate resource numbers.
* | Deterministic host flavor orderJon Bratseth2022-11-161-1/+6
| |
* | Support autoscaling in dynamic shared zonesJon Bratseth2022-11-161-0/+1
|/
* Separate dynamic provisioning and host sharingJon Bratseth2022-11-152-2/+15
|
* Fix regexgjoranv2022-11-151-1/+1
| | | Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
* Add 'wireguardPubKey' field to Nodegjoranv2022-11-151-0/+30
|
* Let controller be strict only with known cloud accountsjonmv2022-11-141-1/+1
|
* Rename isEmpty -> isUnspecifiedMartin Polden2022-11-142-3/+3
|
* Remove unnecessary constantMartin Polden2022-11-141-4/+2
|
* Extract factory methodMartin Polden2022-11-142-3/+10
|
* Make is possible to say cloud-account="default"Øyvind Grønnesby2022-11-141-1/+4
|
* Test with no trafficJon Bratseth2022-11-011-0/+3
|
* Remove existing load balancer if account changesMartin Polden2022-10-281-0/+4
|
* Reject cloud account changeMartin Polden2022-10-271-0/+5
|
* Less OptionalMartin Polden2022-10-273-11/+16
|