summaryrefslogtreecommitdiffstats
path: root/orchestrator/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* Set scheme parameter for all us of jaxrs clientBjørn Christian Seime2017-11-211-2/+5
|
* Revert "Temporarily ignore unstable orchestrator test"Bjørn Christian Seime2017-11-161-1/+0
|
* Revert "Avoid changing API before all clients handle it"Håkon Hallingstad2017-11-131-11/+6
|
* Avoid changing API before all clients handle itHåkon Hallingstad2017-11-011-6/+11
|
* REST API for service statusHåkon Hallingstad2017-10-271-13/+49
|
* Add REST API to query SlobrokHåkon Hallingstad2017-10-271-0/+48
|
* Undo incompatible change to HostResource::getHostHåkon Hallingstad2017-10-261-6/+62
|
* Provide more info in host Orchestrator REST APIHåkon Hallingstad2017-10-251-1/+73
|
* Remove status type parameter in application model classesHåkon Hallingstad2017-10-2210-162/+158
|
* Temporarily ignore unstable orchestrator testBjørn Christian Seime2017-10-031-0/+1
|
* Merge pull request #3423 from ↵Bjørn Christian Seime2017-09-181-37/+0
|\ | | | | | | | | vespa-engine/hakon/remove-current-thread-restriction-on-orchestrator-lock Remove current-thread restriction on Orchestrator lock
| * Remove current-thread restriction on Orchestrator lockHåkon Hallingstad2017-09-151-37/+0
| |
* | Move orchestrator config to itw own packageHarald Musum2017-09-161-0/+1
|/
* Add preferred Orchestrator lockHåkon Hallingstad2017-09-061-23/+23
|
* Remove corp referencesJon Bratseth2017-08-081-1/+1
|
* Do not rollback after failed suspendAllHåkon Hallingstad2017-06-151-24/+25
|
* Update copyright headersJon Bratseth2017-06-1418-14/+18
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1418-18/+14
|
* Update copyright headersJon Bratseth2017-06-1418-14/+18
|
* Remove carriage returnJon Bratseth2017-06-143-3/+3
|
* Revert "Copyright header"Jon Bratseth2017-06-1318-21/+17
|
* Copyright headerJon Bratseth2017-06-1318-17/+21
|
* Merge pull request #2684 from yahoo/mpolden/remove-hostname-referencesValerij Fredriksen2017-06-122-12/+12
|\ | | | | Remove hostname references
| * Remove hostname references in orchestrator moduleMartin Polden2017-06-092-12/+12
| |
* | Orchestrator support for setting host statusHåkon Hallingstad2017-06-122-0/+58
|/ | | | | | | | | | | | | | | | 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.
* Complete retirement early in dev CDHåkon Hallingstad2017-05-267-720/+174
|
* Merge pull request #2378 from yahoo/hakonhall/use-orchestrator-modelhakonhall2017-05-084-52/+125
|\ | | | | Makes the Orchestrator policy use the new model classes
| * Makes the Orchestrator policy use the new model classesHåkon Hallingstad2017-05-034-52/+125
| | | | | | | | | | | | | | | | | | | | Functionally, the new code should be identical to the old one, EXCEPT if an application has 2 or more nodes on a Docker host: - In this case the new code puts these nodes into a NodeGroup, and will try to suspend them all at the same time. This PR could have been functionally identical to the old code by by putting each HostName into its own NodeGroup in OrchestratorImpl::nodeGroupsOrderedForSuspend.
* | Make TestUtil generate correct config ID for cluster controller, take 2Håkon Hallingstad2017-05-041-1/+1
| |
* | Make TestUtil generate correct config ID for cluster controllerHåkon Hallingstad2017-05-041-1/+1
| |
* | Correctly extract cluster controller index from standalone cluster controllerHåkon Hallingstad2017-05-041-2/+10
| |
* | Remove redundant testHarald Musum2017-05-041-6/+0
| |
* | Fix getting cluster controller index for standalone clustersHarald Musum2017-05-043-10/+22
|/ | | | | | | | * Cluster controller cluster can either be using zookeeper on config server and be part of admin cluster (config id 'admin/cluster-controllers/[n]') or standalone (running zookeeper in cluster controller and be in its own cluster, config id '[content cluster id]/standalone/[n]') VESPA-7356
* Adds classes to give the Orchestrator policy classes a simplified view of Vespa.Håkon Hallingstad2017-04-289-31/+605
| | | | | | | | | This should be a no-op. The only changes that actually could have an impact are the changes to getting the cluster controllers, but it should be functionally equivalent. This PR will make it easier to change the Orchestrator policy to allow suspending several nodes (NodeGroup) in an application on a single Docker host.
* newHashSet is not recommended to use, triggers warningsArne H Juul2017-04-271-2/+2
|
* Allow Orchestrator to suspend node admin with no active nodesvalerijf2016-07-251-0/+9
|
* Relax assumption on ApplicationInstanceReference format.toby2016-06-301-0/+13
|
* Use Github username as authorBjørn Christian Seime2016-06-281-1/+1
|
* Merge pull request #5 from yahoo/smorgrav/bcp_id_fixTorbjørn Smørgrav2016-06-233-11/+11
|\ | | | | Lookup ApplicationInstanceReference matching an ApplicationId
| * Be explicit and assert on ApplicationInstanceReference format intoby2016-06-173-8/+8
| | | | | | | | | | | | conversion to ApplicationId. Modified test data and tests to reflect this.
| * Lookup ApplicationInstanceReference matching an ApplicationId. Thetoby2016-06-172-3/+3
| | | | | | | | | | previous behavoir only worked for ApplicationInstanceReferences with a certain format.
* | Merge pull request #78 from yahoo/smorgrav/authorJon Bratseth2016-06-174-6/+6
|\ \ | | | | | | Change my author element to github username
| * | Revert eof newlines - not sure wht the diff was exactly but I guesstoby2016-06-172-2/+0
| | | | | | | | | | | | perhapes that different editors have their own way of treating eof
| * | Add eof newlines as my sed was removing some for some reasontoby2016-06-172-0/+2
| | |
| * | Replace author with github usernametoby2016-06-174-6/+6
| |/
* / Change hakon to hakonhallHåkon Hallingstad2016-06-171-1/+1
|/
* PublishJon Bratseth2016-06-1513-0/+2459