summaryrefslogtreecommitdiffstats
path: root/config-provisioning
Commit message (Collapse)AuthorAgeFilesLines
...
| * Split registry and repositoryMartin Polden2020-10-203-19/+96
| |
* | Revert "Revert "Remove allow host sharing""Valerij Fredriksen2020-10-202-17/+2
|/
* Revert "Remove allow host sharing"Valerij Fredriksen2020-10-192-2/+17
|
* Remove allowHostSharingValerij Fredriksen2020-10-192-17/+2
|
* Use deploy timeout in config server to set reservation expiryHarald Musum2020-10-191-2/+5
|
* Remove unused codeHarald Musum2020-10-141-20/+4
|
* Remove debugValerij Fredriksen2020-10-131-1/+0
|
* Do internal restart if provisioner is setValerij Fredriksen2020-10-131-9/+26
|
* Acquire provision lock for transactional writesMartin Polden2020-10-082-0/+54
|
* Add config entry for node cache sizeMartin Polden2020-10-051-0/+4
|
* Remove unused methodsHarald Musum2020-10-021-6/+0
|
* Correct disk priceJon Bratseth2020-09-291-5/+4
|
* Revert "Bratseth/adjust prices take 2"Harald Musum2020-09-291-4/+5
|
* Merge pull request #14607 from vespa-engine/bratseth/adjust-prices-take-2Kristian Aune2020-09-291-5/+4
|\ | | | | Bratseth/adjust prices take 2
| * Revert "Merge pull request #14605 from ↵Jon Bratseth2020-09-291-5/+4
| | | | | | | | | | | | | | vespa-engine/revert-14603-bratseth/adjust-prices" This reverts commit 0646874a31b1f2b85b98f837931abfcc5d1eb2e5, reversing changes made to ccbbc101657e87ce08447b794004ebc9d0c502a6.
| * Revert "Adjust prices"Arnstein Ressem2020-09-281-4/+5
| |
| * Adjust pricesJon Bratseth2020-09-281-5/+4
| |
* | Supplier not producer, unfortunatelyJon Bratseth2020-09-281-4/+0
|/
* Round prior to printing og digits.Henning Baldersheim2020-09-232-3/+4
|
* Since only a simple single decimal floatingpoint number is needed avoid ↵Henning Baldersheim2020-09-232-5/+53
| | | | using string and floating point formatting. Use a simpler variant you get a 15 X speedup of this frequently called code.
* Application config generation in deploymentJon Bratseth2020-09-201-2/+6
|
* Wait with deployments until bootstrapping has finishedHarald Musum2020-09-161-0/+3
|
* Allow no argument to install_config_definitionsHarald Musum2020-09-121-1/+1
| | | | | Use src/main/resources/configdefinitions as default when no argument is given
* Use full name in config definition file namesHarald Musum2020-09-104-2/+1
|
* Revert "Revert "Remove deprecated methods and unnecessary compatibility ↵Harald Musum2020-09-107-160/+3
| | | | code" MERGEOK"
* Revert "Remove deprecated methods and unnecessary compatibility code"Jon Marius Venstad2020-09-097-3/+160
|
* Add back flavor(), used by config-model (and remove usage)Harald Musum2020-09-091-0/+6
|
* Remove deprecated methods and unnecessary compatibility codeHarald Musum2020-09-097-165/+2
|
* Add back optionalNodeResourcesFromSlimeHarald Musum2020-08-181-9/+7
| | | | | | | 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
* Rename node test node resourcesHarald Musum2020-08-181-15/+15
|
* Remove use of flavors from allocated hosts serializationHarald Musum2020-08-183-57/+32
|
* Check generality correctly on compactionJon Bratseth2020-08-071-1/+1
|
* isDockerHost -> isHostJon Bratseth2020-07-011-1/+7
|
* Nonfunctional, changes onlyJon Bratseth2020-06-241-1/+1
|
* SpareCapacityMaintainer sketchJon Bratseth2020-06-121-1/+0
|
* Nonfunctional changes onlyJon Bratseth2020-06-101-2/+0
|
* Remove Cloud dependency from OsUpgraderMartin Polden2020-06-021-0/+3
|
* Merge pull request #13401 from vespa-engine/mpolden/provision-exact-capacityMartin Polden2020-05-282-19/+54
|\ | | | | Support provisioning exact capacity
| * Add Cloud builderMartin Polden2020-05-272-19/+54
| |
* | Approx floating point equalsJon Bratseth2020-05-271-4/+4
|/
* Specify model version in todo'sJon Bratseth2020-05-253-17/+17
|
* Revert "Merge pull request #13353 from ↵Jon Bratseth2020-05-257-70/+226
| | | | | | | 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-237-226/+70
|
* Expect consistencyJon Bratseth2020-05-221-3/+3
|
* Access resources directlyJon Bratseth2020-05-222-3/+9
|
* Clean up HostSpec constructorsJon Bratseth2020-05-223-82/+98
|
* Clean up HostSpec constructorsJon Bratseth2020-05-226-40/+164
|
* Access flavor resources through resources()Jon Bratseth2020-05-212-1/+3
|
* Access flavor resources through resources()Jon Bratseth2020-05-211-0/+8
|
* Merge pull request #13287 from vespa-engine/bratseth/autoscale-groupsizeJon Bratseth2020-05-181-4/+8
|\ | | | | Bratseth/autoscale groupsize