aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning/GroupPreparer.java
Commit message (Expand)AuthorAgeFilesLines
* Move parent-child cache to NodeListMartin Polden2023-01-131-25/+15
* Log in deficitJon Bratseth2023-01-061-0/+3
* Merge pull request #25289 from vespa-engine/hakonhall/avoid-ptr-verification-...Håkon Hallingstad2023-01-021-1/+2
|\
| * 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
* 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
* 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 noderep...Henning Baldersheim2021-09-301-7/+26
* 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
|\
| * Always use latest RHEL 8 versionMartin Polden2021-02-091-1/+1
* | Revert "Revert "Move node operations into a separate class""Jon Bratseth2021-02-091-6/+6
* | Revert "Move node operations into a separate class"Jon Bratseth2021-02-091-6/+6
* | Move node operations into a separate classJon Bratseth2021-02-081-6/+6
|/
* No functional changesJon Bratseth2021-02-031-1/+2
* Override OS version when requiring RHEL 8Håkon Hallingstad2021-02-021-7/+15
* Support restricting on host OS when allocating new nodesHåkon Hallingstad2021-01-261-1/+9
* Allow preprovision capacity on partially filled hostsHåkon Hallingstad2020-11-261-1/+3
* Allow allocating to a provisioned tenant hostHåkon Hallingstad2020-11-201-40/+40
* Allow provisioning shared, and set exclusiveTo on provisioned nodeHåkon Hallingstad2020-10-291-1/+2