summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Expand)AuthorAgeFilesLines
* Create test to assert the requirements for zone-app migrationValerij Fredriksen2019-06-041-0/+171
* Comment zone-app specific code that should be removed after the migrationValerij Fredriksen2019-06-041-0/+1
* Special handle the tenant-host application where neededValerij Fredriksen2019-06-042-29/+24
* Merge pull request #9639 from vespa-engine/freva/default-target-versionValerij Fredriksen2019-06-0212-131/+100
|\
| * Only deploy supported infrastructure applicationsValerij Fredriksen2019-06-015-18/+17
| * Allow unsetting target version through REST APIValerij Fredriksen2019-06-012-20/+30
| * Return default version if no target is setValerij Fredriksen2019-06-015-39/+45
| * Remove nodeAdminInContainer from configserver.defValerij Fredriksen2019-06-014-54/+8
* | Add resources across disk speedsJon Bratseth2019-06-021-4/+4
|/
* Change maintainers to use isCd()Harald Musum2019-05-312-4/+4
* Use isCD so that this is done for all CD systemsHarald Musum2019-05-291-3/+2
* Correct default cpu: 2 means 1.5Jon Bratseth2019-05-292-1/+22
* Revert "Jvenstad/config super model last take"Jon Marius Venstad2019-05-292-10/+17
* Invalidate cache only when paths are attempted createdJon Marius Venstad2019-05-281-2/+2
* Do not expire non-tenant non-host types from failedValerij Fredriksen2019-05-283-16/+41
* Merge pull request #9586 from vespa-engine/bratseth/default-node-capacityJon Bratseth2019-05-2829-270/+236
|\
| * Remove unnecessary node resource overridesJon Bratseth2019-05-281-7/+3
| * Remove specific cd zone overrideJon Bratseth2019-05-281-3/+0
| * Correct vcpu for adminJon Bratseth2019-05-281-1/+1
| * Correct default admin flavorJon Bratseth2019-05-281-0/+3
| * Use docker and node resources in more testsJon Bratseth2019-05-2829-296/+236
| * Move default flavor info from zone setupJon Bratseth2019-05-271-6/+36
* | Merge pull request #9531 from vespa-engine/jvenstad/config-super-model-last-takeJon Marius Venstad2019-05-272-17/+10
|\ \ | |/ |/|
| * Revert "Revert "Revert 9366 revert 9351 jvenstad/last config model fix commits""Jon Marius Venstad2019-05-242-17/+10
* | Don't modify bare metal allocationsJon Bratseth2019-05-272-10/+18
* | Relax node resources in devJon Bratseth2019-05-273-10/+33
|/
* Merge pull request #9509 from vespa-engine/ogronnesby/on-premises-load-balanc...Martin Polden2019-05-232-0/+125
|\
| * Add network prefix to get CIDR format of networksØyvind Grønnesby2019-05-232-1/+14
| * Make comparator static member of classØyvind Grønnesby2019-05-231-1/+2
| * Sort proxynodes on hostname to get predictable resultsØyvind Grønnesby2019-05-231-0/+3
| * Use IllegalStateException when there are no proxy nodesØyvind Grønnesby2019-05-232-2/+2
| * Add more description in javadocØyvind Grønnesby2019-05-231-0/+3
| * Rename classes OnPremises => SharedØyvind Grønnesby2019-05-232-4/+4
| * Rename files OnPremises => SharedØyvind Grønnesby2019-05-232-0/+4
| * Add class that mimics provisioning NLB instances for on-premisesØyvind Grønnesby2019-05-232-0/+101
* | Revert "Merge pull request #9485 from vespa-engine/revert-9476-bratseth/test-...Jon Bratseth2019-05-223-8/+29
|/
* Revert "Add some tests and nonfunctional cleanup."Harald Musum2019-05-223-29/+8
* Add some tests and nonfunctional cleanupJon Bratseth2019-05-213-8/+29
* Correct to any disk in CD for default flavorsJon Bratseth2019-05-211-3/+7
* Match to any disk in CDJon Bratseth2019-05-211-0/+3
* Handle existing incorrect disk speed in allocationsJon Bratseth2019-05-201-3/+7
* Disallow model name for child nodesMartin Polden2019-05-202-8/+16
* Minor fixesJon Bratseth2019-05-201-9/+3
* Count over all disk speeds explicitlyJon Bratseth2019-05-193-48/+55
* Allocate slow disk nodes whenever possibleJon Bratseth2019-05-183-20/+38
* Prioritize nodes with slow diskJon Bratseth2019-05-183-7/+14
* Take disk speed into accountJon Bratseth2019-05-1816-188/+192
* Fix builder methodMartin Polden2019-05-161-1/+1
* Merge pull request #9421 from vespa-engine/mpolden/reject-conflicting-ipsMartin Polden2019-05-1673-530/+749
|\
| * Disallow node IP conflictsMartin Polden2019-05-1549-283/+410