aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2020-05-12 14:42:14 -0400
committerMarco Platania <platania@research.att.com>2020-05-12 14:54:05 -0400
commit2dbfb2233d18517fb68351d94cde4ad4bbfbebfc (patch)
tree87d611c17afc05d31f82c2ed65106bfe98a02d55
parent1bc31c7d76408bdf2267bf72bf3b1b1e18e2367f (diff)
Subject: Fix heatbridge params for Frankfurt
Issue-ID: INT-1584 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I25c69c9e7849c2aadb1dedb611bb731685379baa
-rwxr-xr-xdemo-k8s.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo-k8s.sh b/demo-k8s.sh
index c29ff41..da8b589 100755
--- a/demo-k8s.sh
+++ b/demo-k8s.sh
@@ -197,7 +197,7 @@ do
shift
VARIABLES="$VARIABLES -v HB_SERVICE_INSTANCE_ID:$1"
shift
- VARIABLES="$VARIABLES -v HB_SERVICE:$1"
+ VARIABLES="$VARIABLES -v HB_VNF:$1 -v HB_SERVICE:$1"
shift
VARIABLES="$VARIABLES -v HB_IPV4_OAM_ADDRESS:$1"
shift