summaryrefslogtreecommitdiffstats
path: root/node-admin
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Reapply "Use provided apache http client bundle from container""Bjørn Christian Seime2021-06-231-6/+10
|
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-231-10/+6
|
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+10
| | | | [run-systemtest]""
* Revert "Revert "Reapply "Use provided apache http client bundle from ↵Harald Musum2021-06-221-10/+6
| | | | container" [run-systemtest]""
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+10
| | | | [run-systemtest]"
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-10/+6
| | | | This reverts commit 89c9ae74e5aa065981ea55fe326369df64219c6b.
* Revert "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-6/+10
| | | | This reverts commit a181d8d9de3f4e73daab9ee0d62fd25f094fce2f.
* Merge pull request #18294 from vespa-engine/bjorncs/apache-http-client-bundleBjørn Christian Seime2021-06-211-10/+6
|\ | | | | Package Apache http client libraries as a single osgi bundle [run-systemtest]
| * Use provided apache http client bundle from containerBjørn Christian Seime2021-06-171-10/+6
| |
* | Make sure this works for RHEL 7 with devtools 9 and 10 and RHEL 8 with ↵Arnstein Ressem2021-06-182-19/+31
| | | | | | | | devtools 10.
* | Remove unused import.Arnstein Ressem2021-06-181-1/+0
| |
* | Probe container to set the correct GDB path.Arnstein Ressem2021-06-182-14/+35
| |
* | Set the correct path for GDB on RHEL8.Arnstein Ressem2021-06-171-1/+4
| |
* | Merge pull request #18136 from vespa-engine/toregge/use-gcc-10-on-centos-7-and-8Tor Egge2021-06-172-3/+3
|\ \ | |/ |/| Use gcc 10 on CentOS 7, CentOS 8, RHEL 7 and RHEL 8.
| * Track change to devtoolset-10.Tor Egge2021-06-162-3/+3
| |
* | remove report if null valueHåkon Hallingstad2021-06-161-2/+4
| |
* | Properly apply changes to node reports to a NodeSpecHåkon Hallingstad2021-06-162-1/+10
| |
* | Get better concurrency with parallelStreamHåkon Hallingstad2021-06-101-5/+16
| |
* | Only suspend active nodes when removing containerHarald Musum2021-06-101-2/+2
| | | | | | | | | | | | | | In other states vespa processes have already been stopped (for nodes running vespa services and empty sentinel config means will be received and vespa services stopped) e
* | Add method for whether a node has a particular report.Håkon Hallingstad2021-06-071-0/+2
|/
* Also remove non-active containers in SUSPENDED_HOSTHåkon Hallingstad2021-06-044-12/+8
|
* Merge pull request #18026 from ↵Henning Baldersheim2021-05-281-1/+1
|\ | | | | | | | | vespa-engine/balder/add-control-of-buffer-and-queue-sizes Add control of buffer size and queue size of accesslog.
| * Add control of buffer size and queue size of accesslog.Henning Baldersheim2021-05-281-1/+1
| | | | | | | | Use 1024 and 256k for host-admin.
* | Report path to the core file insteadValerij Fredriksen2021-05-282-2/+5
| |
* | Include cluster_id and cluster_type for core dump reportsValerij Fredriksen2021-05-281-0/+4
|/
* Make DiskSize ComparableHåkon Hallingstad2021-05-271-1/+6
|
* Improve error messages on unexpected test terminal command line.Håkon Hallingstad2021-05-231-4/+11
|
* Throw if a coredump is being written while trying to remove linux containerValerij Fredriksen2021-05-194-6/+18
|
* Throw ConvergenceExceptions insteadValerij Fredriksen2021-05-191-4/+7
|
* Create the directory just before the file is writtenHåkon Hallingstad2021-05-101-1/+8
| | | | | Ignore the failure that comes if trying to create a directory that already exists.
* No CPU cap only in devHarald Musum2021-05-051-1/+1
| | | | | Cannot see why this should be needed in cd, it makes cd different from other systems, which might hide bugs or show different behavior
* Skip invoking yum on install/remove if package(s) are present/missing in rpmValerij Fredriksen2021-05-044-68/+126
|
* Only support cache-acl flag is false code branchHåkon Hallingstad2021-04-292-93/+6
|
* Allow disabling ACL cache with flagHåkon Hallingstad2021-04-263-7/+37
|
* Remove old Jaxrs resource definitions from orchestrator-restapiBjørn Christian Seime2021-04-231-4/+2
|
* Add vespa groupHarald Musum2021-04-222-2/+19
|
* Log output of nodectl subcommandsHåkon Hallingstad2021-04-215-27/+49
|
* Stop mounting var/yca (yca packages has been removed some time ago)Harald Musum2021-04-201-1/+0
|
* Do not start processing core/heap dumps until they've been fully writtenValerij Fredriksen2021-04-162-16/+27
|
* Move core attribute with the restValerij Fredriksen2021-04-163-2/+1
|
* Move provisioned nodes to ready instead of dirtyMartin Polden2021-04-162-3/+3
|
* Simplify Flag::with with OptionalsHåkon Hallingstad2021-04-011-19/+9
|
* Resolve container-cpu-cap based on cluster type and IDHåkon Hallingstad2021-04-011-7/+19
|
* Add has... methods to ClusterTypeHarald Musum2021-03-244-5/+7
|
* Start admin nodes with uncapped CPUValerij Fredriksen2021-03-241-4/+2
|
* Merge pull request #17074 from ↵Håkon Hallingstad2021-03-192-11/+19
|\ | | | | | | | | vespa-engine/hmusum/no-warmup-for-admin-and-content-nodes No need for warmup for admin and content nodes
| * No need for warmup for admin and content nodesHarald Musum2021-03-192-11/+19
| |
* | Report system metadata fieldMorten Tokle2021-03-192-0/+2
|/
* Add copyright headersJon Bratseth2021-03-183-0/+3
|
* Allow patching of openstackIdHåkon Hallingstad2021-03-113-10/+23
|