summaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Move test scope dependencies lastValerij Fredriksen2018-05-071-18/+18
|
* Remove unused dependencyValerij Fredriksen2018-05-071-6/+0
|
* Remove explicit maven-compiler-plugin config. Inherit from parent.gjoranv2018-04-251-9/+0
|
* Use bouncycastle from container-dev.gjoranv2018-03-071-10/+0
|
* Don't package BouncyCastle artifacts in node-adminBjørn Christian Seime2018-03-071-17/+0
|
* Revert "Revert "Add vespa-athenz dependency""Valerij Fredriksen2018-02-281-1/+1
|
* Revert "Add vespa-athenz dependency"Harald Musum2018-02-271-1/+1
|
* Set vespa-athenz to providedValerij Fredriksen2018-02-271-1/+1
|
* Add node type 'confighost' and use it in EnvironmentHarald Musum2018-02-161-1/+7
|
* Revert "Add node type confighost and use it in Environment"Harald Musum2018-02-161-8/+2
|
* Make config-provisioning provided and include in rpmHarald Musum2018-02-151-2/+2
|
* Set scopeHarald Musum2018-02-151-0/+1
|
* Add node type configserverhost and use it in EnvironmentHarald Musum2018-02-151-1/+6
|
* Add bouncycastle to vespa-node-admin RPMHåkon Hallingstad2018-02-111-0/+17
|
* Bouncycastle must be loaded as separate bundlesBjørn Christian Seime2018-02-081-0/+10
|
* Merge pull request #4744 from ↵Valerij Fredriksen2018-01-291-0/+6
|\ | | | | | | | | vespa-engine/freva/add-node-admin-hostname-verifier Add node-admin hostname verifier
| * Add node-admin hostname verifierValerij Fredriksen2018-01-231-0/+6
| |
* | Support file templatesHåkon Hallingstad2018-01-271-1/+5
| |
* | Move TestFileSystem to testutilHåkon Hallingstad2018-01-251-5/+0
| |
* | Revert "Revert "Redefine task and its context""Håkon Hallingstad2018-01-231-0/+5
| |
* | Revert "Redefine task and its context"Håkon Hallingstad2018-01-231-5/+0
|/
* Redefine task and its contextHåkon Hallingstad2018-01-221-0/+5
| | | | | | | | | | | | | After discussions with bratseth, we'll not organize tasks in a tree structure, and instead have tasks mostly 1:1 with components. Tasks are put in chains, and may have ordering constraints between them that the chain resolves. The FileSystem API has been removed and instead use the raw java NIO FileSystem, and use Jimfs to mock FileSystem in tests. NodeAdminStateUpdater has been made an interface, since the HTTP request handler needs to delegate to it when getting requests. Much of the public HTTP API will get internalized with standalone NodeAdmin.
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Revert "Provide service-monitor and application-model""Håkon Hallingstad2017-10-191-0/+12
|
* Revert "Provide service-monitor and application-model"Håkon Hallingstad2017-10-191-12/+0
|
* Provide service-monitor and application-modelHåkon Hallingstad2017-10-021-0/+12
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Orchestrator support for setting host statusHåkon Hallingstad2017-06-121-6/+0
| | | | | | | | | | | | | | | | Directly setting the host status can be useful for an operator, e.g. to break a deadlock. Unfortunately, some code use the term "host status" while others use "host state". I haven't settled yet on which is preferred, e.g. 'state' is used in REST APIs, but 'status' is the original term and slightly more used. This PR maintains the local use of the terms, meaning it adds 'state' where that's normally used and 'status' other places. Setting the deadlock is done with a PATCH request, which is defined in jaxrs_utils. jaxrs_utils only defines PATCH, and that's not used anywhere else except in jaxrs_client_utils tests. So I remove this module as a dependency a couple of places.
* Revert and fix changes to dependenciesHarald Musum2017-04-261-7/+1
|
* Fix dependenciesJon Bratseth2017-04-251-0/+12
|
* NodeAgent improvementsvalerijf2017-03-231-0/+6
|
* Moved node-admin maintainer to own packagefreva2017-01-261-37/+7
|
* Remove unneded pluginHarald Musum2017-01-261-23/+0
| | | | * We deploy jar-with-dependencies as a bundle, so not needed anymore
* Deploy node-adminfreva2017-01-061-0/+23
|
* Created coredump handler for docker containersfreva2016-11-221-1/+7
|
* Remove applicationmodel, part 1Harald Musum2016-09-251-6/+0
| | | | * Get rid of HostName in docker-api and node-admin
* Use Node.State from node repo instead of duplicating value in our own classHarald Musum2016-09-191-1/+0
|
* Move back to working versions of libraries.Haakon Dybdahl2016-09-071-6/+9
|
* Need to figure out what to do with the tests using DockerOperationsHåkon Hallingstad2016-09-011-52/+2
|
* Make node-admin depend on docker-apiHåkon Hallingstad2016-08-231-0/+6
|
* Move to socket and fix dependencies.Haakon Dybdahl2016-08-181-48/+4
|
* container-dev should have provided scopeHarald Musum2016-08-181-15/+1
|