aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/config/model/provision
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #17550 from ↵Jon Bratseth2021-04-221-2/+3
| | | | | | | vespa-engine/revert-17544-bratseth/clustercontroller-cleanup-take-2" This reverts commit 8b894d8815dac50d07d4ef82ae83343915b8f8dd, reversing changes made to 7bb93176d1c15704f89d69fa6daaaefdb19692c9.
* Revert "Bratseth/clustercontroller cleanup take 2"Jon Bratseth2021-04-221-3/+2
|
* Revert "Merge pull request #17534 from ↵Jon Bratseth2021-04-221-2/+3
| | | | | | | vespa-engine/revert-17528-bratseth/clustercontroller-cleanup" This reverts commit bc3caa587f166d02e90b8bb81a1656a6cdd32715, reversing changes made to 972c1f6f1131d1eb9af3f8f072131a97d1436cd5.
* Allocate retired nodes in addition to what's requestedJon Bratseth2021-04-211-2/+6
|
* Change default test flavour to fit cluster controllersJon Marius Venstad2021-02-191-1/+1
|
* Run tests for lb services config on hosted vespa (#16327)Harald Musum2021-02-041-0/+5
| | | | | | | * Run tests for lb services config on hosted vespa Test now runs with hosted vespa setup as it does in the real world * Add back
* Revert "Revert "Jonmv/reapply document protocol super config [run-systemtest]""Jon Marius Venstad2021-01-281-1/+0
| | | | This reverts commit 2e2e2edeb3ea99f2c04925070cf44601e2cd94fb.
* Revert "Jonmv/reapply document protocol super config [run-systemtest]"Jon Marius Venstad2021-01-281-0/+1
|
* Revert "Revert "Jonmv/document protocol super config""Jon Marius Venstad2021-01-271-1/+0
| | | | This reverts commit d7359f7c72ff06889af594431baf4075e2b4da78.
* Revert "Jonmv/document protocol super config"Harald Musum2021-01-271-0/+1
|
* Add config for distribution and doc-protoc policies across _all_ content ↵Jon Marius Venstad2021-01-181-1/+0
| | | | clusters
* Assign group 0 to a single hostJon Bratseth2020-11-161-4/+2
|
* Defer changes until restartJon Bratseth2020-10-121-12/+19
| | | | | | | | | In container clusters, if it is determined that a restart is required to swicth to a new config generation, mark that config as applicable only after a restart. This avoids wasting resources on a config change just before a restart, and the potential of prematurely applying config changes which depend on other changes which are not effective before a restart has been done.
* Add back optionalNodeResourcesFromSlimeHarald Musum2020-08-181-1/+1
| | | | | | | We don't serialize requested resources (Noderesources) when they are empty (as they are when they are created with unspecified()), so cannot remove optionalNodeResourcesFromSlime before that is done in some other way
* Minor changes to testHarald Musum2020-06-181-1/+1
|
* Revert "Merge pull request #13353 from ↵Jon Bratseth2020-05-253-20/+30
| | | | | | | vespa-engine/revert-13348-bratseth/real-resources-in-model" This reverts commit 413ea623b5033593c2f2fe9951e1a685c8ff9dfc, reversing changes made to 5c0bfb06784075ac72c7891b7dce6454d85bdff8.
* Revert "Bratseth/real resources in model"Harald Musum2020-05-233-30/+20
|
* Update ↵Jon Bratseth2020-05-221-6/+0
| | | | | config-model/src/main/java/com/yahoo/config/model/provision/SingleNodeProvisioner.java Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
* Access resources directlyJon Bratseth2020-05-221-5/+4
|
* Clean up HostSpec constructorsJon Bratseth2020-05-223-8/+15
|
* Clean up HostSpec constructorsJon Bratseth2020-05-222-13/+23
|
* Remove dead codeHarald Musum2020-05-063-18/+0
|
* Validate resource changes by the lower limitJon Bratseth2020-04-081-2/+14
|
* Support specifying resource rangesJon Bratseth2020-03-261-14/+26
|
* Support passing both min and max resourcesJon Bratseth2020-03-251-6/+6
|
* Collect resource fields into ClusterResourcesJon Bratseth2020-03-251-12/+13
|
* Move group argument inside CapacityJon Bratseth2020-03-253-9/+24
|
* Non-functional changes onlyJon Bratseth2020-03-241-0/+1
|
* Use docker image repo in ClusterSpecHarald Musum2020-03-161-2/+6
|
* Remove unused mappingHarald Musum2020-03-161-5/+1
|
* Improve InMemoryProvisioner to work with resource changeValerij Fredriksen2020-01-171-31/+57
|
* Don't pretend hosts can have multiple membershipsJon Bratseth2019-11-131-1/+1
|
* Stop using deprecated NodeResources constructorsValerij Fredriksen2019-08-201-2/+2
|
* Revert "Merge pull request #10281 from ↵Jon Bratseth2019-08-141-10/+12
| | | | | | | vespa-engine/revert-10274-bratseth/remove-allocation-by-flavor" This reverts commit 3e7642b5f236321b299a2496098c19e7fc55843c, reversing changes made to fc6ebf45c0ef126043eb9db4cf613958ce665411.
* Revert "Bratseth/remove allocation by flavor"Harald Musum2019-08-141-12/+10
|
* Remove support for legacy flavor stringsJon Bratseth2019-08-141-10/+12
|
* Cleanup config model, part 1Harald Musum2019-07-251-1/+0
| | | | | Remove unused code, optimize imports, fix method signatures. No functional changes
* Allow node allocation by resource specJon Bratseth2019-05-061-21/+27
|
* Use number of cores to make a good assumption on number of threads to use ↵Henning Baldersheim2019-02-131-1/+10
| | | | for content layer.
* Don't fail on out of capacity on bootstrapJon Bratseth2018-06-261-5/+16
|
* Load the minimal set of models needed in devJon Bratseth2018-04-193-4/+17
|
* Nonfunctional changesJon Bratseth2018-04-061-1/+1
|
* Allow applications to request exlcusive access to hostsJon Bratseth2018-03-201-5/+23
|
* simplify single node caseArne Juul2017-09-111-9/+2
|
* Nonfunctional changes onlyJon Bratseth2017-08-231-1/+0
|
* Update copyright headersJon Bratseth2017-06-146-6/+6
|
* Revert "Update copyright headers"Jon Bratseth2017-06-146-6/+6
|
* Update copyright headersJon Bratseth2017-06-146-6/+6
|
* Revert "Copyright header"Jon Bratseth2017-06-136-6/+6
|
* Copyright headerJon Bratseth2017-06-136-6/+6
|