aboutsummaryrefslogtreecommitdiffstats
path: root/demo/sfc-setup/deploy/sfc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'demo/sfc-setup/deploy/sfc.yaml')
-rw-r--r--demo/sfc-setup/deploy/sfc.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/demo/sfc-setup/deploy/sfc.yaml b/demo/sfc-setup/deploy/sfc.yaml
new file mode 100644
index 0000000..98af02a
--- /dev/null
+++ b/demo/sfc-setup/deploy/sfc.yaml
@@ -0,0 +1,18 @@
+apiVersion: k8s.plugin.opnfv.org/v1alpha1
+kind: NetworkChaining
+metadata:
+ name: example-networkchaining
+spec:
+ # Add fields here
+ chainType: "Routing"
+ routingSpec:
+ namespace: "default"
+ networkChain: "app=slb,dync-net1,app=ngfw,dync-net2,app=sdwan"
+ leftNetwork:
+ - networkName: "right-pnetwork"
+ gatewayIp: "172.30.10.2"
+ subnet: "172.30.10.0/24"
+ rightNetwork:
+ - networkName: "left-pnetwork"
+ gatewayIp: "172.30.20.2"
+ subnet: "172.30.20.0/24"