summaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Collapse)AuthorAgeFilesLines
* use internal ssl context for tester appandreer2019-09-201-3/+8
|
* Merge pull request #10718 from vespa-engine/freva/remove-flavor-fixValerij Fredriksen2019-09-193-89/+9
|\ | | | | Revert "Use flavor instead of resources when deploying Vespa 6 tester application"
| * Revert "Use flavor instead of resources when deploying Vespa 6 tester ↵Valerij Fredriksen2019-09-193-89/+9
| | | | | | | | | | | | application" This reverts commit f90efdd4
* | Use map instead of nested ternariesJon Marius Venstad2019-09-191-3/+3
| |
* | Indicate what change we are waiting for in deployment viewJon Marius Venstad2019-09-193-3/+3
| |
* | Doc in OldCuratorDbJon Marius Venstad2019-09-191-4/+2
| |
* | Add simple test for data serialisation changeJon Marius Venstad2019-09-194-2/+691
| |
* | Revert reading new data immediately, as some some writes may be lost during ↵Jon Marius Venstad2019-09-191-7/+5
|/ | | | upgrade
* Add warning to double deleteJon Marius Venstad2019-09-181-0/+1
|
* Read instances from new instance path, with fallback to the oldJon Marius Venstad2019-09-181-3/+7
|
* Write instances to the new instance path, as well as to the oldJon Marius Venstad2019-09-181-0/+7
|
* Rename some application -> instance and extract a methodJon Marius Venstad2019-09-182-20/+24
|
* Remove unused class LockJon Marius Venstad2019-09-181-24/+0
|
* (Locked)?Application(Serializer|List)? renamed with InstanceJon Marius Venstad2019-09-1817-425/+425
|
* Rename Application -> InstanceJon Marius Venstad2019-09-1851-1154/+1150
|
* Merge pull request #10701 from ↵Ola Aunrønning2019-09-181-10/+10
|\ | | | | | | | | vespa-engine/olaa/more-fault-tolerant-metric-retrieval Set request timeout
| * Set request timeout. Keep fetching metrics, even if it fails for one zoneOla Aunrønning2019-09-181-10/+10
| |
* | More URI rewritingJon Marius Venstad2019-09-182-7/+15
| |
* | Check target OS version per zoneMartin Polden2019-09-175-39/+33
|/ | | | | | | | | | | | | | This change makes the controller check the target OS version per zone (retrieved from `/nodes/v2/upgrade/`) when deciding whether to set a target. In the node repository, the OS version value in `/nodes/v2/upgrade/` and the value of each nodes `wantedOsVersion` are backed by the same ZK data. To implement automatic pausing of OS upgrades we'll eventually start omitting the `wantedOsVersion` node field when an OS version is deactivated. We therefore make the controller read target version from `/nodes/v2/upgrade/` instead to avoid the controller repeatedly setting a target version while upgrades to that version are paused.
* Merge pull request #10668 from vespa-engine/mortent/testerapp-ca-certAndreas Eriksen2019-09-163-0/+3
|\ | | | | Add truststore to testerapp 4443 port
| * Add truststore to testerapp 4443 portMorten Tokle2019-09-163-0/+3
| |
* | Merge pull request #10664 from vespa-engine/andreer/use-https-4443-flagAndreas Eriksen2019-09-162-3/+11
|\ \ | |/ |/| feature flag to use https / container on port 4443
| * Apply suggestions from code reviewAndreas Eriksen2019-09-161-2/+2
| |
| * remove duplicate local variableAndreas Eriksen2019-09-161-1/+0
| |
| * Conform to local formattingJon Marius Venstad2019-09-161-1/+2
| |
| * remove unneccessary local variableAndreas Eriksen2019-09-161-1/+1
| | | | | | Co-Authored-By: Jon Marius Venstad <jonmv@users.noreply.github.com>
| * feature flag to use https / container on port 4443andreer2019-09-162-3/+11
| |
* | Revert "Add truststore to testerapp 4443 port "Bjørn Christian Seime2019-09-162-2/+0
| |
* | Merge pull request #10634 from vespa-engine/mortent/testerapp-add-truststoreBjørn Christian Seime2019-09-162-0/+2
|\ \ | | | | | | Add truststore to testerapp 4443 port
| * | Add truststore to testerapp 4443 portMorten Tokle2019-09-162-0/+2
| |/
* | Merge pull request #10658 from vespa-engine/mpolden/reduce-log-noiseMartin Polden2019-09-161-6/+8
|\ \ | | | | | | Reduce log noise from DeploymentMetricsMaintainer
| * | Reduce log noise from DeploymentMetricsMaintainerMartin Polden2019-09-161-6/+8
| | |
* | | Use flavor instead of resources when deploying Vespa 6 tester applicationValerij Fredriksen2019-09-163-12/+87
| |/ |/|
* | Make deployment job info messages INFO levelJon Marius Venstad2019-09-165-23/+23
| |
* | Check tester container during installation, and with a 30 minutes timeoutJon Marius Venstad2019-09-161-15/+18
| |
* | Look up endpoints as part of endpoint-ready-checkJon Marius Venstad2019-09-161-3/+11
|/
* Merge pull request #10643 from ↵Jon Bratseth2019-09-143-58/+3
|\ | | | | | | | | vespa-engine/mpolden/routing-generator-mock-empty-by-default Make RoutingGeneratorMock empty by default.
| * Move RoutingGeneratorMock to controller-apiMartin Polden2019-09-133-64/+2
| |
| * Make RoutingGeneratorMock empty by defaultMartin Polden2019-09-132-8/+15
| |
* | Merge pull request #10641 from ↵Jon Marius Venstad2019-09-1320-94/+252
|\ \ | | | | | | | | | | | | vespa-engine/jvenstad/live-vespa-logs-in-deployments Jvenstad/live vespa logs in deployments
| * | Avoid sillinessJon Marius Venstad2019-09-131-1/+1
| | |
| * | Handle log server giving overlapping log windows (with micro precision)Jon Marius Venstad2019-09-1310-56/+54
| | |
| * | Remove malplaced log spamJon Marius Venstad2019-09-133-15/+6
| | |
| * | Update Vespa log on deployment job log requests iff job includes Vespa logsJon Marius Venstad2019-09-139-6/+139
| | |
| * | Always copy Vespa logs for dev, at the end of the job, but only if deployed ↵Jon Marius Venstad2019-09-133-4/+4
| | | | | | | | | | | | this run
| * | Limit logs to be not before the current deploymentJon Marius Venstad2019-09-131-3/+6
| | |
| * | Extract Vespa log update as public method in JobControllerJon Marius Venstad2019-09-132-18/+32
| | |
| * | Store timestamp of last Vespa log record in RunJon Marius Venstad2019-09-134-8/+25
| | |
| * | Eliminate code duplicationJon Marius Venstad2019-09-131-21/+23
| |/
* | Add units to memory and disk resourcesValerij Fredriksen2019-09-132-2/+2
| |