summaryrefslogtreecommitdiffstats
path: root/vnfs/vLB/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/vLB/scripts')
-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