summaryrefslogtreecommitdiffstats
path: root/config-provisioning
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|
* Remove unused methodsHarald Musum2020-03-134-15/+5
|
* Avoid reallocation when transitioning between content and combinedMartin Polden2020-03-092-3/+5
|
* Handle remote diskJon Bratseth2020-03-041-3/+1
|
* Add combined ID to ClusterSpecMartin Polden2020-03-024-14/+59
|
* Determine endpoints from routing policies for all routing methodsMartin Polden2020-02-271-0/+5
|
* Revert "Merge pull request #12351 from ↵Jon Bratseth2020-02-265-9/+9
| | | | | | | vespa-engine/revert-11875-bratseth/node-metrics" This reverts commit 37f6c5b31cb2809a54c34dc3a4e51307f3320fbd, reversing changes made to 76221d0b9b7bda577ac61ce8a79c7b6ee3a8dbb4.
* Revert "Bratseth/node metrics"Harald Musum2020-02-265-9/+9
|
* Merge branch 'master' into bratseth/node-metricsJon Bratseth2020-02-253-4/+11
|\
| * Merge pull request #12314 from ↵Håkon Hallingstad2020-02-242-4/+3
| |\ | | | | | | | | | | | | 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-232-3/+2
| | |
| | * Define completeness of SuperModel and DuperModelHåkon Hallingstad2020-02-232-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| |