summaryrefslogtreecommitdiffstats
path: root/node-admin
Commit message (Expand)AuthorAgeFilesLines
* Use full path to vespa-nodectlHarald Musum2016-07-042-3/+5
* Merge pull request #260 from yahoo/dybdahl/refactor-agent2Haakon Dybdahl2016-06-3025-693/+958
|\
| * Code review based improvements.Haakon Dybdahl2016-06-3015-148/+173
| * Imrpvoe name of functions.Haakon Dybdahl2016-06-302-10/+11
| * Let agents live their own life and some code review feedback improvements.Haakon Dybdahl2016-06-2914-87/+93
| * Refactor agent to smaller methods and classes.Haakon Dybdahl2016-06-2924-629/+862
* | Merge pull request #244 from yahoo/musum/add-host-commandhakonhall2016-06-301-11/+43
|\ \
| * | Add both Docker host and Docker nodes with "add" commandHarald Musum2016-06-291-62/+11
| * | Change add-host command to provision both Docker host and nodes at the same timeHarald Musum2016-06-281-6/+17
| * | Fixes after review feedbackHarald Musum2016-06-281-4/+4
| * | Extend script to support adding docker host to node repoHarald Musum2016-06-281-3/+75
* | | Ignore failing testHarald Musum2016-06-281-0/+2
* | | Merge pull request #240 from yahoo/bjorncs/bakksjogjoranv2016-06-282-2/+1
|\ \ \ | |_|/ |/| |
| * | Use Github username as authorBjørn Christian Seime2016-06-281-1/+1
| * | Remove bakksjo as ownerBjørn Christian Seime2016-06-281-1/+0
* | | Disabled activeToDirty testvalerijf2016-06-281-34/+34
* | | Remove fixed time wait in state transition testvalerijf2016-06-281-1/+3
| |/ |/|
* | Merge pull request #241 from yahoo/freva/node-admin-integration-tests-3Haakon Dybdahl2016-06-285-7/+281
|\ \
| * | Added multi docker container testvalerijf2016-06-284-7/+174
| * | Added Docker failure testvalerijf2016-06-281-0/+107
| |/
* | Merge pull request #227 from yahoo/bakksjo/node-admin-refactor-network-setup-...Bjørn Christian Seime2016-06-283-268/+189
|\ \ | |/ |/|
| * Added minor comments to ease readability.Oyvind Bakksjo2016-06-271-0/+5
| * Some simplification of code setting container gateway.Oyvind Bakksjo2016-06-271-3/+2
| * Added TODO for some fishy code (only used for local zone @Mac).Oyvind Bakksjo2016-06-271-0/+1
| * Fix indentation.Oyvind Bakksjo2016-06-271-2/+2
| * Rename variables for consistency.Oyvind Bakksjo2016-06-271-4/+4
| * Factor out function to fetch default route for network namespace.Oyvind Bakksjo2016-06-271-29/+32
| * Factored out function to set ip address on network interface.Oyvind Bakksjo2016-06-271-23/+33
| * Reorder functions more logically (no forward references).Oyvind Bakksjo2016-06-271-8/+7
| * Return new index of moved interface from move function.Oyvind Bakksjo2016-06-271-10/+12
| * Rename local variable for explicitness.Oyvind Bakksjo2016-06-271-5/+5
| * Factor out function to find index of named interface in namespace.Oyvind Bakksjo2016-06-271-10/+15
| * Use named arguments when calling multi-argument functions.Oyvind Bakksjo2016-06-271-7/+8
| * Factor out function to move network interface (name/namespace).Oyvind Bakksjo2016-06-271-2/+10
| * Factored out function to create network interface in a namespace.Oyvind Bakksjo2016-06-271-32/+38
| * Factor out function to delete network interface (by name).Oyvind Bakksjo2016-06-271-4/+7
| * Reword comment and rename variable for explicitness and clarity.Oyvind Bakksjo2016-06-271-8/+8
| * Factored out function finding best matching ip/network for an ip.Oyvind Bakksjo2016-06-271-40/+41
| * Factored fetching network namespace for pid into separate function.Oyvind Bakksjo2016-06-271-12/+10
| * Un-break local zone scripts.Oyvind Bakksjo2016-06-272-120/+0
* | Merge pull request #234 from yahoo/freva/node-admin-node-repo-testsHaakon Dybdahl2016-06-286-67/+381
|\ \
| * | Node-Admin: Added few node state transition testsvalerijf2016-06-286-73/+373
| * | Node Repo PATCH checkvalerijf2016-06-272-1/+15
* | | Only log when not able to delete imageHarald Musum2016-06-271-1/+3
|/ /
* | Fix build warning.Haakon Dybdahl2016-06-271-4/+4
* | Merge pull request #208 from yahoo/valerijf/integrationTestsInitialHaakon Dybdahl2016-06-279-119/+295
|\ \
| * | Mocks will now throw exception if semaphore is not acquired during initializa...valerijf2016-06-274-0/+35
| * | Replaced wild card import with specific importsvalerijf2016-06-243-4/+21
| * | Initial integration testingvalerijf2016-06-248-121/+245
* | | fix warning.Haakon Dybdahl2016-06-241-1/+0