X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scripts%2Finstall-floodlight.sh;h=1f9bd9c8e4f9c0a6e737000c3a0774fbe0e6e6a6;hb=9cead2a0262deabadc900d580ef312fbc468efc0;hp=506d5c19f60f7a6c11df5d5c91f8bffdbb16c4f0;hpb=f7aa8c4db7a57d5865d3b7767d5957fda6867198;p=osm%2Fopenvim.git diff --git a/scripts/install-floodlight.sh b/scripts/install-floodlight.sh index 506d5c1..1f9bd9c 100755 --- a/scripts/install-floodlight.sh +++ b/scripts/install-floodlight.sh @@ -2,7 +2,7 @@ ## # Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. -# This file is part of openmano +# This file is part of openvim # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may @@ -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"