aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning
Commit message (Expand)AuthorAgeFilesLines
* No flavor with less than 2 vCPU and 8GB mem in AzureValerij Fredriksen2024-03-151-1/+1
* Define logserver resources for AzureValerij Fredriksen2024-03-151-3/+6
* Remove unused argumentHarald Musum2024-03-152-3/+4
* Ensure that combined load balancer is not expired too earlyMartin Polden2024-02-291-7/+3
* Random simplification in nodes checkjonmv2024-02-281-12/+4
* Return whether deprovisioning has completedValerij Fredriksen2024-02-131-1/+3
* Skip upgrade when OS version is unavailableMartin Polden2023-12-291-0/+5
* GC dead codeHarald Musum2023-12-191-4/+1
* Remove unused parametersMartin Polden2023-12-082-15/+15
* Require less cpuJon Bratseth2023-12-061-3/+0
* Define nessus-agent-group flag and make Dimension top-level classHåkon Hallingstad2023-11-293-10/+8
* Ensure that nodes do not change on bootstrap deploymentMartin Polden2023-11-273-10/+24
* Move id seed to LoadBalancerjonmv2023-11-201-40/+51
* Make idSeed mandatoryjonmv2023-11-202-4/+20
* Unit test for pre-provisioning of LBsjonmv2023-11-101-1/+3
* Check for equailty of cloud account insteadjonmv2023-11-101-3/+3
* exclusive-provisioning and make-exclusive has rolled outHåkon Hallingstad2023-11-104-39/+21
* Pre-provision load balancers, and use for appsjonmv2023-11-102-14/+79
* 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-081-1/+12
|\
| * Break dependency cyclejonmv2023-11-081-1/+12
* | Remove unused flag min-exclusive-advertised-memory-gbValerij Fredriksen2023-11-081-10/+1
|/
* Can allocate child to reserved parent as welljonmv2023-11-071-1/+1
* Revert "Evaluate flags referenced multiple times at the start of prepare"Håkon Hallingstad2023-11-079-229/+155
* Remove exclusive methods from NodeRepositoryHåkon Hallingstad2023-11-057-55/+41
* Include NodeRepository, ApplcationId, and ClusterSpec as parametersHåkon Hallingstad2023-11-056-70/+129
* Rename to AllocationParamsHåkon Hallingstad2023-11-0510-55/+55
* Rename to ClusterAllocationParamsHåkon Hallingstad2023-11-0410-102/+102
* Evaluate flags referenced multiple times at the start of prepareHåkon Hallingstad2023-11-049-83/+112
* Retire if there are shared hosts dedicated to cluster typeHåkon Hallingstad2023-11-022-1/+6
* Set exclusiveTo on parent host to child applicationHåkon Hallingstad2023-10-311-1/+1
* Set tenant, instance ID, and Vespa version dimensions of make-exclusiveHåkon Hallingstad2023-10-261-1/+5
* Rename requireParentHostLock to canMakeHostExclusiveHåkon Hallingstad2023-10-262-10/+10
* Clean up nodes faster on provisioning failureValerij Fredriksen2023-10-251-1/+3
* Wait for provisioning without holding the locksValerij Fredriksen2023-10-252-4/+10
* Take parent lock only for tenant app in GCP/AWSHåkon Hallingstad2023-10-252-4/+20
* Merge pull request #29084 from vespa-engine/hakonhall/node-must-fit-host-only...Valerij Fredriksen2023-10-243-8/+22
|\
| * Node must fit host (only) if allocation is exclusiveHåkon Hallingstad2023-10-243-8/+22
* | 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-232-5/+5
* Support exclusive allocation on non-exclusive hostHåkon Hallingstad2023-10-213-58/+125
* Add reactive infra-application redeployer, triggered when hosts complete prov...jonmv2023-10-191-2/+1
* Align ClusterSpec::exclusive with CapacityPolicies::decideExclusivity and Hos...Håkon Hallingstad2023-10-172-2/+2
* Specify exclusiveToApplicationId for newly provisioned nodeHåkon Hallingstad2023-10-171-3/+11
* Set provisioned-for if enabled and application has exclusive="true"Håkon Hallingstad2023-10-163-4/+13
* Always check host exclusiveTojonmv2023-10-121-2/+3
* Move violatesExclusivity to NodeCandidatejonmv2023-10-122-29/+39
* Add provisionedFor node field, equal to exclusiveTo initiallyjonmv2023-10-121-8/+8