aboutsummaryrefslogtreecommitdiffstats
path: root/config-provisioning
Commit message (Collapse)AuthorAgeFilesLines
* Update abi specJon Bratseth2020-01-171-1/+0
|
* Refactor and hashJon Bratseth2020-01-171-7/+1
|
* Merge pull request #11781 from vespa-engine/bratseth/add-a-testJon Bratseth2020-01-141-2/+0
|\ | | | | Unit test 1-d map short form modify update
| * Unit test 1-d map short form modify updateJon Bratseth2020-01-141-2/+0
| |
* | Revert "Merge pull request #11770 from ↵Jon Bratseth2020-01-142-5/+3
|/ | | | | | | vespa-engine/mpolden/restore-content-combined-substition" This reverts commit 7250e7a5cfafaa8e52a56c7990437be740761093, reversing changes made to d220c3dd187e908afa015d5990e6dbbeb2e9876b.
* Revert "Remove unnecessary content/combined substitution"Martin Polden2020-01-132-3/+5
| | | | | | This reverts commit 0e3637dfdd8c7301cefe986c889971efad1f3781. Removed too early. Need to wait until old config models disappear.
* Remove unnecessary content/combined substitutionMartin Polden2020-01-102-5/+3
|
* Complete cpu speed rolloutJon Bratseth2020-01-092-5/+2
|
* Avoid changing allocation when switching to combined cluster typeMartin Polden2020-01-033-10/+42
|
* Add combined cluster typeMartin Polden2020-01-021-1/+13
|
* Install more config definition files.Tor Egge2019-11-291-0/+1
|
* SimplifyMorten Tokle2019-11-252-3/+3
|
* Allow tenant containers to run on dev hostsMorten Tokle2019-11-252-1/+9
|
* Increase rollout factor to 2/3Jon Bratseth2019-11-202-2/+2
|
* Remove dead codeHarald Musum2019-11-152-59/+0
|
* Move compatible check to enumsJon Bratseth2019-11-142-2/+12
|
* Explicit NodeResources defaultsJon Bratseth2019-11-133-9/+18
|
* Merge branch 'bratseth/storage-type' of github.com:vespa-engine/vespa into ↵Jon Bratseth2019-11-131-1/+1
|\ | | | | | | bratseth/storage-type
| * Update ↵Jon Bratseth2019-11-131-1/+1
| | | | | | | | | | config-provisioning/src/main/java/com/yahoo/config/provision/NodeResources.java Co-Authored-By: Valerij Fredriksen <freva@users.noreply.github.com>
* | Pass and receive remoteStorageJon Bratseth2019-11-131-1/+1
|/
* Compute free resources using just numbersJon Bratseth2019-11-131-1/+1
|
* Add NodeResources.storageTypeJon Bratseth2019-11-135-45/+129
|
* Update ABI specJon Bratseth2019-11-131-0/+1
|
* Carry spec throughJon Bratseth2019-11-121-1/+5
|
* Don't delegateJon Bratseth2019-11-111-2/+0
|
* YQL parsing/serialization improvementsJon Bratseth2019-11-071-1/+0
| | | | | | - Serialize annotated range and weightedset with bracing - Parse Infinity in ranges - Better error messages in range parsing
* cpuCoreSpeedup -> cpuSpeedupJon Bratseth2019-11-063-4/+4
|
* Keep minCpuCores without speed adjustmentJon Bratseth2019-11-062-12/+29
|
* Make it possible specify a cpu speedup factor for a flavorJon Bratseth2019-11-052-11/+17
| | | | | This allows us to model the speed difference between different cpu generations.
* Preserve declared order of child node typesMartin Polden2019-10-311-3/+2
|
* Revert "Revert "Add devhost node type""Martin Polden2019-10-312-16/+32
|
* Check capacity by requested, not assigned resourcesJon Bratseth2019-10-301-1/+0
|
* Remember requested resources on nodesJon Bratseth2019-10-304-45/+64
| | | | | | This may be different from assigned resources e.g in that requested resources may specify DiskSpeed.any while assigned resources always have a definite disk speed.
* Refactor: Skew computation independent of node prioritizationJon Bratseth2019-10-172-0/+6
|
* Pick hosts for nodes to reduce resource allocation skewJon Bratseth2019-10-162-2/+18
|
* Stop reading rotations property in config modelMartin Polden2019-10-111-0/+1
|
* Update ABI specJon Bratseth2019-10-111-1/+2
|
* Nonfunctional changes onlyJon Bratseth2019-10-111-2/+6
|
* Revert "Merge pull request #10923 from ↵Jon Bratseth2019-10-081-1/+0
| | | | | | | vespa-engine/revert-10912-bratseth/instances-in-deployment-xml-rebased-take-2" This reverts commit 72ae113d501035bc51a25045d3d916aa7bb5507a, reversing changes made to 0514a2a133a194f5e9454fcc60e56d01730f9019.
* Revert "Bratseth/instances in deployment xml rebased take 2"Jon Bratseth2019-10-081-0/+1
|
* Revert "Merge pull request #10909 from ↵Jon Bratseth2019-10-081-1/+0
| | | | | | | vespa-engine/revert-10891-bratseth/instances-in-deployment-xml-rebased" This reverts commit 6474f43ba04731e8bd38d2613ad5098e3cfce90d, reversing changes made to 6ff782a0eb830f2382185a1efd7d0830b3208fae.
* Revert "Bratseth/instances in deployment xml rebased"Jon Bratseth2019-10-071-0/+1
|
* Inherit/use defaults in instancesJon Bratseth2019-10-071-1/+0
|
* Remove canonicalFlavor from FlavorValerij Fredriksen2019-09-182-4/+0
|
* Bring back canonicalName()Valerij Fredriksen2019-09-132-2/+4
|
* Merge pull request #10557 from vespa-engine/bratseth/less-legacy-flavorsValerij Fredriksen2019-09-091-1/+3
|\ | | | | Less use of legacy flavor syntax
| * Less use of legacy flavor syntaxJon Bratseth2019-09-081-1/+3
| |
* | Fix TODOsValerij Fredriksen2019-09-065-54/+1
|/
* Add methods to easily modify FlavorValerij Fredriksen2019-08-223-9/+32
|
* Define FlavorOverridesValerij Fredriksen2019-08-214-20/+105
|