summaryrefslogtreecommitdiffstats
path: root/node-admin/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused scriptsValerij Fredriksen2019-08-262-466/+0
|
* Remove maintenance.shHåkon Hallingstad2019-02-151-7/+0
|
* Make script executableHarald Musum2018-02-201-0/+0
|
* Add copyright headerJon Bratseth2017-08-181-0/+1
|
* Add maintenance.shvalerijf2017-08-101-0/+6
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
|
* Copyright headerJon Bratseth2017-06-132-2/+2
|
* Remove old scriptsfreva2017-01-2648-14805/+0
|
* Merge pull request #1239 from yahoo/hakon/support-docker-node-flavorhakonhall2016-12-131-16/+24
|\ | | | | Support Docker node flavor.
| * Support Docker node flavor.Håkon Hallingstad2016-12-021-16/+24
| |
* | Merge branch 'master' into freva/docker-coredump-handlerfreva2016-12-121-1/+13
|\| | | | | | | | | | | # Conflicts: # node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/maintenance/StorageMaintainer.java # node-admin/src/main/java/com/yahoo/vespa/hosted/node/maintenance/Maintainer.java
| * Add stest- hostnames to /etc/hostsfreva2016-11-291-1/+13
| |
* | Created coredump handler for docker containersfreva2016-11-221-1/+1
|/
* Removed unused filesfreva2016-10-2715-1393/+14
|
* Start zonefreva2016-10-241-2/+0
|
* Update doc with link to docker dock and set VESPA_HOME where neededHarald Musum2016-10-071-0/+1
|
* Use VESPA_WEB_SERVICE_PORTHåkon Hallingstad2016-09-294-7/+9
|
* Use 4080 port on config serverHåkon Hallingstad2016-09-281-3/+3
|
* Add flag --fix-docker-gateway to manually replace default gateway to eth1 in ↵Bjørn Christian Seime2016-09-131-91/+122
| | | | container
* 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
| |
* | Add vespalog to class path (needed for using LogLevel)Harald Musum2016-09-071-1/+1
|/
* Include docker-api to maintenance classpathvalerijf2016-09-071-1/+1
|
* Maintenance script was pointing at the old location of Maintainervalerijf2016-07-251-1/+1
|
* Added MaintenanceScheduler and Maintainervalerijf2016-07-111-0/+10
|
* Support ipv6 in container network setup.Oyvind Bakksjo2016-06-302-25/+21
|
* Add both Docker host and Docker nodes with "add" commandHarald Musum2016-06-291-62/+11
| | | | | | | * Use "add" command for adding both Docker hosts and Docker nodes * Add Docker host if -f option supplied * Support adding no Docker nodes * Remove "add-host" command
* 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
|
* 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
| | | | Helps bring clarity in the absense of type information.
* 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
|