added some missing packages for floodlight installation 04/1504/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Thu, 30 Mar 2017 16:34:38 +0000 (18:34 +0200)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 4 Apr 2017 16:04:53 +0000 (18:04 +0200)
Change-Id: I7c8f3e14f2a277570277bac95bfcb67bfad71f0c
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
scripts/install-floodlight.sh

index 74c1c00..1f9bd9c 100755 (executable)
@@ -109,8 +109,8 @@ echo '
 #####        DOWNLOADING AND CONFIGURE FLOODLIGHT           #####
 #################################################################'
     #Install Java JDK and Ant packages at the VM 
-    [ "$_DISTRO" == "Ubuntu" ] && install_packages "build-essential default-jdk ant python-dev screen wget" #TODO revise if packages are needed apart from ant
-    [ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && install_package "                 ant screen wget"
+    [ "$_DISTRO" == "Ubuntu" ] && install_packages "build-essential default-jdk ant python-dev screen wget python-argcomplete python-requests python-yaml" #TODO revise if packages are needed apart from ant
+    [ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && install_package "                 ant screen wget python-argcomplete python-requests python-yaml"
 
   #floodlight 0.9
     echo "downloading v0.90 from the oficial page"