summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
* Limit soft rebuilds to supported cloudMartin Polden2022-10-072-17/+21
|
* Merge pull request #24324 from vespa-engine/freva/lb-ipMartin Polden2022-10-067-17/+47
|\ | | | | Propagate load balancer IP to routing policies
| * Fix typosValerij Fredriksen2022-10-062-2/+2
| |
| * Allow LoadBalancerInstance to specify either IP address or domain nameValerij Fredriksen2022-10-067-17/+47
| |
* | Change exception when unable to find all requested hostsHarald Musum2022-10-062-6/+3
|/ | | | | | | | | Throwing an IllegalArgumentException in this case will lead to an invalid application package error returned from config server, which is misleading,as there is nothing the customer can do with the application to fix this, it is a transient issue in node repo or a bug in vespa code. Throwing a RuntimeException will lead to an internal server error being returned, which is more appropriate.
* Merge pull request #24299 from vespa-engine/mpolden/rebuild-improvementsMartin Polden2022-10-041-0/+7
|\ | | | | Rebuild improvements
| * Re-check flag while holding lockMartin Polden2022-10-041-0/+5
| |
| * Keep trying other hosts on failureMartin Polden2022-10-041-0/+2
| |
* | Ensure flagSource is set before passing reference to thisMartin Polden2022-10-041-1/+1
|/
* Support soft-rebuilding hosts with remote diskMartin Polden2022-10-0313-52/+277
|
* Use switch expressionMartin Polden2022-10-031-5/+4
|
* Check for NamingExceptionValerij Fredriksen2022-09-281-2/+2
|
* Use toListJon Bratseth2022-09-261-5/+2
|
* Remove excessive information from messageJon Bratseth2022-09-261-3/+1
|
* Make wantToDeprovision recursiveValerij Fredriksen2022-09-201-1/+1
|
* Custom cloud account implies exclusivity in all environmentsMartin Polden2022-09-191-5/+2
|
* Remove unused flag sourceHåkon Hallingstad2022-09-084-15/+4
|
* Revert changesHåkon Hallingstad2022-09-082-8/+6
|
* Ignore infra deployment failures when bootstrapping zoneHåkon Hallingstad2022-09-082-5/+7
|
* Merge pull request #23924 from ↵Martin Polden2022-09-051-1/+1
|\ | | | | | | | | vespa-engine/mpolden/preserve-cloud-account-on-redeploy Preserve cloud account on internal redeploy
| * Preserve cloud account on internal redeployMartin Polden2022-09-051-1/+1
| |
* | Disallow GCP endpoints in global routingHåkon Hallingstad2022-09-011-2/+2
|/
* Reduce grace period for non-productionMartin Polden2022-08-301-1/+3
|
* Make Event a recordMartin Polden2022-08-301-40/+16
|
* Update testMartin Polden2022-08-261-9/+15
|
* Limit trusted node types and ports on config serverMartin Polden2022-08-2615-32/+256
|
* Extract TrustedNodeMartin Polden2022-08-263-48/+61
|
* Convert to recordMartin Polden2022-08-261-28/+10
|
* Revert "Trust explicit ports and node types on config server"Harald Musum2022-08-2515-307/+159
|
* Turn on autoscaling in perfJon Bratseth2022-08-251-1/+1
|
* Trust explicit ports on config serverMartin Polden2022-08-2515-92/+245
|
* Extract TrustedNodeMartin Polden2022-08-253-48/+61
|
* Convert to recordMartin Polden2022-08-251-28/+10
|
* Lower OS upgrade grace period in CDMartin Polden2022-08-242-6/+8
|
* Drop override of Vespa versionHåkon Hallingstad2022-08-181-3/+1
|
* Allow overriding wanted docker tag and vespa versionHåkon Hallingstad2022-08-181-2/+29
|
* Expose peak loadJon Bratseth2022-08-153-2/+14
|
* CleanupJon Bratseth2022-08-152-4/+8
|
* Don't limit averaging periodJon Bratseth2022-08-152-14/+11
|
* Test scaling dimensions in different directionsJon Bratseth2022-08-151-0/+21
|
* SimplifyJon Bratseth2022-08-112-28/+22
|
* Add testJon Bratseth2022-08-111-0/+11
|
* Use actual ideal load in test loadJon Bratseth2022-08-113-30/+33
|
* SimplifyJon Bratseth2022-08-111-2/+1
|
* Scale in both directions at the same timeJon Bratseth2022-08-112-21/+14
|
* Remove unnecessary downscaling duration checkJon Bratseth2022-08-102-61/+9
|
* Scale down when we have sufficient confidenceJon Bratseth2022-08-095-25/+36
|
* Scale up fastJon Bratseth2022-08-044-36/+30
|
* Use consistent sampling intervalsJon Bratseth2022-08-033-19/+19
|
* Scale load as late as possibleJon Bratseth2022-08-033-11/+13
|