aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1959 from yahoo/freva/node-maintainer-rest-apiValerij Fredriksen2017-03-091-7/+6
|\ | | | | Freva/node maintainer rest api
| * Throw exception if call to node-maintainer failsvalerijf2017-03-091-2/+1
| |
| * Created REST API for node-maintainervalerijf2017-03-081-5/+5
| |
* | Use ipAddresses instead of ipAddress in node apiHarald Musum2017-03-081-4/+4
|/
* Renamed node-admin-maintenance to node-maintainerfreva2017-03-071-2/+2
|
* Run ACL maintainer just before starting the containerfreva2017-03-067-87/+89
|
* Add sleep between starting node-agentsfreva2017-03-061-0/+6
|
* Provision docker hostfreva2017-03-031-0/+1
|
* Fix LocalZone state transitionfreva2017-03-033-4/+30
|
* Fixed testsfreva2017-03-0324-193/+160
|
* Removed getContainer(hostname) in DockerImplfreva2017-03-033-9/+1
|
* Moved method to translate from hostname to ContainerName to ContainerName classfreva2017-03-033-11/+4
|
* Added disk.limit and updated memory.usage metricfreva2017-03-033-6/+15
|
* Merge pull request #1897 from ↵Valerij Fredriksen2017-03-013-0/+21
|\ | | | | | | | | yahoo/hmusum/add-new-application-dimensions-to-metrics Add new application dimensions to metrics
| * Add new application dimensions to metricsHarald Musum2017-03-013-0/+21
| |
* | Merge pull request #1867 from yahoo/hmusum/orchestrator-client-minor-refactoringHarald Musum2017-03-012-31/+30
|\ \ | |/ |/| Minor refactoring of orchestrator client
| * Remove hostname from log messageHarald Musum2017-03-011-4/+4
| |
| * Minor change to messageHarald Musum2017-02-271-2/+2
| |
| * Minor refactoring of orchestrator clientHarald Musum2017-02-272-29/+28
| |
* | Only add NodeAgentImpl if start() was successfulfreva2017-02-271-1/+1
| |
* | Use Instant.parse ISO-8601freva2017-02-271-1/+1
|/
* Allow loopback trafficMartin Polden2017-02-202-0/+16
|
* Stop yinst the same way it's done when shutting downHarald Musum2017-02-171-1/+2
|
* Fix testHarald Musum2017-02-161-1/+1
|
* Unset metrics on node spec changefreva2017-02-151-0/+4
|
* Fix docker metricsfreva2017-02-145-23/+12
|
* Revert "Fix docker metrics"Valerij Fredriksen2017-02-141-6/+5
|
* Fix docker metricsfreva2017-02-141-5/+6
|
* Use new java.time to parse date stringfreva2017-02-131-11/+1
|
* Set created on NodeAgent initfreva2017-02-136-12/+40
|
* Fix uptime calculationHarald Musum2017-02-131-1/+1
|
* Add host-life metricsHarald Musum2017-02-139-15/+58
| | | | VESPA-6477
* Mount every directory under logs/ inside the containerHarald Musum2017-02-092-19/+43
| | | | | | * Since we mount directories in ../logs/ on the host inside the container we will not preserve any data in the image, so we need to explicitly specify any directories under logs/ to make them usable inside the container
* Start yinst the way it is done when booting a non-Docker machineHarald Musum2017-02-081-4/+4
|
* Use VESPA_HOMEHarald Musum2017-02-081-1/+1
|
* Remove PID files at startHarald Musum2017-02-081-2/+1
|
* Use 'restart-vespa' command, 'restart' is deprecatedHarald Musum2017-02-084-8/+8
|
* Move container in provisioned state to dirtyMartin Polden2017-02-076-15/+51
|
* Start and stop servicesHarald Musum2017-02-061-5/+25
| | | | | | | * Move start and stop to this script instead of doing it directly in start-services.sh, the entry point for the Docker image we use. * Leave out removing PID files, since we want to avoid removing those when entry point still starts yinst and this script also does it.
* Merge pull request #1643 from yahoo/freva/docker-always-returns-pidHarald Musum2017-02-069-37/+40
|\ | | | | Docker always returns pid
| * Updated log messagefreva2017-01-301-1/+1
| |
| * Merge branch 'master' into freva/docker-always-returns-pidfreva2017-01-3012-14/+27
| |\ | | | | | | | | | | | | | | | # Conflicts: # node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/docker/DockerOperationsImpl.java # node-admin/src/test/java/com/yahoo/vespa/hosted/node/admin/docker/DockerOperationsImplTest.java
| * | Use docker.state.status to determine container statefreva2017-01-309-28/+35
| | |
| * | Docker always returns pidfreva2017-01-277-27/+23
| | |
* | | Merge pull request #1655 from yahoo/hmusum/add-resume-commandHarald Musum2017-02-031-5/+15
|\ \ \ | | | | | | | | Hmusum/add resume command
| * | | Improve docHarald Musum2017-02-031-3/+3
| | | |
| * | | Update docHarald Musum2017-01-311-3/+5
| | | |
| * | | Add resume commandHarald Musum2017-01-311-0/+8
| | | |
* | | | Node-admin local zone fixesfreva2017-01-315-23/+20
|/ / /
* | / ymon is not used anymoreHarald Musum2017-01-311-1/+0
| |/ |/|