summaryrefslogtreecommitdiffstats
path: root/config-provisioning/src/test/java/com/yahoo
Commit message (Collapse)AuthorAgeFilesLines
* Support Azure Subscription ID in CloudAccountValerij Fredriksen2024-01-311-1/+9
|
* Define new cloudHarald Musum2024-01-121-1/+2
|
* Actually set arch from flag for admin nodesjonmv2023-10-241-3/+41
|
* Update copyrightJon Bratseth2023-10-0923-23/+24
|
* Add unit test for adding/subtracting resourcesOla Aunronning2023-09-201-5/+42
|
* Revert "Require GCP cloud account explicitly prefixed with cloud name"Valerij Fredriksen2023-08-071-6/+11
|
* Require GCP cloud account explicitly prefixed with cloud nameValerij Fredriksen2023-08-071-11/+6
|
* Handle legacy spec stringsJon Bratseth2023-07-091-3/+7
|
* Throw exception when trying to create ApplicationId from from a string with ↵Harald Musum2023-06-161-3/+0
| | | | too many parts
* Unescape split character and test with both fromSerializedForm and ↵Harald Musum2023-06-151-26/+10
| | | | fromFullString
* Remove superfluous spaceHarald Musum2023-06-151-2/+28
|
* Update CloudAccount serializationValerij Fredriksen2023-06-011-2/+2
|
* Merge pull request #27214 from vespa-engine/jonmv/custom-host-ttlJon Marius Venstad2023-05-311-9/+14
|\ | | | | Jonmv/custom host ttl
| * Wire hostTTL from config model through provisioningjonmv2023-05-261-9/+14
| |
* | Project name -> Project IDValerij Fredriksen2023-05-301-1/+1
| |
* | Add CloudName to CloudAccountValerij Fredriksen2023-05-301-0/+75
| |
* | Create singleton CloudNames for known cloudsValerij Fredriksen2023-05-301-0/+22
|/
* Better messaging when no allocation is possibleJon Bratseth2023-05-171-3/+32
| | | | | | | - Show nearest satisfying resources only. This avoids in general showing resources not intended by the user, such as suggesting nodes without gpu when gpu is requested, at the cost of more often not showing any nearest match. - Add missing colon after 'disk' in NodeResources toString
* Revert "Revert "Any architecture" MERGEOK"Jon Bratseth2023-05-031-3/+3
|
* Revert "Any architecture"Harald Musum2023-05-031-3/+3
|
* Any architectureJon Bratseth2023-05-021-3/+3
|
* Pass ClusterInfoJon Bratseth2023-03-011-2/+3
|
* Deprecate and stop using HostSpec constructor that should be removedHarald Musum2023-02-131-2/+2
|
* Revert "Merge pull request #25776 from ↵jonmv2023-01-301-1/+3
| | | | | | | vespa-engine/jonmv/revert-private-endpoints" This reverts commit 350b36dd88baef7548c0066b01ea1e328eb78f3f, reversing changes made to 8a006bc9ca202713ec54c7961a9256790c87d10d.
* Revert "Merge pull request #25770 from vespa-engine/jonmv/private-endpoints"jonmv2023-01-271-3/+1
| | | | | This reverts commit a3ae8f5b0ec3a7f2f3c9205289470dbb89e477ff, reversing changes made to 6534f02466a8958513a8b8684cc2a4369fab7666.
* Inline obsolete constructorjonmv2023-01-261-1/+3
|
* Move IntRange out of vespajlibJon Bratseth2023-01-222-1/+38
| | | | | vespajlib classes in the interface between config model and config server causes LinkageErrors.
* Support a group size constraint in content clustersJon Bratseth2023-01-211-3/+9
|
* Revert "Merge pull request #25624 from ↵jonmv2023-01-181-3/+2
| | | | | | | vespa-engine/revert-25617-jonmv/private-endpoints" This reverts commit c47ed544a31a6b56f518901247212a47d8eb9d31, reversing changes made to e0191b4d49048f9398395dc8c1c60dfcb383f705.
* Revert "Jonmv/private endpoints"Jon Marius Venstad2023-01-181-2/+3
|
* Revert "Merge pull request #25614 from ↵jonmv2023-01-181-3/+2
| | | | | | | vespa-engine/revert-25587-jonmv/private-endpoints" This reverts commit 7b736f0a09444664cff118eac5b28e608632de72, reversing changes made to 6c457e6dd5993ec2ef15177dab4a16e3d3702b85.
* Revert "Parse, validate and use new zone endpoint syntax"Jon Marius Venstad2023-01-181-2/+3
|
* Parse, validate and use new zone endpoint syntaxjonmv2023-01-171-3/+2
|
* Write new settings only on activationjonmv2022-12-011-0/+11
|
* Support GPU in node specificationMartin Polden2022-11-171-1/+2
|
* Add a test and rename a private methodJon Bratseth2022-10-251-0/+5
|
* 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-121-0/+52
|
* Support partial infrastructure upgradesMartin Polden2022-08-081-0/+32
|
* Convert config-provisioning to junit5Bjørn Christian Seime2022-07-2815-167/+170
|
* Update default list pricesØyvind Grønnesby2022-06-241-1/+1
|
* Only treat the last 2 path segments as repositoryValerij Fredriksen2022-05-121-2/+13
|
* Revert "Improve docker image validation"Valerij Fredriksen2022-05-121-9/+1
|
* Improve docker image validationValerij Fredriksen2022-05-111-1/+9
|
* Aliases were not used hereJon Bratseth2022-04-281-1/+0
|
* Stricter application id patternjonmv2022-04-191-0/+9
|
* Kill test dependencyjonmv2022-04-192-43/+38
|
* Add patterns for region and cloud namesjonmv2022-04-191-7/+7
|
* Revert "Merge pull request #22072 from ↵jonmv2022-04-091-0/+35
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 87e5b33c003d07ca585d73e0166857fe22b4c16f, reversing changes made to 80b96d32550ae0df59572a58cd62f507e8068c2c.
* Revert "Merge pull request #22068 from ↵jonmv2022-04-081-35/+0
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 8aa4c83df5ce7843c040afa41706fcc7c3afd030, reversing changes made to f95ad44fae879da9db19f73eabe62c53baeb0c36.