aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add builder for ContainerNodeSpecHarald Musum2016-11-112-15/+103
* Minor refactoringsHarald Musum2016-11-082-13/+38
* Add SYS_NICE capabaility when starting dockerHarald Musum2016-11-082-1/+8
* Set reuse address to trueHarald Musum2016-11-021-0/+1
* Use CI image for local zoneHÃ¥kon Hallingstad2016-10-281-1/+1
* Missing container exception fixfreva2016-10-2812-59/+106
* Removed unused filesfreva2016-10-2716-1398/+14
* Updated javadoc and logging in vespa local testfreva2016-10-272-33/+75
* Reordered commands in Dockerfile, removed unused filesfreva2016-10-273-117/+13
* Fixed docker container managed labelingfreva2016-10-271-0/+1
* Don't assume that suspend works on first attemptHarald Musum2016-10-261-3/+3
* Ignore unstable testHarald Musum2016-10-261-0/+2
* Minor fixesfreva2016-10-263-6/+2
* Fixed testsfreva2016-10-267-46/+27
* Merge pull request #955 from yahoo/hmusum/stop-servics-on-nodes-when-freezingHaakon Dybdahl2016-10-266-2/+119
|\
| * Add guards checking if node admin and node agent is frozenHarald Musum2016-10-261-1/+9
| * Stop services on nodes that are frozen and suspendedHarald Musum2016-10-266-2/+111
* | Document how to setup for doing local test and how to fix issuesHarald Musum2016-10-263-7/+9
|/
* Remove explicit mention of base image, set in environment valueHarald Musum2016-10-261-3/+3
* Try to get local test running on OS XHarald Musum2016-10-261-2/+12
* Remove unnecessary verification (more general cas already covered)Harald Musum2016-10-251-2/+0
* Check if nodespec is present before doing anythingHarald Musum2016-10-252-1/+34