Make install message more consistant for parsing 82/55182/1
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 19 Apr 2017 00:58:29 +0000 (10:58 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 19 Apr 2017 00:58:29 +0000 (10:58 +1000)
Change-Id: I048dddcab82da0ccb7fa5c633c4ffebec5853f9e
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
packer/provision/java-builder.sh
packer/provision/mininet-ovs-2.5.sh

index 6ef6dd271d4b29a95c1f5072782d9f06c3abcd3f..b160dd9ba839569e88bbd0f3887f3db492ab7534 100644 (file)
@@ -45,21 +45,21 @@ yum-config-manager -y --add-repo http://download.mono-project.com/repo/centos/
 yum -y install mono-complete nuget
 
 # Needed by TSDR
-echo "Installing the Hbase Server..."
+echo "---> Installing the Hbase Server..."
 mkdir /tmp/Hbase
 cd /tmp/Hbase
 wget --no-verbose http://apache.osuosl.org/hbase/hbase-0.94.27/hbase-0.94.27.tar.gz
 tar -xvf hbase-0.94.27.tar.gz
 
 # Needed by TSDR
-echo "Installing the Cassandra Server..."
+echo "---> Installing the Cassandra Server..."
 mkdir /tmp/cassandra
 cd /tmp/cassandra
 wget --no-verbose http://apache.osuosl.org/cassandra/2.1.16/apache-cassandra-2.1.16-bin.tar.gz
 tar -xvf apache-cassandra-2.1.16-bin.tar.gz
 
 # Generally useful for all projects
-echo "Installing the Elasticsearch node..."
+echo "---> Installing the Elasticsearch node..."
 mkdir /tmp/elasticsearch
 cd /tmp/elasticsearch
 wget --no-verbose https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.5.tar.gz
@@ -74,7 +74,7 @@ unzip packer_0.12.2_linux_amd64.zip -d /usr/local/bin/
 mv /usr/local/bin/packer /usr/local/bin/packer.io
 
 #Check out 6Wind quagga with tag name '20170330', compile and install for router functionalities
-echo "Installing the Quagga..."
+echo "---> Installing the Quagga..."
 mkdir -p /tmp/build_quagga
 cd /tmp/build_quagga
 git clone https://github.com/6WIND/zrpcd.git
@@ -84,4 +84,4 @@ chmod a+x /tmp/build_quagga/zrpcd/pkgsrc/dev_compile_script.sh
 /tmp/build_quagga/zrpcd/pkgsrc/dev_compile_script.sh -d -b -t
 
 # Removing the build_quagga folder
-rm -rf /tmp/build_quagga/
\ No newline at end of file
+rm -rf /tmp/build_quagga/
index 171a764a3d176aadf1b628f948292c1bcd1f5deb..68999d83ded120afaf4cacb6b170f7dff97f4938 100644 (file)
@@ -49,7 +49,7 @@ apt-get install vlan
 apt-get install python-netaddr
 
 #Check out 6Wind quagga with tag name '20170330', compile and install for router functionalities
-echo "Installing the 6Wind Quagga..."
+echo "---> Installing the 6Wind Quagga..."
 mkdir -p /tmp/build_quagga
 cd /tmp/build_quagga
 git clone https://github.com/6WIND/zrpcd.git
@@ -66,4 +66,4 @@ chmod a+x /tmp/build_quagga/zrpcd/pkgsrc/dev_compile_ubuntu16.04_script.sh
 /tmp/build_quagga/zrpcd/pkgsrc/dev_compile_ubuntu16.04_script.sh -d -b -t
 
 # Removing the build_quagga folder
-rm -rf /tmp/build_quagga/
\ No newline at end of file
+rm -rf /tmp/build_quagga/