summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Expand)AuthorAgeFilesLines
...
* 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-194-25/+29
* Remove unneeded nullity checkjonmv2023-10-191-1/+1
* Add reactive infra-application redeployer, triggered when hosts complete prov...jonmv2023-10-197-12/+307
* 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-182-4/+15
* Remove serialisation migration code, and update real-data-test with now-dated...jonmv2023-10-182-16/+2
* Merge pull request #28946 from vespa-engine/hakonhall/set-provisioned-for-if-...Håkon Hallingstad2023-10-174-9/+27
|\
| * Align ClusterSpec::exclusive with CapacityPolicies::decideExclusivity and Hos...Håkon Hallingstad2023-10-172-2/+2
| * 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
|\ \ | |/ |/|
| * Add javadocMartin Polden2023-10-161-12/+13
* | Merge pull request #28908 from vespa-engine/jonmv/read-node-exclusive-toJon Marius Venstad2023-10-163-4/+4
|\ \ | |/ |/|
| * Read and write exclusiveTo and provisionedFor separatelyjonmv2023-10-123-4/+4
* | Always check host exclusiveTojonmv2023-10-122-2/+36
* | Check for exclusivity violation in host capacity maintainerjonmv2023-10-121-1/+7
* | Move violatesExclusivity to NodeCandidatejonmv2023-10-122-29/+39
|/
* Assign correct variablejonmv2023-10-121-1/+1
* Add provisionedFor node field, equal to exclusiveTo initiallyjonmv2023-10-1212-48/+97
* Halve node failure graceJon Bratseth2023-10-111-2/+2
* Merge pull request #28848 from vespa-engine/hmusum/log-application-id-when-fa...Harald Musum2023-10-101-4/+12
|\
| * Fallback to last activation time if we cannot find last deploy timeHarald Musum2023-10-101-4/+12
* | Merge pull request #28836 from vespa-engine/bratseth/copyright-2Jon Bratseth2023-10-10290-278/+292
|\ \
| * | Update copyrightJon Bratseth2023-10-09290-278/+292
| |/
* | Merge pull request #28847 from vespa-engine/mpolden/increase-intervalMartin Polden2023-10-101-1/+1
|\ \ | |/ |/|
| * Increase HostFlavorUpgrader intervalMartin Polden2023-10-101-1/+1
* | Throw if no nodes are matched by restart filterMartin Polden2023-10-061-2/+4
* | Inline methodMartin Polden2023-10-061-11/+3
|/
* Avoid sorting IP addresses when serializing nodeHåkon Hallingstad2023-10-0433-182/+98
* Normalize JSONHåkon Hallingstad2023-10-032-57/+82
* Report state, but only for active nodesOla Aunronning2023-09-291-1/+3
* Remove state tag. Only report metrics for active nodesOla Aunronning2023-09-292-8/+9
* Propagate GPU resources when determining current resources for autoscalingValerij Fredriksen2023-09-282-1/+20
* Update AwsNodeTypes with GPU instancesValerij Fredriksen2023-09-281-11/+62
* Compare advertised resources in flavor satisified check in testsValerij Fredriksen2023-09-285-38/+61
* Read applications from ZK in RealDataScenarioTestValerij Fredriksen2023-09-271-34/+68
* Merge branch 'master' into hakonhall/add-ipv6-to-public-zonal-endpoints-in-gc...Håkon Hallingstad2023-09-2511-98/+104
|\
| * Encapsulate wiregaurd key + timestamp in new classgjoranv2023-09-2511-98/+104
* | Revert "Revert "Add IPv6 to public zonal endpoints in GCP""Håkon Hallingstad2023-09-257-17/+40
|/
* Revert "Add IPv6 to public zonal endpoints in GCP"Håkon Hallingstad2023-09-227-40/+17
* Merge pull request #28612 from vespa-engine/mortent/rename-application-dimensionMorten Tokle2023-09-227-8/+8
|\
| * Rename dimension APPLICATION_ID -> INSTANCE_IDMorten Tokle2023-09-227-8/+8
* | Update node-repository/src/main/java/com/yahoo/vespa/hosted/provision/lb/Load...Håkon Hallingstad2023-09-221-1/+1
* | Add IPv6 to public zonal endpoints in GCPHåkon Hallingstad2023-09-217-16/+39
|/
* Merge pull request #28509 from vespa-engine/hakonhall/additionalIpAddresses-listHåkon Hallingstad2023-09-1833-206/+163
|\
| * Change primary and pool IPs from Set to ListHåkon Hallingstad2023-09-1433-229/+165
| * Construct IP.Pool via of()Håkon Hallingstad2023-09-131-9/+30