summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17390 from vespa-engine/mpolden/limit-rebuildsMartin Polden2021-04-139-52/+84
|\
| * Limit concurrent host rebuildsMartin Polden2021-04-124-35/+60
| |
| * Fix typoMartin Polden2021-04-121-1/+1
| |
| * Extract constantMartin Polden2021-04-122-2/+6
| |
| * Keep wantToRebuild flag until readyMartin Polden2021-04-123-15/+18
| |
* | Provision RHEL 7 host if explicitly requested through flagMartin Polden2021-04-131-0/+2
|/
* Merge pull request #17358 from vespa-engine/bratseth/wantToFail-on-operator-failJon Bratseth2021-04-1213-37/+120
|\ | | | | Bratseth/want to fail on operator fail
| * SimplifyJon Bratseth2021-04-121-3/+1
| |
| * Node failing improvementsJon Bratseth2021-04-125-9/+42
| | | | | | | | | | - Fail hosts that wants to fail and do not have active children - Clear want to fail on failing in case the nodes are later reactivated
| * Mark active as wantToFail on operator actionsJon Bratseth2021-04-099-29/+81
| |
* | Add wantToRebuild field to node responseMartin Polden2021-04-0935-0/+35
| |
* | Implement RebuildingOsUpgraderMartin Polden2021-04-098-44/+214
| |
* | Always require upgrade budgetMartin Polden2021-04-0912-54/+51
| |
* | Simplify OsUpgradeActivatorTestMartin Polden2021-04-091-15/+7
|/
* More NodeListJon Bratseth2021-04-081-7/+6
|
* More NodeListJon Bratseth2021-04-081-26/+17
|
* failing() instead of wantToFail(true/false)Jon Bratseth2021-04-083-6/+6
|
* Merge with masterJon Bratseth2021-04-0818-63/+209
|\
| * Park nodes requested to rebuildMartin Polden2021-04-081-9/+15
| |
| * Allow restoring a rebuilt host in nodes APIMartin Polden2021-04-082-3/+14
| |
| * Support restoring a rebuilt hostMartin Polden2021-04-085-11/+96
| |
| * Allow patching wantToRebuild in nodes APIMartin Polden2021-04-072-3/+13
| |
| * Add wantToRebuild fieldMartin Polden2021-04-075-22/+56
| |
| * Use enum in messageMartin Polden2021-04-071-6/+6
| |
| * Less custom NodeList matchingMartin Polden2021-04-076-11/+11
| |
* | Move nodes to 'failed' during activateJon Bratseth2021-04-0813-35/+95
|/
* Store resized event for NodeValerij Fredriksen2021-03-299-15/+30
|
* Rename variableJon Bratseth2021-03-251-2/+2
|
* Update ↵Jon Bratseth2021-03-251-1/+1
| | | | | node-repository/src/main/java/com/yahoo/vespa/hosted/provision/restapi/NodesV2ApiHandler.java Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
* Add stats to controller/v1 APIJon Bratseth2021-03-253-7/+16
|
* Add stats to node repo clientJon Bratseth2021-03-243-18/+9
|
* Add stats to nodes/v2Jon Bratseth2021-03-243-0/+89
|
* RefactorJon Bratseth2021-03-243-42/+0
|
* RefactorJon Bratseth2021-03-2410-39/+31
|
* RefactorJon Bratseth2021-03-241-2/+2
|
* RefactorJon Bratseth2021-03-246-53/+31
|
* RefactorJon Bratseth2021-03-249-39/+36
|
* RefactorJon Bratseth2021-03-242-16/+20
|
* RefactorJon Bratseth2021-03-243-29/+34
|
* Compute application statsJon Bratseth2021-03-232-25/+179
|
* Merge pull request #17124 from vespa-engine/bratseth/node-repo-statsValerij Fredriksen2021-03-2310-6/+219
|\ | | | | Compute node repo utilization
| * Update ↵Jon Bratseth2021-03-231-1/+1
| | | | | | | | | | node-repository/src/main/java/com/yahoo/vespa/hosted/provision/NodeList.java Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
| * Compute node repo utilizationJon Bratseth2021-03-2310-6/+219
| |
* | Increase inactive expiry time for none-prod and cd zonesHarald Musum2021-03-231-2/+4
| | | | | | | | | | | | To avoid issues with nodes being deallocated in node repo, but all config servers not having completed cleanup after removal of application wait a bit longer before expiring inactive nodes
* | Move client builders to major specific sub packagesJon Marius Venstad2021-03-231-1/+1
|/
* Refactor: Let the node repo own the metrics dbJon Bratseth2021-03-2222-136/+135
|
* Require non-empty IP pool for ready hostsMartin Polden2021-03-196-11/+14
|
* Require primary IP addresses for ready hostsMartin Polden2021-03-194-4/+9
|
* Rename getIpSet -> ipSetMartin Polden2021-03-198-18/+19
|
* Merge pull request #17052 from vespa-engine/bratseth/copyright-headersKristian Aune2021-03-192-0/+2
|\ | | | | Add copyright headers