aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
* Move id seed to LoadBalancerjonmv2023-11-2016-93/+103
|
* Make idSeed mandatoryjonmv2023-11-2015-66/+73
|
* Unit test for pre-provisioning of LBsjonmv2023-11-103-3/+43
|
* Check for equailty of cloud account insteadjonmv2023-11-101-3/+3
|
* exclusive-provisioning and make-exclusive has rolled outHåkon Hallingstad2023-11-106-57/+27
|
* Update maintenance.json for testjonmv2023-11-101-3/+6
|
* Pre-provision load balancers, and use for appsjonmv2023-11-1016-56/+179
|
* Support reallocating load balancers from preprovisioned pooljonmv2023-11-104-39/+48
|
* Update tags when changing eTAIjonmv2023-11-091-1/+1
|
* Add updateAllocation to HostProvisionerjonmv2023-11-091-1/+5
|
* 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
|