summaryrefslogtreecommitdiffstats
path: root/node-admin
Commit message (Collapse)AuthorAgeFilesLines
* Add back copyright header after xml preambleHarald Musum2016-09-121-0/+1
|
* Remove copyright line, preprocessing fails with itHarald Musum2016-09-121-1/+0
|
* Add copyright headerHarald Musum2016-09-0914-0/+14
|
* Merge pull request #591 from yahoo/hakon/allow-net-script-for-ipv6Bjørn Christian Seime2016-09-081-7/+14
|\ | | | | Support using network setup script for IPv6
| * Support using network setup script for IPv6Håkon Hallingstad2016-09-081-7/+14
| |
* | Clear current docker image in node repovalerijf2016-09-0810-68/+88
|/
* Merge pull request #586 from yahoo/bjorncs/networking-script-ipv6hakonhall2016-09-071-14/+15
|\ | | | | Add support for IPv6
| * Add support for IPv6Bjørn Christian Seime2016-09-071-14/+15
| |
* | Moved DockerTest resources to docker-apivalerijf2016-09-073-59/+0
| |
* | Merge pull request #576 from yahoo/dybdahl/node-admin-with-working-dependenciesHarald Musum2016-09-071-6/+9
|\ \ | | | | | | Move back to working versions of libraries.
| * | Move back to working versions of libraries.Haakon Dybdahl2016-09-071-6/+9
| | |
* | | Merge pull request #578 from ↵Haakon Dybdahl2016-09-072-2/+6
|\ \ \ | | | | | | | | | | | | | | | | yahoo/hmusum/do-not-patch-node-repo-before-mark-as-ready Temporarily skip updating node repo with current attributes
| * | | Temporarily skip updating node repo with current attributesHarald Musum2016-09-072-2/+6
| | |/ | |/| | | | | | | | | | * It's not legal to update with current restart generation unless node is allocated, need to refactor code to make this work again
* | | Add vespalog to class path (needed for using LogLevel)Harald Musum2016-09-071-1/+1
| |/ |/|
* | Merge pull request #573 from ↵Haakon Dybdahl2016-09-072-7/+11
|\ \ | |/ |/| | | | | yahoo/hmusum/handle-no-restart-generation-when-setting-node-ready Handle no restart generation in node spec
| * Handle no restart generation in node specHarald Musum2016-09-072-7/+11
| |
* | Merge pull request #572 from yahoo/freva/docker-getUnusedDockerImages-fixHarald Musum2016-09-073-81/+8
|\ \ | |/ |/| Freva/docker get unused docker images fix
| * DockerImpl interface now provides deleteUnusedDockerImages instead of getvalerijf2016-09-063-81/+8
| |
* | Merge pull request #558 from yahoo/freva/docker-integration-testsHarald Musum2016-09-0717-451/+349
|\| | | | | Freva/docker integration tests
| * Fixed all node-admin/integrationTests to work with new docker-apivalerijf2016-09-067-276/+166
| |
| * Rewritten test mocks to use CallOrderVerifiervalerijf2016-09-066-144/+148
| |
| * DockerOperations now takes in Enviroment instance instead of static method ↵valerijf2016-09-056-32/+36
| | | | | | | | for testing
* | Include docker-api to maintenance classpathvalerijf2016-09-071-1/+1
| |
* | Minor refactoringHarald Musum2016-09-061-9/+14
| |
* | Make sure to clear current docker image and vespa version when cleaning nodeHarald Musum2016-09-062-11/+19
|/
* Merge pull request #536 from yahoo/hakon/docker-api-bundlehakonhall2016-09-0542-2617/+451
|\ | | | | Use docker-api bundle
| * Apply PR 527 to DockerOperationsImplHåkon Hallingstad2016-09-051-1/+1
| |
| * Correct config name in services.xmlHåkon Hallingstad2016-09-021-1/+1
| |
| * Fix config namespace in services.xmlHåkon Hallingstad2016-09-021-1/+1
| |
| * Fix tests in NodeAgentImplTestHåkon Hallingstad2016-09-023-819/+71
| |
| * Ignore all tests in node-admin that failHåkon Hallingstad2016-09-015-6/+39
| |
| * Make node-admin use docker-api bundleHåkon Hallingstad2016-09-0112-63/+66
| |
| * Need to figure out what to do with the tests using DockerOperationsHåkon Hallingstad2016-09-0142-1870/+416
| |
* | Use logger instead of printing to stderrHarald Musum2016-09-051-5/+9
| |
* | Add /var/run to mounted dirsHarald Musum2016-09-011-1/+1
|/
* Extended DockerTest docvalerijf2016-08-301-1/+7
|
* Set default host protocol from HTTPS to TCP, this was previously manually ↵valerijf2016-08-301-1/+1
| | | | overwritten by DockerImpl
* Set Docker factory before running info call, set host from DockerConfigvalerijf2016-08-301-14/+10
|
* DockerTest now uses locally built imagevalerijf2016-08-301-1/+0
|
* Un-ignored an unintentionally ignored a testvalerijf2016-08-301-1/+0
|
* Merge conflictvalerijf2016-08-301-0/+1
|
* Merge conflictvalerijf2016-08-301-3/+0
|
* Removed a pull image test as this functionality is now covered by dockervalerijf2016-08-301-0/+4
| | | | | Conflicts: node-admin/src/test/java/com/yahoo/vespa/hosted/node/admin/docker/DockerImplTest.java
* DockerTest now uses locally built imagevalerijf2016-08-301-16/+27
|
* Added simple-ipv6-server docker image sourcevalerijf2016-08-303-0/+59
|
* Un-ignored an unintentionally ignored a testvalerijf2016-08-301-2/+0
|
* Created tests to test docker-client library and docker itself locallyvalerijf2016-08-302-2/+161
|
* Added field to store stderr separately in ProcessResultvalerijf2016-08-305-24/+27
|
* startContainer now takes in InetAddressvalerijf2016-08-309-68/+94
|
* Removed a pull image test as this functionality is now covered by dockervalerijf2016-08-301-33/+0
|