aboutsummaryrefslogtreecommitdiffstats
path: root/config-provisioning
Commit message (Collapse)AuthorAgeFilesLines
* Avoid exposing ApplicationTransaction lockMartin Polden2020-11-111-4/+0
|
* Replace image atomicallyMartin Polden2020-11-063-14/+38
|
* Do not commit and unlock togetherMartin Polden2020-11-031-7/+1
| | | | You always want to unlock, but not always commit.
* Docker image -> container imageMartin Polden2020-10-271-1/+1
|
* Remove always-acquire-provision-lock flagMartin Polden2020-10-261-40/+0
|
* Update ↵Jon Bratseth2020-10-221-1/+0
| | | | | config-provisioning/src/main/java/com/yahoo/config/provision/Provisioner.java Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
* Store scaling events in ZooKeeperJon Bratseth2020-10-224-0/+74
|
* Merge pull request #14969 from vespa-engine/mpolden/container-registryMartin Polden2020-10-214-23/+109
|\ | | | | Let zone decide container registry
| * Rename config fieldMartin Polden2020-10-202-3/+6
| |
| * Rename DockerImages -> ContainerImagesMartin Polden2020-10-201-1/+7
| |
| * 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
|/