aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Håkon Hallingstad2023-09-2511-98/+104
|\ | | | | | | hakonhall/add-ipv6-to-public-zonal-endpoints-in-gcp-2nd-attempt
| * Encapsulate wiregaurd key + timestamp in new classgjoranv2023-09-2511-98/+104
| | | | | | | | | | - Use 'wireguard' object with key and timestamp for Rest api. - Keep zk node format unchanged.
* | 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_ID
| * Rename dimension APPLICATION_ID -> INSTANCE_IDMorten Tokle2023-09-227-8/+8
| |
* | Update ↵Håkon Hallingstad2023-09-221-1/+1
| | | | | | | | | | node-repository/src/main/java/com/yahoo/vespa/hosted/provision/lb/LoadBalancerInstance.java Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
* | 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 List
| * 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
| |
* | no reverse check for inclave (#28537)Andreas Eriksen2023-09-151-4/+4
| |
* | Bugfix: return -> continuegjoranv2023-09-141-2/+2
| |
* | Update test to use timestamp from fixed clock in MockNodeRepositorygjoranv2023-09-141-1/+1
| |
* | Add wireguard key timestamp to node repo and WireguardPeergjoranv2023-09-1412-38/+97
| | | | | | | | | | - Set from NodePatcher clock. - Add UNINITIALIZED wireguard key constant
* | Revert "Wg timestamp in node repo"Andreas Eriksen2023-09-1412-99/+40
| |
* | Merge pull request #28456 from vespa-engine/wg-timestamp-in-node-repoGjøran Voldengen2023-09-1412-40/+99
|\ \ | | | | | | Wg timestamp in node repo
| * | Bugfix: return -> continuegjoranv2023-09-131-2/+2
| | |
| * | Update test to use timestamp from fixed clock in MockNodeRepositorygjoranv2023-09-131-1/+1
| | |
| * | Set wg timestamp from NodePatcher clockgjoranv2023-09-132-7/+5
| | | | | | | | | | | | .. instead of sending it from the client.
| * | Add wireguard key timestamp to WireguardPeergjoranv2023-09-112-2/+8
| | |
| * | Add wireguard key timestamp to node repo.gjoranv2023-09-1110-36/+91
| | |
* | | Revert "Revert "Handle IPv4 address not found from resolving hostname for ↵Håkon Hallingstad2023-09-148-126/+234
| | | | | | | | | | | | GCP exclave""
* | | Revert "Handle IPv4 address not found from resolving hostname for GCP exclave"Håkon Hallingstad2023-09-138-234/+126
| |/ |/|
* | Handle IPv4 address not found from resolving hostname for GCP exclaveHåkon Hallingstad2023-09-138-126/+234
|/
* allow gpuResources in main system as wellArne Juul2023-09-091-3/+0
|
* Merge pull request #28449 from vespa-engine/freva/require-at-least-4gb-memValerij Fredriksen2023-09-084-29/+38
|\ | | | | Add feature flag to control min advertised memory for exclusive nodes
| * Add feature flag to control min advertised memory for exclusive nodesValerij Fredriksen2023-09-081-5/+15
| |
| * Use at least 8GB memory nodes in unit testsValerij Fredriksen2023-09-083-15/+13
| |
| * Correctly check for exclusivity when validating min advertised diskValerij Fredriksen2023-09-081-9/+10
| |
* | Merge pull request #28448 from vespa-engine/mpolden/allow-gpu-in-cdMartin Polden2023-09-081-1/+2
|\ \ | |/ |/| Allow GPU in CD system
| * Allow GPU in CD systemMartin Polden2023-09-081-1/+2
| |
* | Add thread name template as dimension for locked load for curator locksjonmv2023-09-072-18/+30
|/
* Merge pull request #28436 from vespa-engine/mpolden/account-validationValerij Fredriksen2023-09-074-8/+53
|\ | | | | Move account validation
| * Move account validationMartin Polden2023-09-074-8/+53
| |
* | Reminder to update reference documentation on defaults changeØyvind Grønnesby2023-09-071-0/+2
|/
* Reject request for GPU resources in non-public zonesMartin Polden2023-09-062-5/+13
|
* Merge pull request #28411 from vespa-engine/bratseth/questdb-7Henning Baldersheim2023-09-051-6/+30
|\ | | | | Bratseth/questdb 7
| * Don't log when throwingJon Bratseth2023-09-051-3/+0
| |
| * Handle 'wrong order'Jon Bratseth2023-09-051-3/+30
| |
* | Never clear load balancer instanceMartin Polden2023-09-054-18/+23
|/
* Merge pull request #28380 from ↵Jon Marius Venstad2023-09-051-1/+6
|\ | | | | | | | | vespa-engine/hmusum/log-both-last-deployed-and-last-activated-time Log both last deployed and last activated time