summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12398 from vespa-engine/mpolden/combined-idJon Marius Venstad2020-03-0322-77/+100
|\
| * Always use container ID as cluster ID for load balancersMartin Polden2020-03-022-7/+29
| * Add combined ID to ClusterSpecMartin Polden2020-03-0221-71/+72
* | Moved to more specific methods on ServiceMonitorHåkon Hallingstad2020-02-283-11/+4
|/
* Add node from request lastHarald Musum2020-02-271-1/+2
* Only get list of nodes when actually neededHarald Musum2020-02-272-17/+14
* Create MaintenanceDeployment in try-with-resourcesJon Marius Venstad2020-02-271-8/+9
* Include non-provided dependencyJon Bratseth2020-02-261-0/+6
* Revert "Merge pull request #12351 from vespa-engine/revert-11875-bratseth/nod...Jon Bratseth2020-02-2631-33/+1619
* Revert "Bratseth/node metrics"Harald Musum2020-02-2631-1619/+33
* More readable codeJon Bratseth2020-02-262-17/+7
* Merge branch 'bratseth/node-metrics' of github.com:vespa-engine/vespa into br...Jon Bratseth2020-02-261-1/+1
|\
| * Update node-repository/src/main/java/com/yahoo/vespa/hosted/provision/autosca...Jon Bratseth2020-02-261-1/+1
* | Non-functional fixesJon Bratseth2020-02-263-4/+4
|/
* Merge branch 'master' into bratseth/node-metricsJon Bratseth2020-02-253-3/+49
|\
| * Add test (from @freva) to verify that node indices are unique.gjoranv2020-02-251-0/+42
| * Simpflify by pre-defining the set of allocated states.gjoranv2020-02-252-4/+6
| * Consider reserved nodes when finding the highest cluster indexgjoranv2020-02-251-1/+2
* | Merge branch 'master' into bratseth/node-metricsJon Bratseth2020-02-255-17/+35
|\|
| * There is already a call to maintain - unifyHåkon Hallingstad2020-02-242-3/+3
| * Fail cfg bootstrap if activation of infra apps failsHåkon Hallingstad2020-02-233-5/+19
| * Define completeness of SuperModel and DuperModelHåkon Hallingstad2020-02-234-15/+19
* | Update copyright headerJon Bratseth2020-02-2514-19/+18
* | Test metrics fetchJon Bratseth2020-02-257-29/+219
* | Fetch metrics from a containerJon Bratseth2020-02-251-4/+61
* | Use correct metric output namesJon Bratseth2020-02-243-4/+4
* | Parse metrics/v2 response and store in batchJon Bratseth2020-02-2411-40/+130
* | CleanupJon Bratseth2020-02-221-4/+0
* | Share autoscale work between config serversJon Bratseth2020-02-223-5/+11
* | Test nodemetricsdbJon Bratseth2020-02-225-19/+44
* | Scale correctly with multiple groupsJon Bratseth2020-02-222-12/+14
* | Use load, not totalJon Bratseth2020-02-222-40/+56
* | Account for fixed cost portion of query costJon Bratseth2020-02-214-38/+66
* | Stay within lower node resource limitsJon Bratseth2020-02-214-15/+66
* | Test correction for AWS memory overheadJon Bratseth2020-02-212-5/+16
* | Test with memory driven rescalingJon Bratseth2020-02-214-23/+41
* | Parametrize measured resourceJon Bratseth2020-02-212-15/+14
* | Test autoscaling with dynamic provisioningJon Bratseth2020-02-2011-71/+226
* | Merge branch 'master' into bratseth/node-metricsJon Bratseth2020-02-2077-515/+894
|\|
| * Merge pull request #12253 from vespa-engine/freva/allocate-fullyHåkon Hallingstad2020-02-182-7/+9
| |\
| | * Allow dynamic provisioning when preprovisioned capacity is not enoughValerij Fredriksen2020-02-182-7/+9
| * | Remove global lockMartin Polden2020-02-183-37/+22
| |/
| * Support dynamically provision hosts without childrenValerij Fredriksen2020-02-172-9/+13
| * Use HostResourcesCalculator in DynamicProvisioningMaintainerValerij Fredriksen2020-02-173-6/+22
| * Pass host flavor name to HostResourcesCalculatorValerij Fredriksen2020-02-175-13/+7
| * Merge pull request #12192 from vespa-engine/mpolden/docker-image-flagMartin Polden2020-02-1418-82/+141
| |\
| | * Add flag for overriding Docker imageMartin Polden2020-02-1418-82/+141
| * | Fix unstable testMartin Polden2020-02-141-4/+4
| * | Include load balancer networks for application of child nodeMartin Polden2020-02-133-19/+32
| * | Take load balancer lock per applicationMartin Polden2020-02-136-69/+83