summaryrefslogtreecommitdiffstats
path: root/node-admin
Commit message (Expand)AuthorAgeFilesLines
* Enable CAP_SYS_PTRACE to make gcore, pstack etc. to workHarald Musum2017-01-161-1/+2
* Update metrics even when not in active statefreva2017-01-122-9/+8
* Deploy node-adminfreva2017-01-065-41/+45
* Do not fail on invalid pathfreva2017-01-062-11/+7
* Merge pull request #1428 from yahoo/hmusum/set-host-to-state-readyValerij Fredriksen2017-01-051-0/+1
|\
| * Set porvisioned node of type host to readyHarald Musum2017-01-051-0/+1
* | Orchestrator is not used in DockerOperations.removeContainer()freva2017-01-054-13/+11
* | Removed redundant throwsfreva2017-01-0512-30/+22
|/
* Remove unused importsfreva2017-01-041-2/+0
* Add VESPA_TOTAL_MEMORY_MB enviroment variablefreva2017-01-041-0/+5
* Check that java coredump path exist before trying to delete its contentsfreva2017-01-041-0/+3
* Disable docker image GC locallyfreva2016-12-221-0/+1
* Fix docker core dump reportingfreva2016-12-225-24/+36
* Move basic-search-for-docker to node-admin root to fix testsfreva2016-12-2119-3/+4
* Fixed readme formattingfreva2016-12-211-1/+1
* Moved basic-search-for-docker to node-admin test/resourcesfreva2016-12-2118-7/+627
* Updated RunVespaLocal to use sample-apps/basic-search-for-dockerfreva2016-12-214-12/+47
* Set kernel.core_pattern manually in node-adminfreva2016-12-201-5/+5
* Set kernel.core_pattern in node-adminfreva2016-12-191-1/+9
* Fix typoHarald Musum2016-12-191-1/+1
* Always initialize vespaVersion for docker metricsfreva2016-12-192-2/+7
* Set isRunningLocally to true in services xml for vespa-localfreva2016-12-144-3/+7
* Moved path resolving to Enviroment through PathResolverfreva2016-12-1416-212/+245
* Added node-admin configfreva2016-12-1413-63/+73
* Merge pull request #1319 from yahoo/freva/minor-docker-fixesHarald Musum2016-12-1316-152/+101
|\
| * Remove redundant log text in testsfreva2016-12-1310-59/+58
| * Minor correctionsfreva2016-12-131-3/+3
| * Simplified some Optional operationsfreva2016-12-135-56/+39
| * No point in starting secret agent if the schedule was not writtenfreva2016-12-131-1/+1
| * Removed unused docker image build scriptfreva2016-12-131-33/+0
* | Merge pull request #1239 from yahoo/hakon/support-docker-node-flavorhakonhall2016-12-131-16/+24
|\ \ | |/ |/|
| * Support Docker node flavor.HÃ¥kon Hallingstad2016-12-021-16/+24
* | Merged with masterfreva2016-12-122-3/+0
* | Merge branch 'master' into freva/docker-coredump-handlerfreva2016-12-1222-539/+528
|\ \
| * \ Merge pull request #1278 from yahoo/freva/update-node-admin-readmeHarald Musum2016-12-094-258/+264
| |\ \
| | * | Renamed undeployApplication to deleteApplicationfreva2016-12-092-3/+3
| | * | Split up RunVespaLocal is multiple smaller methods, update READMEsfreva2016-12-083-236/+144
| | * | Added method to start node-admin as container, method to provision host, and ...freva2016-12-081-22/+120
| * | | Do not set current restart generation unless in specHarald Musum2016-12-082-3/+3
| |/ /
| * | Remove the call to getVespaVersion itselffreva2016-12-081-1/+0
| * | Do not run vespa-version inside container when it's not upfreva2016-12-082-8/+14
| * | Fixed tests that failed because of changes to updateNodeRepoAndMarkNodeAsReady()freva2016-12-071-1/+5
| * | Set restart generation in updateNodeRepoAndMarkNodeAsReady()freva2016-12-071-1/+2
| * | Removed Optional arguments from ContainerNodeSpec.Builder methodsfreva2016-12-0713-200/+148
| * | Fixed testsfreva2016-12-074-11/+40
| * | Update node repo with current attributes for all node statesfreva2016-12-071-10/+8
| |/
| * Remove clean-home from Maintainerfreva2016-12-022-27/+1
| * Merge pull request #1229 from yahoo/freva/run-systemtests-improvementsHarald Musum2016-12-022-27/+32
| |\
| | * Added example usage codefreva2016-12-021-0/+7
| | * RunVespaLocal and RunSystemTests no longer regular testsfreva2016-12-012-27/+25