forked from openconfig/kne
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be4ea3a
commit e0aa86d
Showing
13 changed files
with
794 additions
and
484 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# external-multinode.yaml cluster config file sets up ingress, cni, and controllers in an existing k8 cluster. | ||
# This spec instructs Metallb to use a docker network named multinode. | ||
# The "external" cluster lifecycle is not managed by the KNE deployment. | ||
cluster: | ||
kind: External | ||
spec: | ||
network: multinode | ||
ingress: | ||
kind: MetalLB | ||
spec: | ||
manifest: ../../manifests/metallb/manifest.yaml | ||
ip_count: 200 | ||
cni: | ||
kind: Meshnet | ||
spec: | ||
manifest: ../../manifests/meshnet/grpc/manifest.yaml | ||
controllers: | ||
- kind: IxiaTG | ||
spec: | ||
operator: ../../manifests/keysight/ixiatg-operator.yaml | ||
configMap: ../../manifests/keysight/ixiatg-configmap.yaml | ||
- kind: SRLinux | ||
spec: | ||
operator: ../../manifests/controllers/srlinux/manifest.yaml | ||
- kind: CEOSLab | ||
spec: | ||
operator: ../../manifests/controllers/ceoslab/manifest.yaml | ||
- kind: Lemming | ||
spec: | ||
operator: ../../manifests/controllers/lemming/manifest.yaml | ||
- kind: Cdnos | ||
spec: | ||
operator: ../../manifests/controllers/cdnos/manifest.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# kind-bridge.yaml cluster config file sets up a kind cluster where default PTP CNI plugin | ||
# is swapped with the Bridge CNI plugin. | ||
# Bridge CNI plugin is required by some Network OSes to operate. | ||
cluster: | ||
kind: Kind | ||
spec: | ||
name: kne | ||
recycle: True | ||
version: v0.17.0 | ||
image: kindest/node:v1.26.0 | ||
config: ../../manifests/kind/config.yaml | ||
additionalManifests: | ||
- ../../manifests/kind/bridge.yaml | ||
ingress: | ||
kind: MetalLB | ||
spec: | ||
manifest: ../../manifests/metallb/manifest.yaml | ||
ip_count: 100 | ||
cni: | ||
kind: Meshnet | ||
spec: | ||
manifest: ../../manifests/meshnet/grpc/manifest.yaml | ||
controllers: | ||
- kind: IxiaTG | ||
spec: | ||
operator: ../../manifests/keysight/ixiatg-operator.yaml | ||
configMap: ../../manifests/keysight/ixiatg-configmap.yaml | ||
- kind: SRLinux | ||
spec: | ||
operator: ../../manifests/controllers/srlinux/manifest.yaml | ||
- kind: CEOSLab | ||
spec: | ||
operator: ../../manifests/controllers/ceoslab/manifest.yaml | ||
- kind: Lemming | ||
spec: | ||
operator: ../../manifests/controllers/lemming/manifest.yaml | ||
- kind: Cdnos | ||
spec: | ||
operator: ../../manifests/controllers/cdnos/manifest.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.