aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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-042-4/+14
| |
* | Remove redundant testHarald Musum2017-05-041-6/+0
| |
* | Fix getting cluster controller index for standalone clustersHarald Musum2017-05-044-11/+23
|/ | | | | | | | * 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-2824-70/+1226
| | | | | | | | | 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
|
* avoid rawtypes warningsArne H Juul2017-04-271-1/+1
| | | | | * the warning here is due to a JDK bug, but the workaround is simple.
* Add node-admin suspendvalerijf2017-04-031-25/+19
|
* Remove old legacyJon Bratseth2017-03-281-1/+1
|
* Nonfunctional changesJon Bratseth2017-03-211-1/+1
|
* Nonfunctional changes onlyJon Bratseth2016-12-1433-225/+216
|
* Improve logging and javadoc a bitHarald Musum2016-11-242-6/+6
|
* Remove non-working provider for custom ObjectMapperBjørn Christian Seime2016-11-161-26/+0
|
* Revert "Bjorncs/rewrite to java"Harald Musum2016-11-161-0/+26
|
* Remove non-working provider for custom ObjectMapperBjørn Christian Seime2016-11-161-26/+0
|
* Add back ObjectMapper provider that was accidentally deletedBjørn Christian Seime2016-11-151-0/+26
|
* Actually avoid logging stacktraceHåkon Hallingstad2016-10-311-2/+2
|
* Avoid logging stacktraceHåkon Hallingstad2016-10-311-1/+1
|
* Log suspend and resume failuresHåkon Hallingstad2016-10-311-8/+8
|
* Allow Orchestrator to suspend node admin with no active nodesvalerijf2016-07-252-1/+10
|
* Use exeisting variableHarald Musum2016-07-051-1/+1
|
* Rename variables after code review feedbackHarald Musum2016-07-051-5/+5
|
* Remove use of OptionalHarald Musum2016-07-051-6/+8
|
* Only specialcase the known ApplicationInstanceReference that diviatestoby2016-07-011-1/+1
| | | | from the normal format
* Fix path for clustercontroller set state api for applications.toby2016-06-301-1/+1
|
* Relax assumption on ApplicationInstanceReference format.toby2016-06-302-1/+23
|
* Use Github username as authorBjørn Christian Seime2016-06-288-8/+8
|
* Merge pull request #5 from yahoo/smorgrav/bcp_id_fixTorbjørn Smørgrav2016-06-236-38/+49
|\ | | | | Lookup ApplicationInstanceReference matching an ApplicationId
| * Remove duplicated and wrong filter in loopup of ApplicationIdstoby2016-06-231-1/+0
| |
| * Fix log formattingtoby2016-06-221-1/+1
| |
| * Reuse toApplictionId instead of the matchApplicationId methodtoby2016-06-172-18/+17
| |
| * Be explicit and assert on ApplicationInstanceReference format intoby2016-06-174-30/+40
| | | | | | | | | | | | conversion to ApplicationId. Modified test data and tests to reflect this.
| * Lookup ApplicationInstanceReference matching an ApplicationId. Thetoby2016-06-174-16/+19
| | | | | | | | | | previous behavoir only worked for ApplicationInstanceReferences with a certain format.
* | Merge pull request #78 from yahoo/smorgrav/authorJon Bratseth2016-06-1712-14/+14
|\ \ | | | | | | 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-1712-14/+14
| |/
* / Change hakon to hakonhallHåkon Hallingstad2016-06-177-7/+7
|/
* PublishJon Bratseth2016-06-1556-0/+5328