summaryrefslogtreecommitdiffstats
path: root/node-admin
Commit message (Expand)AuthorAgeFilesLines
* Suspend only nodes in active stateHarald Musum2016-07-071-4/+27
* Move synchronizationHarald Musum2016-07-061-3/+3
* Add method for getting node repo node stateHarald Musum2016-07-062-3/+19
* Update comment, node agents are removed in methodHarald Musum2016-07-061-3/+1
* Minor refactoring: No functional changesHarald Musum2016-07-061-13/+12
* Merged with #305valerijf2016-07-051-2/+2
* Merge branch 'master' into freva/improve-rest/info-debug-pagevalerijf2016-07-051-10/+16
|\
| * Narrow scope of tryHaakon Dybdahl2016-07-051-10/+10
| * Fix sync issue.Haakon Dybdahl2016-07-051-10/+15
* | Added generics to debugInfo mapvalerijf2016-07-055-9/+9
* | Added a simple test for the /info callvalerijf2016-07-051-0/+2
* | Updated Node* interface comments to match the new return value from debugInfo()valerijf2016-07-053-4/+4
* | Improved the /rest/info page by showing more variables and keeping a short hi...valerijf2016-07-056-25/+86
|/
* Merge pull request #281 from yahoo/dybdahl/change-agent-thread-modelHaakon Dybdahl2016-07-053-92/+140
|\
| * Some code review based improvements.Haakon Dybdahl2016-07-051-6/+4
| * Make node agent resond to notify.Haakon Dybdahl2016-07-013-92/+142
* | Merge pull request #277 from yahoo/bjorncs/support-ipv6-in-container-network-...Bjørn Christian Seime2016-07-052-25/+21
|\ \
| * | Support ipv6 in container network setup.Oyvind Bakksjo2016-06-302-25/+21
| |/
* | Add missing copyrights headerHarald Musum2016-07-043-2/+4
* | 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