aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/config/model/provision
Commit message (Expand)AuthorAgeFilesLines
* Disk size is given in units of 1*10^9(GB), not 1*1024^3(GiB)Henning Baldersheim2024-06-111-2/+2
* Correctly account for node memory overhead when computing args for startup sc...jonmv2024-05-291-6/+6
* Collections.emptyXXX + Collections.singletonXXX => List/Set/Map.ofHenning Baldersheim2024-04-102-27/+27
* - Only a single searchcluster per content cluster.Henning Baldersheim2024-03-161-1/+1
* GC adminClusterNodeResourcesArchitecture, not used in config-modelHarald Musum2023-12-051-1/+0
* Require zone-scoped endpoint in config-modelMartin Polden2023-10-111-50/+67
* Update copyrightJon Bratseth2023-10-094-4/+4
* Set heapsize in addition to percentageBjørn Christian Seime2023-09-221-1/+1
* Filter non-debug messages before assertingBjørn Christian Seime2023-09-221-2/+3
* Stop using feature flag ALLOW_MORE_THAN_ONE_CONTENT_GROUP_DOWNHarald Musum2023-08-281-3/+1
* Cleanup unused stuff to reduce entanglementHenning Baldersheim2023-08-021-1/+1
* Move disk limit check to NodeResourceLimitsJon Bratseth2023-07-051-38/+0
* Merge pull request #27626 from vespa-engine/hmusum/support-min-groups-up-ratioHarald Musum2023-07-041-1/+1
|\
| * Rename config element to groups-allowed-down-ratioHarald Musum2023-07-041-1/+1
| * Change config for cluster controller to use min groups upHarald Musum2023-07-041-1/+1
* | Warn if dispatch config is used in services.xmlHarald Musum2023-07-041-3/+1
|/
* Set the recommended searchable copies with streamingJon Bratseth2023-06-231-18/+18
* Warn on low disk compared to memoryMartin Polden2023-06-141-0/+38
* Model fixed memory overhead for containersJon Bratseth2023-05-231-8/+15
* Model memory overheadJon Bratseth2023-05-221-7/+7
* Make all node resource elements optionalJon Bratseth2023-05-151-4/+26
* Handle environments where number of groups are reducedHarald Musum2023-04-211-0/+33
* GC unused system propertyHarald Musum2023-02-281-2/+0
* Deprecate and stop using HostSpec constructor that should be removedHarald Musum2023-02-131-17/+7
* Remove unused methods and one method only used by testsHarald Musum2023-02-121-5/+8
* Correct default searchable-copies with redundancy 1Jon Bratseth2023-01-231-0/+29
* Add min-redundancyJon Bratseth2023-01-221-0/+68
* Improve error messagesJon Bratseth2023-01-221-2/+36
* Don't constrain groups to 1 if group-size is setJon Bratseth2023-01-221-1/+90
* Support a group size constraint in content clustersJon Bratseth2023-01-211-2/+2
* Support GPU in node specificationMartin Polden2022-11-171-1/+11
* Convert to text blockMartin Polden2022-11-161-36/+38
* Control the heas size percentage used as default for non-combined application...Henning Baldersheim2022-11-031-2/+2
* Optimize importsHarald Musum2022-10-241-3/+0
* be more careful about splunk start/stopArne Juul2022-09-151-1/+1
* qrserver -> container, part 2Harald Musum2022-08-092-2/+2
* Convert config-model to junit5Bjørn Christian Seime2022-07-284-158/+164
* Fail deployment if node count is not given for content cluster in hostedHarald Musum2022-07-141-1/+31
* Deprecate combined clusterMartin Polden2022-06-301-1/+24
* Remove support for jdisc tag in services.xmlHarald Musum2022-06-081-122/+111
* Disallow impossible redundancyHåkon Hallingstad2022-06-081-10/+7
* Remove support for jvmargs attribute in nodes element in services.xmlHarald Musum2022-06-081-40/+0
* GC usage of FAIL_DEPLOYMENT_WITH_INVALID_JVM_OPTIONS feature flagHarald Musum2022-05-161-2/+2
* Use -Xlog:gc instead of -verbose:gcHarald Musum2022-05-101-3/+3
* Aliases were not used hereJon Bratseth2022-04-281-14/+6
* Fetch flag value for architecture for admin clusters correctlyHarald Musum2022-03-231-44/+43
* Cleanup and more testing of specifying node architecture for admin clustersHarald Musum2022-03-181-12/+27
* Add feature flag for node architecture for admin clustersHarald Musum2022-03-151-0/+43
* Merge pull request #21370 from vespa-engine/hmusum/use-arm64Arnstein Ressem2022-02-241-2/+2
|\
| * Use arm64 as architecture nameHarald Musum2022-02-241-2/+2