aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/vLB
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-08-16 14:27:14 -0400
committerMarco Platania <platania@research.att.com>2017-08-16 14:28:26 -0400
commit86cabdbaf93cea61a292ac7f786f45f139d291e8 (patch)
treef86fe8806c7d570ec792898470ae884fd782c26e /vnfs/vLB
parent6c850ae66f515d6990d2d94e02a5bc7be17d3a9f (diff)
Remove config folder from vLB install script
- Config folders are created in the Heat template Change-Id: I03e0d2c62f7a023c9004886f5ade28ce56470c42 Issue-ID: UCA-34 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vLB')
-rw-r--r--vnfs/vLB/scripts/v_lb_install.sh1
-rw-r--r--vnfs/vLB/scripts/v_packetgen_install.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/vnfs/vLB/scripts/v_lb_install.sh b/vnfs/vLB/scripts/v_lb_install.sh
index 6c093c08..89869a0a 100644
--- a/vnfs/vLB/scripts/v_lb_install.sh
+++ b/vnfs/vLB/scripts/v_lb_install.sh
@@ -60,7 +60,6 @@ apt-get install -y make gcc wget openjdk-8-jdk bridge-utils libcurl4-openssl-dev
sleep 1
# Download vLB demo code for load balancer
-mkdir /opt/config
mkdir /opt/FDserver
cd /opt
diff --git a/vnfs/vLB/scripts/v_packetgen_install.sh b/vnfs/vLB/scripts/v_packetgen_install.sh
index 0f8014f7..05edac6d 100644
--- a/vnfs/vLB/scripts/v_packetgen_install.sh
+++ b/vnfs/vLB/scripts/v_packetgen_install.sh
@@ -51,7 +51,6 @@ apt-get install -y make wget openjdk-8-jdk gcc libcurl4-openssl-dev python-pip b
pip install jsonschema
# Download vFirewall demo code for packet generator
-mkdir /opt/config
mkdir /opt/honeycomb
cd /opt
wget $REPO_URL_BLOB/org.onap.demo/vnfs/vlb/$INSTALL_SCRIPT_VERSION/v_packetgen_for_dns_demo_init.sh