summaryrefslogtreecommitdiffstats
path: root/config-provisioning/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Rename getCloud -> cloudMartin Polden2022-10-261-1/+6
|
* Add default account to CloudMartin Polden2022-10-263-3/+24
|
* Revert "Merge pull request #24573 from vespa-engine/mpolden/lb-account-change"Jon Bratseth2022-10-261-4/+0
| | | | | This reverts commit 29d15635c8270d4596a649fe37a6d8cce78214cc, reversing changes made to e899053702569af8205d49c7fa5391bfbe6481b5.
* Merge pull request #24573 from vespa-engine/mpolden/lb-account-changeMartin Polden2022-10-251-0/+4
|\ | | | | Remove existing load balancer if account changes
| * Remove existing load balancer if account changesMartin Polden2022-10-251-0/+4
| |
* | Add a test and rename a private methodJon Bratseth2022-10-251-0/+5
|/
* Extract constantjonmv2022-10-201-0/+1
|
* Reapply "Remove HostLivenessTracker"Valerij Fredriksen2022-10-141-24/+0
| | | | This reverts commit a5ed12b351806b187613457b58982ca67f537594.
* Revert "Remove HostLivenessTracker"Valerij Fredriksen2022-10-131-0/+24
|
* Remove HostLivenessTrackerValerij Fredriksen2022-10-131-24/+0
|
* Merge pull request #24406 from vespa-engine/bratseth/instance-tagsJon Bratseth2022-10-132-0/+121
|\ | | | | Add instance tags [run-systemtest]
| * Stable tag order in asString()jonmv2022-10-131-1/+4
| |
| * Update config-provisioning/src/main/java/com/yahoo/config/provision/Tags.javaJon Bratseth2022-10-131-1/+1
| | | | | | Co-authored-by: Jon Marius Venstad <jonmv@users.noreply.github.com>
| * Update ↵Jon Bratseth2022-10-131-0/+5
| | | | | | | | | | config-provisioning/src/test/java/com/yahoo/config/provision/TagsTest.java Co-authored-by: Jon Marius Venstad <jonmv@users.noreply.github.com>
| * Add instance tagsJon Bratseth2022-10-122-0/+113
| |
* | Do not retry invalid applications (for the next 100 years)jonmv2022-10-121-1/+8
|/
* Remove unnecessary reprovisionToUpgradeOs cloud propertyMartin Polden2022-10-044-22/+4
|