aboutsummaryrefslogtreecommitdiffstats
path: root/config-provisioning/src/main/java/com/yahoo/config
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into bratseth/node-metricsJon Bratseth2020-02-252-3/+10
|\
| * Merge pull request #12314 from ↵Håkon Hallingstad2020-02-241-3/+2
| |\ | | | | | | | | | | | | vespa-engine/hakonhall/define-completeness-of-supermodel-and-dupermodel Define completeness of SuperModel and DuperModel
| | * Fail cfg bootstrap if activation of infra apps failsHåkon Hallingstad2020-02-231-2/+1
| | |
| | * Define completeness of SuperModel and DuperModelHåkon Hallingstad2020-02-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order for Orchestrator to remove application data from ZooKeeper, it must know which applications do NOT exist. Since the duper model starts with 0 applications, always, the only way of knowing what applications do not exist is for the bootstrap code to notify the super model/duper model when bootstrap is complete. There are 2 sources of applications that must signal completeness: - The super model, once all applications have been redeployed in ConfigServerBootstrap. - The infrastructure application, in the InfrastructureProvisioner the first time it runs.
| * | Use RoutingMethod when building endpointMartin Polden2020-02-211-1/+7
| |/
| * Rename routing methodMorten Tokle2020-02-211-1/+1
| |
| * Add shared layer 4 routing methodMorten Tokle2020-02-201-0/+2
| |
* | Test autoscaling with dynamic provisioningJon Bratseth2020-02-201-0/+5
| |
* | Merge branch 'master' into bratseth/node-metricsJon Bratseth2020-02-203-3/+22
|\|
| * Move SlimeUtils to vespajlibMartin Polden2020-02-061-2/+1
| |
| * Query routing generator when zone explicitly supports shared routingMartin Polden2020-01-302-1/+21
| |
* | Autoscaling WIPJon Bratseth2020-02-173-43/+1
| |
* | Autoscaling WIPJon Bratseth2020-01-271-1/+0
| |
* | Autoscaling sketchJon Bratseth2020-01-213-7/+44
|/
* 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-141-4/+2
|/ | | | | | | 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-131-2/+4
| | | | | | This reverts commit 0e3637dfdd8c7301cefe986c889971efad1f3781. Removed too early. Need to wait until old config models disappear.
* Remove unnecessary content/combined substitutionMartin Polden2020-01-101-4/+2
|
* Complete cpu speed rolloutJon Bratseth2020-01-091-4/+1
|
* Avoid changing allocation when switching to combined cluster typeMartin Polden2020-01-031-8/+9
|
* Add combined cluster typeMartin Polden2020-01-021-1/+13
|
* SimplifyMorten Tokle2019-11-251-2/+2
|
* Allow tenant containers to run on dev hostsMorten Tokle2019-11-251-0/+7
|
* Increase rollout factor to 2/3Jon Bratseth2019-11-201-1/+1
|
* Remove dead codeHarald Musum2019-11-151-44/+0
|
* Move compatible check to enumsJon Bratseth2019-11-141-2/+10
|
* Explicit NodeResources defaultsJon Bratseth2019-11-132-7/+12
|
* 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>
* Compute free resources using just numbersJon Bratseth2019-11-131-1/+1
|
* Add NodeResources.storageTypeJon Bratseth2019-11-133-42/+102
|
* Carry spec throughJon Bratseth2019-11-121-1/+5
|
* Don't delegateJon Bratseth2019-11-111-2/+0
|
* cpuCoreSpeedup -> cpuSpeedupJon Bratseth2019-11-061-2/+2
|
* Keep minCpuCores without speed adjustmentJon Bratseth2019-11-061-11/+21
|
* Make it possible specify a cpu speedup factor for a flavorJon Bratseth2019-11-051-11/+13
| | | | | 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-311-14/+28
|
* Check capacity by requested, not assigned resourcesJon Bratseth2019-10-301-1/+0
|
* Remember requested resources on nodesJon Bratseth2019-10-302-44/+55
| | | | | | 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-171-0/+5
|
* Pick hosts for nodes to reduce resource allocation skewJon Bratseth2019-10-161-1/+16
|
* Stop reading rotations property in config modelMartin Polden2019-10-111-0/+1
|
* 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
|