aboutsummaryrefslogtreecommitdiffstats
path: root/demo
diff options
context:
space:
mode:
authorKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>2020-09-23 08:12:58 -0700
committerKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>2020-09-23 08:12:58 -0700
commite974c0cdfdcc5a16ccbffbbf3f7f4a01a06c5be5 (patch)
treeefbb349409cc77cb2d1b0cd3e905cf7c7cc69898 /demo
parente6a24cfca33c68b7000ff6198f51561cbfc69920 (diff)
fixing the sfc-setup readme.md
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> Change-Id: Ib5e9b6f3564e9ab3f71433a98c5438f11e1f9cb0
Diffstat (limited to 'demo')
-rw-r--r--demo/sfc-setup/README.md16
-rw-r--r--demo/sfc-setup/deploy/firewall-dyn-net-2.yaml (renamed from demo/sfc-setup/demo/firewall-dyn-net-2.yaml)0
-rw-r--r--demo/sfc-setup/deploy/firewall-right-pnetwork.yaml (renamed from demo/sfc-setup/demo/firewall-right-pnetwork.yaml)0
-rw-r--r--demo/sfc-setup/deploy/firewall-rule-reject-icmp-right-pnetwork.yaml (renamed from demo/sfc-setup/demo/firewall-rule-reject-icmp-right-pnetwork.yaml)0
-rw-r--r--demo/sfc-setup/deploy/ms1.yaml (renamed from demo/sfc-setup/demo/ms1.yaml)0
-rw-r--r--demo/sfc-setup/deploy/sfc-network.yaml (renamed from demo/sfc-setup/demo/sfc-network.yaml)0
-rw-r--r--demo/sfc-setup/deploy/sfc.yaml (renamed from demo/sfc-setup/demo/sfc.yaml)0
-rw-r--r--demo/sfc-setup/deploy/slb-ngfw-sdewan-cnf-deployment.yaml (renamed from demo/sfc-setup/demo/slb-ngfw-sdewan-cnf-deployment.yaml)0
8 files changed, 9 insertions, 7 deletions
diff --git a/demo/sfc-setup/README.md b/demo/sfc-setup/README.md
index 9f8c355..d2afd73 100644
--- a/demo/sfc-setup/README.md
+++ b/demo/sfc-setup/README.md
@@ -85,23 +85,24 @@ Deploy the SDEWAN controller in cluster
$ kubectl apply -f examples/sdewan-controller.yaml
```
From TM1 try to ping google.com, the ping operation will fails.
+
Deploy the SFC as following
```
- $ kubectl apply -f sfc-network.yaml
- $ kubectl apply -f slb-ngfw-sdewan-cnf-deployment.yaml
- $ kubectl apply -f ms1.yaml
+ $ kubectl apply -f demo/sfc-setup/deploy/sfc-network.yaml
+ $ kubectl apply -f demo/sfc-setup/deploy/slb-ngfw-sdewan-cnf-deployment.yaml
+ $ kubectl apply -f demo/sfc-setup/deploy/ms1.yaml
```
Pinging for goole.com or curl example.com should fail in both ms1 and TM1
```
- $ kubectl apply -f sfc.yaml
+ $ kubectl apply -f demo/sfc-setup/deploy/sfc.yaml
```
Pinging for google.com or curl example.com should be successful in both ms1 and TM1
Let try to apply icmp reject rule in SDEWAN cnf
```
- $ kubectl apply -f firewall-dyn-net-2.yaml
- $ kubectl apply -f firewall-right-pnetwork.yaml
- $ kubectl apply -f firewall-rule-reject-icmp-right-pnetwork.yaml
+ $ kubectl apply -f demo/sfc-setup/deploy/firewall-dyn-net-2.yaml
+ $ kubectl apply -f demo/sfc-setup/deploy/firewall-right-pnetwork.yaml
+ $ kubectl apply -f demo/sfc-setup/deploy/firewall-rule-reject-icmp-right-pnetwork.yaml
```
Pinging for google.com will fail and curl example.com should be successful in both ms1 and TM1
@@ -111,3 +112,4 @@ Apache-2.0
[1]: https://www.vagrantup.com/
[2]: https://www.vagrantup.com/docs/cli/
+[3]: https://www.github.com/akraino-edge-stack/icn-sdwan
diff --git a/demo/sfc-setup/demo/firewall-dyn-net-2.yaml b/demo/sfc-setup/deploy/firewall-dyn-net-2.yaml
index 4ceac59..4ceac59 100644
--- a/demo/sfc-setup/demo/firewall-dyn-net-2.yaml
+++ b/demo/sfc-setup/deploy/firewall-dyn-net-2.yaml
diff --git a/demo/sfc-setup/demo/firewall-right-pnetwork.yaml b/demo/sfc-setup/deploy/firewall-right-pnetwork.yaml
index f7e3283..f7e3283 100644
--- a/demo/sfc-setup/demo/firewall-right-pnetwork.yaml
+++ b/demo/sfc-setup/deploy/firewall-right-pnetwork.yaml
diff --git a/demo/sfc-setup/demo/firewall-rule-reject-icmp-right-pnetwork.yaml b/demo/sfc-setup/deploy/firewall-rule-reject-icmp-right-pnetwork.yaml
index 3493bb6..3493bb6 100644
--- a/demo/sfc-setup/demo/firewall-rule-reject-icmp-right-pnetwork.yaml
+++ b/demo/sfc-setup/deploy/firewall-rule-reject-icmp-right-pnetwork.yaml
diff --git a/demo/sfc-setup/demo/ms1.yaml b/demo/sfc-setup/deploy/ms1.yaml
index d910257..d910257 100644
--- a/demo/sfc-setup/demo/ms1.yaml
+++ b/demo/sfc-setup/deploy/ms1.yaml
diff --git a/demo/sfc-setup/demo/sfc-network.yaml b/demo/sfc-setup/deploy/sfc-network.yaml
index 9a6aa2c..9a6aa2c 100644
--- a/demo/sfc-setup/demo/sfc-network.yaml
+++ b/demo/sfc-setup/deploy/sfc-network.yaml
diff --git a/demo/sfc-setup/demo/sfc.yaml b/demo/sfc-setup/deploy/sfc.yaml
index 98af02a..98af02a 100644
--- a/demo/sfc-setup/demo/sfc.yaml
+++ b/demo/sfc-setup/deploy/sfc.yaml
diff --git a/demo/sfc-setup/demo/slb-ngfw-sdewan-cnf-deployment.yaml b/demo/sfc-setup/deploy/slb-ngfw-sdewan-cnf-deployment.yaml
index 4a1a9cd..4a1a9cd 100644
--- a/demo/sfc-setup/demo/slb-ngfw-sdewan-cnf-deployment.yaml
+++ b/demo/sfc-setup/deploy/slb-ngfw-sdewan-cnf-deployment.yaml