Artem Glazychev

Results 34 issues of Artem Glazychev

This PR closes https://github.com/networkservicemesh/networkservicemesh/issues/2105 Also added support for memif l3 cases. Covered the next scenarios: 1. remote case between two vpp-agent forwarders via wireguard 2. remote case between vpp-agent forwarder...

Demonstrate vpp wireguard plugin

Issue: https://github.com/networkservicemesh/deployments-k8s/issues/7660 Signed-off-by: Artem Glazychev

Signed-off-by: Artem Glazychev ## Description Azure VM uses **internal.cloudapp.net** for reverse DNS. And this DNS server is available on 168.63.129.16. This PR directly adds this zone to coredns config. Otherwise,...

### Description [gotestmd](https://github.com/networkservicemesh/gotestmd/blob/main/pkg/bash/bash.go) uses the exit code of the last run command. We use `for loop` for some tests. But the status of the loop is the status of **_the...

### Description We don't use URL in kustomize in the setup for some of the last tests. For example: [VL3 - basic](https://github.com/networkservicemesh/deployments-k8s/tree/main/examples/features/vl3/basic) [VL3 - scale from zero](https://github.com/networkservicemesh/deployments-k8s/tree/main/examples/features/vl3/scale-from-zero) [Interdomain](https://github.com/networkservicemesh/deployments-k8s/blob/main/examples/interdomain/README.md) Previous issue:...

bug

Signed-off-by: Artem Glazychev ## Description Adds `once.UntilSuccsess` (similar to `sync.Once`), that we can call until the first success ## Issue link ## How Has This Been Tested? - [x] Added...

Signed-off-by: Artem Glazychev ## Description ## Issue link ## How Has This Been Tested? - [ ] Added unit testing to cover - [x] Tested manually - [x] Tested by...

Signed-off-by: Artem Glazychev ## Description In the current implementation, we update the `eventFactory` context [after a successful request](https://github.com/networkservicemesh/sdk/blob/main/pkg/networkservice/common/begin/client.go#L85). This is not quite right, because in addition to updating the context...

## Expected Behavior On version 1.5.0 and earlier, the logs from the first and last chain element were always full, which was convenient for tracking the current state. For example,...