fixing the sfc-setup readme.md 83/71183/1
authorKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Wed, 23 Sep 2020 15:12:58 +0000 (08:12 -0700)
committerKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Wed, 23 Sep 2020 15:12:58 +0000 (08:12 -0700)
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Change-Id: Ib5e9b6f3564e9ab3f71433a98c5438f11e1f9cb0

demo/sfc-setup/README.md
demo/sfc-setup/deploy/firewall-dyn-net-2.yaml [moved from demo/sfc-setup/demo/firewall-dyn-net-2.yaml with 100% similarity]
demo/sfc-setup/deploy/firewall-right-pnetwork.yaml [moved from demo/sfc-setup/demo/firewall-right-pnetwork.yaml with 100% similarity]
demo/sfc-setup/deploy/firewall-rule-reject-icmp-right-pnetwork.yaml [moved from demo/sfc-setup/demo/firewall-rule-reject-icmp-right-pnetwork.yaml with 100% similarity]
demo/sfc-setup/deploy/ms1.yaml [moved from demo/sfc-setup/demo/ms1.yaml with 100% similarity]
demo/sfc-setup/deploy/sfc-network.yaml [moved from demo/sfc-setup/demo/sfc-network.yaml with 100% similarity]
demo/sfc-setup/deploy/sfc.yaml [moved from demo/sfc-setup/demo/sfc.yaml with 100% similarity]
demo/sfc-setup/deploy/slb-ngfw-sdewan-cnf-deployment.yaml [moved from demo/sfc-setup/demo/slb-ngfw-sdewan-cnf-deployment.yaml with 100% similarity]

index 9f8c355..d2afd73 100644 (file)
@@ -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.
    $ kubectl apply -f examples/sdewan-controller.yaml
 ```
 From TM1 try to ping google.com, the ping operation will fails.
+
 Deploy the SFC as following
 ```
 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
 ```
 ```
 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
 ```
 ```
 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
 
 ```
 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/
 
 [1]: https://www.vagrantup.com/
 [2]: https://www.vagrantup.com/docs/cli/
+[3]: https://www.github.com/akraino-edge-stack/icn-sdwan