summaryrefslogtreecommitdiffstats
path: root/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning/GroupPreparer.java
Commit message (Collapse)AuthorAgeFilesLines
* isEnclave -> isExclaveHåkon Hallingstad2023-06-191-1/+1
|
* Upgrade host flavorMartin Polden2023-06-061-1/+1
|
* Prefer latest generation with fallback to olderMartin Polden2023-06-011-1/+2
|
* Extract HostProvisionRequestMartin Polden2023-06-011-6/+11
|
* Move host TTL setting to node-reposotiryjonmv2023-05-301-3/+3
|
* Wire hostTTL from config model through provisioningjonmv2023-05-261-2/+2
|
* Do not fail if no capacity due to retirementValerij Fredriksen2023-04-141-1/+8
|
* No functional changesJon Bratseth2023-04-141-1/+1
|
* Add cluster id to host-flavor feature flagArnstein Ressem2023-03-071-1/+1
|
* Remove temporary loggingJon Bratseth2023-01-181-4/+0
|
* Move parent-child cache to NodeListMartin Polden2023-01-131-25/+15
|
* Log in deficitJon Bratseth2023-01-061-0/+3
|
* Merge pull request #25289 from ↵Håkon Hallingstad2023-01-021-1/+2
|\ | | | | | | | | vespa-engine/hakonhall/avoid-ptr-verification-when-provisioning-in-enclave Avoid PTR verification when provisioning in Enclave
| * Avoid PTR verification when provisioning in EnclaveHåkon Hallingstad2022-12-191-1/+2
| |
* | Downweight traffic headroom when traffic is lowJon Bratseth2022-12-121-1/+2
|/
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
|
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
|
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
|
* Simplify, and fix some bugsJon Bratseth2022-11-291-8/+8
|
* More realistic testsJon Bratseth2022-11-291-3/+3
|
* Remove references to DynamicProvisioningMaintainerValerij Fredriksen2022-11-021-1/+1
|
* Move application lock to ApplicationsValerij Fredriksen2022-10-271-1/+1
|
* Rename getCloud -> cloudMartin Polden2022-10-261-2/+2
|
* Fall back to default cloud account in node specMartin Polden2022-10-261-1/+1
|
* Write provisioned hosts to ZK earlyValerij Fredriksen2022-10-241-25/+29
|
* Do not retry invalid applications (for the next 100 years)jonmv2022-10-121-3/+3
|
* Add some debug logging when provisoning nodes for a clusterHarald Musum2022-05-281-0/+5
| | | | Helps finding cause of provisoning failures
* Use cloud account from model in host provisioningMartin Polden2022-05-131-1/+2
|
* Ignore architecture when adding or subtracting NodeResourcesHarald Musum2022-03-021-1/+2
| | | | | Need to solve this long-term, but ignore for now as provisoning will not work as this is now.
* Replace 'out of capacity' by 'node allocation failure'Jon Bratseth2022-02-231-3/+4
|
* Make Nodes::canAllocateTenantNodeTo non-staticValerij Fredriksen2022-02-031-0/+1
|
* Don't propagate unspecified resourcesJon Bratseth2021-12-081-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Read nodes once from node repo when starting prepare. Only re-read if ↵Henning Baldersheim2021-09-301-7/+26
| | | | noderepo has been modified.
* Refactor to separate happy and hard path.Henning Baldersheim2021-09-301-11/+14
|
* Refactor and read nodes from node repo further out.Henning Baldersheim2021-09-301-7/+9
|
* Pass cluster type to HostProvisionerValerij Fredriksen2021-07-271-1/+2
|
* Remove allocate-os-requirement flagMartin Polden2021-06-041-39/+12
|
* Show info on nearest flavor also with autoscalingJon Bratseth2021-05-261-24/+30
|
* Provision RHEL 7 host if explicitly requested through flagMartin Polden2021-04-131-0/+2
|
* Remove dynamic-config-server-provisioning flagMartin Polden2021-03-171-7/+6
|
* Dynamically allocate controllers like config serversHåkon Hallingstad2021-03-161-1/+1
|
* Rename FlavorCount -> HostDeficitMartin Polden2021-03-121-2/+2
|
* Rename nodeDeficit -> hostDeficitMartin Polden2021-03-041-1/+1
|
* Limit host sharing to host node typeMartin Polden2021-03-031-1/+9
|
* Add dynamic-config-server-provisioning flagMartin Polden2021-03-031-3/+8
|
* Provision config servers dynamicallyMartin Polden2021-03-021-9/+12
|
* Plug the holes in node indices for non-content nodesJon Marius Venstad2021-02-241-9/+10
|
* Less DockerMartin Polden2021-02-181-1/+1
|
* Merge pull request #16451 from vespa-engine/mpolden/schedule-os-upgradesMartin Polden2021-02-091-1/+1
|\ | | | | Schedule OS upgrades automatically in supported clouds