aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12107 from vespa-engine/freva/remove-in-place-flagValerij Fredriksen2020-02-103-35/+11
|\ | | | | Remove enable-in-place-resize flag
| * Remove enable-in-place-resize flagValerij Fredriksen2020-02-073-35/+11
| |
* | Do not provision load balancer for tester instancesHarald Musum2020-02-061-0/+1
|/
* Merge pull request #12082 from vespa-engine/mpolden/move-slime-utilsMartin Polden2020-02-069-10/+10
|\ | | | | Move SlimeUtils to vespajlib
| * Move SlimeUtils to vespajlibMartin Polden2020-02-069-10/+10
| |
* | Automatically set and clear wantToDeprovision when adding first/removing ↵Valerij Fredriksen2020-02-056-23/+49
|/ | | | last report with HARD_FAIL
* Disable access log in testsMartin Polden2020-01-311-1/+2
|
* Set suspendedSeconds even if zeroHåkon Hallingstad2020-01-311-11/+9
| | | | | | | If suspendedSeconds is not set the previous value is kept, which is wrong as it is logically 0 at that time, and is especially confusing in staging where a single node is reused often, and therefore may have multiple applications with a supendedSeconds>0 at any given time.
* Avoid setting PERMANENTLY_DOWN in mockHåkon Hallingstad2020-01-301-3/+1
|
* Prepare for setting PERMANENTLY_DOWNHåkon Hallingstad2020-01-305-15/+16
|
* Pass the clock to MetricsReporterHåkon Hallingstad2020-01-291-1/+1
|
* New metric: seconds node has been suspendedHåkon Hallingstad2020-01-293-11/+30
|
* Pull host info through out of orchestrator and through nodes responseJon Marius Venstad2020-01-276-11/+27
|
* Nodes allowed to upgrade always target latest versionMartin Polden2020-01-264-11/+57
|
* Upgrade nodes on lowest OS version firstMartin Polden2020-01-243-6/+30
| | | | | A minor optimization of the following scenario: Nodes are on v1, upgrade to v2 is ongoing, and upgrade to v3 is started before v2 is complete.
* Set quotaJon Bratseth2020-01-241-1/+2
|
* Merge pull request #11914 from vespa-engine/bratseth/add-specific-agentsJon Bratseth2020-01-2311-16/+38
|\ | | | | Record the specific change agent in the node history
| * Record the specific change agent in the node historyJon Bratseth2020-01-2311-16/+38
| |
* | Allow patching to unreserveJon Bratseth2020-01-231-5/+2
| |
* | Support patching reservedToJon Bratseth2020-01-232-0/+10
|/
* Lock node-admin appJon Bratseth2020-01-231-15/+10
|
* Use class fieldJon Bratseth2020-01-232-11/+9
|
* Only allow clearing reservedToJon Bratseth2020-01-232-4/+4
|
* Remove spurious fieldJon Bratseth2020-01-231-1/+0
|
* Cleanup testJon Bratseth2020-01-231-6/+2
|
* Test reservation of hosts to tenantsJon Bratseth2020-01-235-43/+107
|
* Unreserve hosts with allocationsJon Bratseth2020-01-227-14/+34
|
* Prefer using reserved hostsJon Bratseth2020-01-222-3/+7
|
* Don't allocate on hosts reserved to someone elseJon Bratseth2020-01-223-6/+9
|
* Surfacet reservedTo in nodes/v2 and testJon Bratseth2020-01-226-17/+28
|
* Add reservedTo field to NodeJon Bratseth2020-01-2214-71/+116
|
* Do not in-place resize in dynamically provisioned zonesValerij Fredriksen2020-01-211-1/+2
|
* Merge pull request #11837 from ↵Jon Bratseth2020-01-171-4/+2
|\ | | | | | | | | vespa-engine/bratseth/dont-allow-wrong-serviceport-take-2 Bratseth/dont allow wrong serviceport take 2
| * Revert "Merge pull request #11805 from ↵Jon Bratseth2020-01-171-4/+2
| | | | | | | | | | | | | | vespa-engine/revert-11792-bratseth/dont-allow-wrong-webserviceport" This reverts commit 1032436c17935fa0da7aadf75cce6a51e0197756, reversing changes made to 891e243f84eab77a08ff3e42a6063e3fb3d74a87.
* | Merge pull request #11824 from vespa-engine/freva/do-not-count-retiredValerij Fredriksen2020-01-171-2/+3
|\ \ | |/ |/| Only consider non-retired node when determining number of groups/cluster size
| * Only consider non-retired node when determining number of groups/cluster sizeValerij Fredriksen2020-01-161-2/+3
| |
* | Merge pull request #11828 from vespa-engine/bratseth/temporary-quota-checkJon Bratseth2020-01-174-12/+58
|\ \ | | | | | | Temporary quota checking
| * | Improve error messageJon Bratseth2020-01-172-2/+2
| | |
| * | Refactor and hashJon Bratseth2020-01-174-12/+49
| | |
| * | Temporary quota checkingJon Bratseth2020-01-173-10/+19
| |/
* / Add in-place resize feature flagValerij Fredriksen2020-01-173-4/+30
|/
* Revert "Fail deployment if the wrong web service port is configured"Harald Musum2020-01-151-2/+4
|
* Merge with masterJon Bratseth2020-01-155-5/+40
|\
| * Merge pull request #11791 from vespa-engine/mpolden/fix-upgradeMartin Polden2020-01-152-1/+19
| |\ | | | | | | Only count version as changing if wanted version is set
| | * Only count version as changing if wanted version is setMartin Polden2020-01-152-1/+19
| | |
| * | Update cluster spec for reserved nodesValerij Fredriksen2020-01-153-4/+21
| |/
* | Remove unused importsJon Bratseth2020-01-151-1/+1
| |
* | Fail deployment if the wrong web service port is configuredJon Bratseth2020-01-151-4/+2
|/ | | | | This will cause the application to become unavailable so it is not sufficient to emit a warning.
* Revert "Merge pull request #11770 from ↵Jon Bratseth2020-01-141-29/+0
| | | | | | | vespa-engine/mpolden/restore-content-combined-substition" This reverts commit 7250e7a5cfafaa8e52a56c7990437be740761093, reversing changes made to d220c3dd187e908afa015d5990e6dbbeb2e9876b.
* Merge pull request #11767 from ↵Jon Marius Venstad2020-01-141-1/+1
|\ | | | | | | | | vespa-engine/bratseth/allow-multiple-testers-on-one-parent Allow multiple testers on the same parent