summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #29291 from vespa-engine/jonmv/preprovision-lbsv8.256.22Jon Marius Venstad2023-11-082-2/+30
|\ | | | | Break dependency cycle
| * Break dependency cyclejonmv2023-11-082-2/+30
| |
* | Merge pull request #29288 from vespa-engine/jonmv/preprovision-lbsValerij Fredriksen2023-11-088-34/+69
|\| | | | | Support an ID seed for LB resource ID hashes
| * Support an ID seed for LB resource ID hashesjonmv2023-11-088-34/+69
| |
* | Remove unused flag min-exclusive-advertised-memory-gbValerij Fredriksen2023-11-081-10/+1
|/
* Can allocate child to reserved parent as welljonmv2023-11-072-3/+3
|
* Revert "Evaluate flags referenced multiple times at the start of prepare"Håkon Hallingstad2023-11-0724-364/+302
|
* Merge pull request #29228 from ↵Håkon Hallingstad2023-11-0624-302/+364
|\ | | | | | | | | vespa-engine/hakonhall/evaluate-flags-referenced-multiple-times-at-the-start-of-prepare Evaluate flags referenced multiple times at the start of prepare
| * Review fixesHåkon Hallingstad2023-11-064-6/+4
| |
| * Remove exclusive methods from NodeRepositoryHåkon Hallingstad2023-11-059-89/+45
| |
| * Include NodeRepository, ApplcationId, and ClusterSpec as parametersHåkon Hallingstad2023-11-0520-178/+220
| |
| * Rename to AllocationParamsHåkon Hallingstad2023-11-0523-96/+96
| |
| * Rename to ClusterAllocationParamsHåkon Hallingstad2023-11-0424-186/+186
| |
| * Evaluate flags referenced multiple times at the start of prepareHåkon Hallingstad2023-11-0423-167/+233
| |
* | Stop using wireguardPubkeyValerij Fredriksen2023-11-068-29/+6
|/
* Merge pull request #29202 from ↵Bjørn Meland2023-11-032-4/+4
|\ | | | | | | | | vespa-engine/bjormel/dont_autoscale_single_node_clusters Don't autoscale resources in single node clusters
| * Update ↵Bjørn Meland2023-11-031-1/+1
| | | | | | | | | | node-repository/src/test/java/com/yahoo/vespa/hosted/provision/autoscale/AutoscalingTest.java Co-authored-by: Jon Bratseth <bratseth@gmail.com>
| * Update ↵Bjørn Meland2023-11-031-2/+2
| | | | | | | | | | node-repository/src/main/java/com/yahoo/vespa/hosted/provision/autoscale/Autoscaler.java Co-authored-by: Jon Bratseth <bratseth@gmail.com>
| * Clarification of messagebjormel2023-11-022-2/+2
| |
| * Don't autoscale single node clustersbjormel2023-11-022-4/+4
| |
* | Add test of reducing container node countHarald Musum2023-11-031-59/+92
| |
* | Merge pull request #29207 from ↵Håkon Hallingstad2023-11-024-2/+13
|\ \ | |/ |/| | | | | vespa-engine/hakonhall/retire-if-there-are-shared-hosts-dedicated-to-cluster-type Retire if there are shared hosts dedicated to cluster type
| * Retire if there are shared hosts dedicated to cluster typeHåkon Hallingstad2023-11-024-2/+13
| |
* | HostFlavorUpgrader: Reprocess hosts with non-retiring nodesValerij Fredriksen2023-11-022-4/+13
|/
* Set exclusiveTo on parent host to child applicationHåkon Hallingstad2023-10-312-7/+7
|
* Merge pull request #29122 from ↵Håkon Hallingstad2023-10-272-10/+19
|\ | | | | | | | | vespa-engine/hakonhall/set-tenant-instance-id-and-vespa-version-dimensions-of-make-exclusive Set tenant, instance ID, and Vespa version dimensions of make-exclusive
| * Set tenant, instance ID, and Vespa version dimensions of make-exclusiveHåkon Hallingstad2023-10-262-10/+19
| |
* | Merge pull request #29108 from ↵Bjørn Meland2023-10-261-1/+2
|\ \ | |/ |/| | | | | vespa-engine/bjormel/Only_forcing_de-provisioning_of_off_premises_nodes_ Only force de-provisioning of off premises nodes
| * Only forcing de-provisioning of off premises nodesbjormel2023-10-261-1/+2
| |
* | Rename requireParentHostLock to canMakeHostExclusiveHåkon Hallingstad2023-10-262-10/+10
| |
* | Clean up nodes faster on provisioning failureValerij Fredriksen2023-10-256-13/+21
| |
* | Wait for provisioning without holding the locksValerij Fredriksen2023-10-254-6/+15
| |
* | Take lock before starting to provision in HCMValerij Fredriksen2023-10-251-9/+11
|/
* Take parent lock only for tenant app in GCP/AWSHåkon Hallingstad2023-10-252-4/+20
|
* Merge pull request #29084 from ↵Valerij Fredriksen2023-10-244-15/+30
|\ | | | | | | | | vespa-engine/hakonhall/node-must-fit-host-only-if-allocation-is-exclusive Node must fit host (only) if allocation is exclusive
| * Node must fit host (only) if allocation is exclusiveHåkon Hallingstad2023-10-244-15/+30
| |
* | Temporarily work around admin arch not being set previouslyjonmv2023-10-241-1/+4
| |
* | Actually set arch from flag for admin nodesjonmv2023-10-243-9/+30
|/
* Remove duplicate Applications.LockHåkon Hallingstad2023-10-2313-37/+34
|
* Support exclusive allocation on non-exclusive hostHåkon Hallingstad2023-10-219-88/+233
|
* Define IP.Pool sizeHåkon Hallingstad2023-10-191-0/+8
|
* Handle readying of configserver and controller nodes toojonmv2023-10-191-0/+2
|
* Reduce logging, and avoid need for component declarationjonmv2023-10-194-25/+29
|
* Remove unneeded nullity checkjonmv2023-10-191-1/+1
|
* Add reactive infra-application redeployer, triggered when hosts complete ↵jonmv2023-10-197-12/+307
| | | | provisioning
* Make decision of host-sharing type in HCM closer to that in preparerjonmv2023-10-181-13/+12
|
* Throw if attempting to clear eTAI while having pForjonmv2023-10-181-1/+1
|
* Use HostSharing.exclusive for preprovisioned containers, and clear exclusiveTojonmv2023-10-182-4/+15
|
* Remove serialisation migration code, and update real-data-test with ↵jonmv2023-10-182-16/+2
| | | | now-dated data
* Merge pull request #28946 from ↵Håkon Hallingstad2023-10-174-9/+27
|\ | | | | | | | | vespa-engine/hakonhall/set-provisioned-for-if-enabled-and-application-has-exclusivetrue Set provisioned-for if enabled and application has exclusive="true"