summaryrefslogtreecommitdiffstats
path: root/config-provisioning
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Always return a target version for appropriate node types"Valerij Fredriksen2019-05-291-2/+0
|
* Merge pull request #9608 from vespa-engine/hakonhall/define-systemtypeHåkon Hallingstad2019-05-293-17/+42
|\ | | | | Define SystemName::isPublic
| * Replace SystemType with SystemName::isPublicHåkon Hallingstad2019-05-293-41/+15
| |
| * Define SystemNameHåkon Hallingstad2019-05-294-19/+70
| |
* | Merge pull request #9600 from vespa-engine/freva/set-default-target-verValerij Fredriksen2019-05-291-0/+2
|\ \ | |/ |/| Always return a target version for appropriate node types
| * Propagate server NodeType to NodeRepository from configValerij Fredriksen2019-05-281-0/+2
| |
* | Revert "Jvenstad/config super model last take"Jon Marius Venstad2019-05-291-0/+1
|/
* Merge pull request #9586 from vespa-engine/bratseth/default-node-capacityJon Bratseth2019-05-283-74/+10
|\ | | | | Bratseth/default node capacity
| * Remove default flavorsJon Bratseth2019-05-282-70/+1
| |
| * Use docker and node resources in more testsJon Bratseth2019-05-281-4/+9
| |
* | Merge pull request #9582 from vespa-engine/mpolden/detect-directly-routed-zoneMartin Polden2019-05-282-0/+8
|\ \ | | | | | | Only update routing policies for applicable zones
| * | Only update routing policies for applicable zonesMartin Polden2019-05-282-0/+8
| | |
* | | Merge pull request #9590 from vespa-engine/hmusum/add-isCdJon Bratseth2019-05-282-0/+6
|\ \ \ | | | | | | | | Add isCd method to SystemName
| * | | Add isCd method to SystemNameHarald Musum2019-05-282-0/+6
| | | |
* | | | Move SystemName in frontHåkon Hallingstad2019-05-282-2/+2
|/ / /
* | | Merge pull request #9531 from vespa-engine/jvenstad/config-super-model-last-takeJon Marius Venstad2019-05-271-1/+0
|\ \ \ | |_|/ |/| | Jvenstad/config super model last take
| * | Revert "Revert "Revert 9366 revert 9351 jvenstad/last config model fix commits""Jon Marius Venstad2019-05-241-1/+0
| |/ | | | | | | This reverts commit 58117f225da702d3a9481255e7abd945bc83fb68.
* / Relax node resources in devJon Bratseth2019-05-272-0/+5
|/
* Remove unused config definitionBjørn Christian Seime2019-05-221-9/+0
|
* Use correct Provider interface for global componentsBjørn Christian Seime2019-05-211-31/+0
| | | | | | - Move DummyNodeIdentifierProvider to configserver. - Change DefaultRpcAuthorizerProvider and DummyNodeIdentifierProvider to use Provider interface from container-di module.
* Count over all disk speeds explicitlyJon Bratseth2019-05-191-0/+3
|
* Allocate slow disk nodes whenever possibleJon Bratseth2019-05-181-0/+4
|
* Take disk speed into accountJon Bratseth2019-05-185-45/+152
|
* Add vaas to SystemName::valueValerij Fredriksen2019-05-151-0/+1
|
* Merge pull request #9406 from ↵Valerij Fredriksen2019-05-142-0/+10
|\ | | | | | | | | vespa-engine/hmusum/add-from-method-without-cloud-to-ZoneId Add method for creating ZoneId with environment, region and system
| * Add method for creating ZoneId with environment, region and systemHarald Musum2019-05-142-0/+10
| |
* | Merge pull request #9391 from vespa-engine/freva/add-publiccdValerij Fredriksen2019-05-142-3/+19
|\ \ | |/ |/| Add public cd system name
| * Add SystemName::valueValerij Fredriksen2019-05-142-0/+13
| |
| * Add public cd system nameValerij Fredriksen2019-05-141-3/+6
| |
* | Merge pull request #9395 from vespa-engine/hmusum/add-system-to-ZoneIdHarald Musum2019-05-142-5/+92
|\ \ | | | | | | Add methods for creating ZoneId with system
| * | Revert change to toString(), need to fix usage firstHarald Musum2019-05-141-2/+3
| | |
| * | Add methods for creating ZoneId with systemHarald Musum2019-05-142-6/+92
| |/ | | | | | | Support deserializing zone id which includes cloud and system
* | Add ApplicationId to NodeIdentityBjørn Christian Seime2019-05-141-4/+19
| |
* | Add provider of default NodeIdentifier instance to configserverBjørn Christian Seime2019-05-131-0/+31
| |
* | Add overloads for NodeIdentifierException constructorBjørn Christian Seime2019-05-131-0/+9
|/
* Revert "Revert 9366 revert 9351 jvenstad/last config model fix commits"Jon Marius Venstad2019-05-131-0/+1
|
* Revert "Revert "Jvenstad/last config model fix commits ""Jon Marius Venstad2019-05-121-1/+0
|
* Revert "Jvenstad/last config model fix commits "Jon Marius Venstad2019-05-111-0/+1
|
* Merge pull request #9351 from ↵Jon Marius Venstad2019-05-101-1/+0
|\ | | | | | | | | vespa-engine/jvenstad/last-config-model-fix-commits Jvenstad/last config model fix commits
| * Store preparing session for app, letting redeployments yieldJon Marius Venstad2019-05-101-1/+0
| |
* | AllocatedHost serialization completenessJon Bratseth2019-05-105-59/+177
| | | | | | | | | | | | - Serialize node resources instead of flavor when appropriate - Serialize aliases - Proper (de)serialization testing
* | Nonfunctional changes onlyJon Bratseth2019-05-101-8/+6
| |
* | Nonfunctional changes onlyJon Bratseth2019-05-101-1/+1
| |
* | Merge pull request #9333 from vespa-engine/freva/fix-node-failerValerij Fredriksen2019-05-092-0/+36
|\ \ | | | | | | Return deployment for infrastructure applications
| * | Define InfraDeployer and use it in ApplicationRepositoryValerij Fredriksen2019-05-092-0/+36
| |/
* | Add NodeIdentifier interfaceBjørn Christian Seime2019-05-094-0/+122
| |
* | Add a comment and rename some variablesJon Bratseth2019-05-091-5/+7
|/
* Create nodes by resourcesJon Bratseth2019-05-063-0/+23
|
* Allow node allocation by resource specJon Bratseth2019-05-066-160/+177
|
* Add methodsJon Bratseth2019-05-031-1/+27
|