Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move vl3-basic test to basic and ipsec suites #11316

Merged
merged 2 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Loading