summaryrefslogtreecommitdiffstats
path: root/node-admin
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Fix failing node-admin testfreva2016-12-012-4/+2
| |/
| * Fix docker metrics unset race condition after vespa upgradefreva2016-12-011-1/+5
| * Docker metrics fixfreva2016-11-301-11/+4
| * Handle non-existing node betterHarald Musum2016-11-302-8/+21
| * Add stest- hostnames to /etc/hostsfreva2016-11-291-1/+13
| * Use simplest form of API call for getting info about one nodeHarald Musum2016-11-291-10/+5
| * Added function to start systemtests containerfreva2016-11-283-5/+5
* | Cleaned up CoredumpHandlerTestfreva2016-12-123-105/+107
* | Fixed testsfreva2016-12-052-7/+16
* | Move processed core dumps outside of container storagefreva2016-12-054-52/+47
* | Created CoreCollector tests, added few more tests to CoredumpHandlerfreva2016-11-235-29/+329
* | Do not abord collection process on failurefreva2016-11-221-8/+15
* | Added CoredumpHandlerTest, fixed broken testsfreva2016-11-225-4/+153
* | Created coredump handler for docker containersfreva2016-11-225-14/+369
|/
* Added logging for current cpu usage valuesfreva2016-11-162-1/+4
* Fix adding/dropping capabilities in CreateContainerCommandImplfreva2016-11-151-4/+3
* Update current reboot generation in node repoHarald Musum2016-11-1517-218/+257
* Use ContainerNodeSpec.Builder in testsHarald Musum2016-11-148-92/+66
* Initialize wantedDockerImage, require non-null values for required fieldsHarald Musum2016-11-111-5/+11