summaryrefslogtreecommitdiffstats
path: root/config-provisioning
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #13131 from ↵Jon Bratseth2020-05-022-0/+4
| | | | | | | vespa-engine/revert-13128-bratseth/allow-non-allocatable-limits-take-2" This reverts commit 78d7d808067a9189960f3cc2ad83237ba00efec5, reversing changes made to e1d09983f5e952f44358ae5b247e5b76b2898d82.
* Revert "Bratseth/allow non allocatable limits take 2"Harald Musum2020-05-012-4/+0
|
* Revert "Merge pull request #13125 from ↵Jon Bratseth2020-04-302-0/+4
| | | | | | | vespa-engine/revert-13114-bratseth/allow-non-allocatable-limits" This reverts commit f3c67d39861da9138f2948998435d502008442c8, reversing changes made to 48ff6fe2efd6901796a9b8a0ceb8161232bcea15.
* Revert "Bratseth/allow non allocatable limits"Håkon Hallingstad2020-04-302-4/+0
|
* Rescale exhaustively when window moves outside current deploymentJon Bratseth2020-04-282-0/+4
|
* Smarter window change handlingJon Bratseth2020-04-262-2/+7
|
* Merge pull request #13054 from ↵Valerij Fredriksen2020-04-241-0/+8
|\ | | | | | | | | vespa-engine/bratseth/expose-application-info-rebased Bratseth/expose application info
| * Test application responsesJon Bratseth2020-04-241-1/+1
| |
| * nodes/v2/application responses WIPJon Bratseth2020-04-231-0/+8
| |
* | Gc dead codeJon Bratseth2020-04-222-51/+0
|/
* Use DockerImage instead of String, part 2Harald Musum2020-04-175-12/+22
|
* Fallback to deduce size againJon Bratseth2020-04-172-3/+9
| | | | | Move cluster size validation to Capacity: We may reason about illegal sizes but not request them.
* Merge pull request #12949 from vespa-engine/hmusum/remove-dead-code-7Jon Bratseth2020-04-161-12/+0
|\ | | | | Remove dead code
| * Remove dead codeHarald Musum2020-04-161-12/+0
| |
* | Use DockerImage instead of String in HostSpecHarald Musum2020-04-163-8/+15
|/
* Always use configured disk settingsJon Bratseth2020-04-032-1/+8
|
* Compare even more correctlyJon Bratseth2020-03-301-1/+1
|
* Compare correctlyJon Bratseth2020-03-301-1/+1
|
* Merge pull request #12750 from vespa-engine/bratseth/autoscaling-ranges-3Jon Bratseth2020-03-282-2/+15
|\ | | | | Bratseth/autoscaling ranges 3
| * Respect node resource limitsJon Bratseth2020-03-281-2/+8
| |
| * Maintain application min, max and target resourcesJon Bratseth2020-03-271-0/+7
| |
* | Add back and remove TODO that should not have been thereHarald Musum2020-03-271-0/+4
| |
* | Revert "Revert "Remove dead code, add TODOs for code to be removed later""Harald Musum2020-03-272-22/+2
| |
* | Revert "Remove dead code, add TODOs for code to be removed later"Harald Musum2020-03-272-2/+22
|/
* Remove dead code, add TODOs for code to be removed laterHarald Musum2020-03-272-22/+2
|
* Validate sizeJon Bratseth2020-03-263-0/+59
|
* Support passing both min and max resourcesJon Bratseth2020-03-251-17/+25
|
* Collect resource fields into ClusterResourcesJon Bratseth2020-03-253-35/+40
|
* Move ClusterResources to config-provisionJon Bratseth2020-03-251-0/+59
|
* Move group argument inside CapacityJon Bratseth2020-03-252-18/+48
|
* Update ABI specJon Bratseth2020-03-231-875/+1
|
* Remove this from public packagesJon Bratseth2020-03-231-1/+0
| | | | | | | | | | By our contract this requires a major release, but we should make an exception because: - This is not useful outside the cloud environment - On the cloud environment there are just 2 usages, both of which are legacy and won't be impacted (as we're still exporting the packages). The replacement is ai.vespa.cloud.SystemInfo
* Merge pull request #12640 from ↵Jon Bratseth2020-03-202-4/+26
|\ | | | | | | | | vespa-engine/bratseth/nicer-autoscaling-logging-take-2 Bratseth/nicer autoscaling logging take 2.
| * Correct test expectationJon Bratseth2020-03-201-1/+1
| |
| * Revert "Merge pull request #12638 from ↵Jon Bratseth2020-03-202-4/+26
| | | | | | | | | | | | | | vespa-engine/revert-12637-bratseth/nicer-autoscaling-logging" This reverts commit cc659eb6a33016e412f89b797ea09b10fa4c5f3a, reversing changes made to 8934589f9d8455676f1ed5f0a2654df201b1bdba.
| * Revert "Bratseth/nicer autoscaling logging"Håkon Hallingstad2020-03-202-26/+4
| |
| * Output floats with 1 decimal in toStringJon Bratseth2020-03-192-4/+26
| |
* | Fixes after code reviewHarald Musum2020-03-192-0/+4
| |
* | Serialize and deserialize docker image repoHarald Musum2020-03-192-4/+14
|/
* Temporarily disable validation of domain nameBjørn Christian Seime2020-03-181-1/+2
|
* Validate domain nameBjørn Christian Seime2020-03-181-0/+11
|
* Validate that group id is not set when creating with request()Harald Musum2020-03-172-4/+5
|
* Use two builder methods, request() and specification()Harald Musum2020-03-175-18/+36
| | | | | | | | request() should be used when requesting a cluster, same as old static method called request(). specification() should be used when creating a clsuter spec for an existing cluster, same as old static method from(). specification() will throw an exception if some required fields are not set
* Add builder for ClusterSpecHarald Musum2020-03-173-9/+82
|
* Update abi specJon Bratseth2020-03-161-1/+0
|
* More elaborate toStringJon Bratseth2020-03-161-5/+0
|
* Fix toString to only output docker image repo if presentHarald Musum2020-03-161-1/+1
| | | | Some tests depended on this
* Update ↵Harald Musum2020-03-161-1/+1
| | | | | config-provisioning/src/test/java/com/yahoo/config/provision/serialization/AllocatedHostsSerializerTest.java Co-Authored-By: Valerij Fredriksen <freva@users.noreply.github.com>
* Update ↵Harald Musum2020-03-161-1/+1
| | | | | config-provisioning/src/main/java/com/yahoo/config/provision/HostSpec.java Co-Authored-By: Valerij Fredriksen <freva@users.noreply.github.com>
* Use docker image repo in ClusterSpecHarald Musum2020-03-169-34/+103
|