summaryrefslogtreecommitdiffstats
path: root/node-repository/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #29288 from vespa-engine/jonmv/preprovision-lbsValerij Fredriksen2023-11-086-11/+40
|\ | | | | Support an ID seed for LB resource ID hashes
| * Support an ID seed for LB resource ID hashesjonmv2023-11-086-11/+40
| |
* | 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-0720-353/+295
|
* Merge pull request #29228 from ↵Håkon Hallingstad2023-11-0620-295/+353
|\ | | | | | | | | 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-0516-167/+212
| |
| * Rename to AllocationParamsHåkon Hallingstad2023-11-0521-91/+91
| |
| * Rename to ClusterAllocationParamsHåkon Hallingstad2023-11-0421-177/+177
| |
| * Evaluate flags referenced multiple times at the start of prepareHåkon Hallingstad2023-11-0420-163/+222
| |
* | Stop using wireguardPubkeyValerij Fredriksen2023-11-063-15/+0
|/
* Merge pull request #29202 from ↵Bjørn Meland2023-11-031-1/+3
|\ | | | | | | | | vespa-engine/bjormel/dont_autoscale_single_node_clusters Don't autoscale resources in single node clusters
| * 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-021-1/+1
| |
| * Don't autoscale single node clustersbjormel2023-11-021-1/+3
| |
* | 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-021-1/+6
|/
* 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-255-12/+16
| |
* | 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-241-1/+4
|/
* Remove duplicate Applications.LockHåkon Hallingstad2023-10-235-19/+16
|
* Support exclusive allocation on non-exclusive hostHåkon Hallingstad2023-10-217-75/+178
|
* 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-193-23/+27
|
* Remove unneeded nullity checkjonmv2023-10-191-1/+1
|
* Add reactive infra-application redeployer, triggered when hosts complete ↵jonmv2023-10-196-12/+135
| | | | 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-181-2/+7
|
* Remove serialisation migration code, and update real-data-test with ↵jonmv2023-10-181-15/+1
| | | | 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"
| * Align ClusterSpec::exclusive with CapacityPolicies::decideExclusivity and ↵Håkon Hallingstad2023-10-172-2/+2
| | | | | | | | HostSharing.provision
| * Specify exclusiveToApplicationId for newly provisioned nodeHåkon Hallingstad2023-10-172-3/+12
| |
| * Set provisioned-for if enabled and application has exclusive="true"Håkon Hallingstad2023-10-164-7/+16
| |
* | Merge pull request #28940 from vespa-engine/mpolden/read-endpoint-config-flagMartin Polden2023-10-161-12/+13
|\ \ | |/ |/| Read endpoint-config flag