update demo scripts with LF paths 55/1155/1
authorplatania <platania@research.att.com>
Tue, 21 Feb 2017 22:31:41 +0000 (17:31 -0500)
committerplatania <platania@research.att.com>
Tue, 21 Feb 2017 22:31:41 +0000 (17:31 -0500)
Change-Id: I6c1983ab567359c157b05842a1ab2b613ee9de76
Signed-off-by: platania <platania@research.att.com>
.DS_Store
vnfs/.DS_Store
vnfs/vFW/.DS_Store
vnfs/vFW/scripts/v_firewall_init.sh
vnfs/vFW/scripts/v_packetgen_init.sh
vnfs/vLB/.DS_Store
vnfs/vLB/scripts/dnsclient.sh
vnfs/vLB/scripts/dnsmembership.sh
vnfs/vLB/scripts/v_packetgen_for_dns_demo_init.sh

index 6262f82..7d0d65f 100644 (file)
Binary files a/.DS_Store and b/.DS_Store differ
index 9019f95..892df7c 100644 (file)
Binary files a/vnfs/.DS_Store and b/vnfs/.DS_Store differ
index 97cfa33..bd8024d 100644 (file)
Binary files a/vnfs/vFW/.DS_Store and b/vnfs/vFW/.DS_Store differ
index fe16cef..5492807 100644 (file)
@@ -37,9 +37,10 @@ ifconfig br1 up
 sleep 1
 
 # Start HoneyComb
+VERSION=$(cat /opt/config/artifacts_version.txt)
 echo "" > /var/lib/honeycomb/persist/context/data.json
 echo "" > /var/lib/honeycomb/persist/config/data.json
-/opt/honeycomb/sample-distribution-1.0.0/honeycomb &>/dev/null &disown
+/opt/honeycomb/sample-distribution-$VERSION/honeycomb &>/dev/null &disown
 sleep 1
 
 # Start VES client
index 6846966..3bbe02f 100644 (file)
@@ -50,9 +50,10 @@ vppctl exec /opt/pg_streams/stream_fw_udp10
 sleep 1
 
 # Start HoneyComb
+VERSION=$(cat /opt/config/artifacts_version.txt)
 echo "" > /var/lib/honeycomb/persist/context/data.json
 echo "" > /var/lib/honeycomb/persist/config/data.json
-/opt/honeycomb/sample-distribution-1.0.0/honeycomb &>/dev/null &disown
+/opt/honeycomb/sample-distribution-$VERSION/honeycomb &>/dev/null &disown
 sleep 20
 
 # Enable traffic flows
index 1763803..7670c65 100644 (file)
Binary files a/vnfs/vLB/.DS_Store and b/vnfs/vLB/.DS_Store differ
index 1de11ed..11f575f 100644 (file)
@@ -2,5 +2,6 @@
 
 LB_OAM_INT=$(cat /opt/config/lb_oam_int.txt)
 PID=$(cat /opt/config/local_private_ipaddr.txt)
+VERSION=$(cat /opt/config/artifacts_version.txt)
 
-java -jar dns-client-1.0.0.jar $PID $LB_OAM_INT 8888 10 0
+java -jar dns-client-$VERSION.jar $PID $LB_OAM_INT 8888 10 0
index 073216b..9c8cced 100644 (file)
@@ -1,5 +1,6 @@
 #!/bin/bash
 
 MY_PUBLIC_IP=$(cat /opt/config/local_public_ipaddr.txt)
+VERSION=$(cat /opt/config/artifacts_version.txt)
 
-java -jar dns-manager-1.0.0.jar $MY_PUBLIC_IP 8888 10 3 0
+java -jar dns-manager-$VERSION.jar $MY_PUBLIC_IP 8888 10 3 0
index ba7f56c..094f322 100644 (file)
@@ -85,9 +85,10 @@ vppctl exec /opt/dns_streams/stream_dns10
 sleep 1
 
 # Start HoneyComb
+VERSION=$(cat /opt/config/artifacts_version.txt)
 echo "" > /var/lib/honeycomb/persist/context/data.json
 echo "" > /var/lib/honeycomb/persist/config/data.json
-/opt/honeycomb/sample-distribution-1.0.0/honeycomb &>/dev/null &disown
+/opt/honeycomb/sample-distribution-$VERSION/honeycomb &>/dev/null &disown
 sleep 20
 
 # Enable traffic flows