Skip to content

Commit

Permalink
Move vl3-basic test to basic and ipsec suites (#11316)
Browse files Browse the repository at this point in the history
* Move vl3-basic test to basic and ipsec suites

Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>

* Fix refs

Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>

---------

Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>
  • Loading branch information
glazychev-art authored Feb 27, 2024
1 parent b9b333a commit 4d10646
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
* [Mutually aware nses Example](./examples/features/mutually-aware-nses/)
* [vl3 + Topology aware scale from zero Example](./examples/features/vl3-scale-from-zero/)
* [Select forwarder Example](./examples/features/select-forwarder/)
* [Exclude prefixes Example](./examples/features/exclude-prefixes/)
* [vl3 Example](./examples/features/vl3-basic/)
* [Exclude prefixes Example](./examples/features/exclude-prefixes/)
* [Topology aware scale from zero](./examples/features/scale-from-zero)
* [And other features](./examples/features)
* [SRIOV examples](./examples/sriov)
Expand Down
1 change: 1 addition & 0 deletions examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Contain basic setup for NSM that includes `nsmgr`, `forwarder-vpp`, `registry-k8
- [Memif to IP to Memif Connection](../use-cases/Memif2IP2Memif)
- [Kernel to IP to Memif Connection](../use-cases/Kernel2IP2Memif)
- [Memif to IP to Kernel Connection](../use-cases/Memif2IP2Kernel)
- [vL3-basic](../use-cases/vl3-basic)

## Run

Expand Down
1 change: 0 additions & 1 deletion examples/features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ To run any feature example follow steps for [Basic NSM setup](../basic)
- [Select forwarder by capability](./select-forwarder)
- [Policy based routing](./policy-based-routing)
- [Mutually aware NSEs](./mutually-aware-nses)
- [vL3-basic](./vl3-basic)
- [vL3 DNS](./vl3-dns)
- [vL3-scale-from-zero](./vl3-scale-from-zero)
- [vL3 Load Balancer](./vl3-lb)
Expand Down
1 change: 1 addition & 0 deletions examples/ipsec_mechanism/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Unlike the [basic setup](../basic), which uses `Wireguard` as the default IP rem
- [Memif to IP to Memif Connection](../use-cases/Memif2IP2Memif)
- [Kernel to IP to Memif Connection](../use-cases/Kernel2IP2Memif)
- [Memif to IP to Kernel Connection](../use-cases/Memif2IP2Kernel)
- [vL3-basic](../use-cases/vl3-basic)

## Run

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Diagram:

Deploy network service, nsc and vl3 nses (See at `kustomization.yaml`):
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-basic?ref=5b5fc446ba5611c7ab5a7b388ed408c2385cd837
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/vl3-basic?ref=658a0ed1171cc0e88c280b9789b5c304ff2bf9b0
```

Wait for clients to be ready:
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4d10646

Please sign in to comment.