summaryrefslogtreecommitdiffstats
path: root/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning/GroupPreparer.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle exclusiveTo in allocationValerij Fredriksen2020-10-281-13/+6
* Review fixesHåkon Hallingstad2020-10-281-1/+2
* Support provisioning of shared hostsHåkon Hallingstad2020-10-271-1/+1
* Quest MetricsDb implementationJon Bratseth2020-10-221-1/+1
* Revert "Revert "Remove allow host sharing""Valerij Fredriksen2020-10-201-1/+1
* Revert "Remove allow host sharing"Valerij Fredriksen2020-10-191-1/+1
* Use dynamicProvisioning propertyValerij Fredriksen2020-10-191-1/+1
* Hide node collection detailsMartin Polden2020-10-161-11/+5
* Merge pull request #14623 from vespa-engine/bratseth/defer-ip-address-allocationJon Bratseth2020-09-301-4/+2
|\
| * Defer creation of new child nodes until they are selectedJon Bratseth2020-09-291-2/+2
| * Enumerate possibilities instead of using builderJon Bratseth2020-09-291-4/+2
* | Try prepare allocation without lockingValerij Fredriksen2020-09-291-20/+38
|/
* Rename PrioritizableNode -> NodeCandidateMartin Polden2020-09-181-7/+7
* Update javadocValerij Fredriksen2020-08-101-1/+0
* Do not propagate spareCount through Preparer & GroupPreparerValerij Fredriksen2020-08-101-2/+1
* Spare capacity maintainenance skeletonJon Bratseth2020-06-091-1/+1
* Support provisioning exact capacityMartin Polden2020-05-281-1/+1
* Extract method for host provision capabilityMartin Polden2020-05-271-1/+1