From 97c6ca4bfdfa4f5e367649ebf6a4e2c583e2cb78 Mon Sep 17 00:00:00 2001 From: Eric Multanen Date: Thu, 16 Jul 2020 13:12:03 -0700 Subject: Move status tracking CR to rsync Handle creation and deletion of the ResourceBundleState Custom Resource per app/cluster in the rsync microservice instead of adding it to the resources of the composite application in the orchestrator service. Issue-ID: MULTICLOUD-1125 Signed-off-by: Eric Multanen Change-Id: Id0c0639ff62e788628e78f972107a7603c27abfb --- kud/tests/vfw-test-setenv.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kud/tests/vfw-test-setenv.sh') diff --git a/kud/tests/vfw-test-setenv.sh b/kud/tests/vfw-test-setenv.sh index 77031f9f..4d2a0078 100644 --- a/kud/tests/vfw-test-setenv.sh +++ b/kud/tests/vfw-test-setenv.sh @@ -1,7 +1,8 @@ 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 kubeconfigfile=/home/vagrant/multicloud-k8s/cluster-configs/config-edge01 +export kubeconfigfile2=/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