From 6e1234913019ef0dd03f8c9d1547fbe22058af6a Mon Sep 17 00:00:00 2001 From: Eric Multanen Date: Tue, 23 Jun 2020 12:39:26 -0700 Subject: Add composite vFW demo Add demonstration files and test scripts to show the vFW use case as a composite application using network intents and ovnaction intents to deploy to multiple clusters. Issue-ID: MULTICLOUD-1095 Signed-off-by: Eric Multanen Change-Id: I74b837f9f97747f1eefffbcd105a6630a7b3a374 --- kud/tests/vfw-test-setenv.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 kud/tests/vfw-test-setenv.sh (limited to 'kud/tests/vfw-test-setenv.sh') diff --git a/kud/tests/vfw-test-setenv.sh b/kud/tests/vfw-test-setenv.sh new file mode 100644 index 00000000..77031f9f --- /dev/null +++ b/kud/tests/vfw-test-setenv.sh @@ -0,0 +1,7 @@ +export packetgen_helm_path=/home/vagrant/multicloud-k8s/kud/demo/composite-firewall/packetgen.tar.gz +export firewall_helm_path=/home/vagrant/multicloud-k8s/kud/demo/composite-firewall/firewall.tar.gz +export sink_helm_path=/home/vagrant/multicloud-k8s/kud/demo/composite-firewall/sink.tar.gz +export kubeconfigfile=/home/vagrant/multicloud-k8s/cluster-configs/config-edge02 +export packetgen_profile_targz=/home/vagrant/multicloud-k8s/kud/demo/composite-firewall/profile.tar.gz +export firewall_profile_targz=/home/vagrant/multicloud-k8s/kud/demo/composite-firewall/profile.tar.gz +export sink_profile_targz=/home/vagrant/multicloud-k8s/kud/demo/composite-firewall/profile.tar.gz -- cgit 1.2.3-korg