From 02ca9c25b32411613ae6061e619c49132e0cd7e2 Mon Sep 17 00:00:00 2001 From: Alex Huang Date: Mon, 1 Oct 2012 17:14:24 -0700 Subject: [PATCH] Applied patch to get rid of cloud-premium --- tools/build/installer/rpminstall_full.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/build/installer/rpminstall_full.sh b/tools/build/installer/rpminstall_full.sh index 5e6f0c39c2a..4033297138a 100755 --- a/tools/build/installer/rpminstall_full.sh +++ b/tools/build/installer/rpminstall_full.sh @@ -111,13 +111,14 @@ if [ "$installtype" == "q" -o "$installtype" == "Q" ] ; then elif [ "$installtype" == "m" -o "$installtype" == "M" ] ; then echo "Installing the Management Server..." >&2 - doinstall cloud-client cloud-premium + doinstall cloud-client true elif [ "$installtype" == "a" -o "$installtype" == "A" ] ; then echo "Installing the Agent..." >&2 - if doinstall cloud-agent cloud-premium ; then + if doinstall cloud-agent; then + echo "Agent installation is completed, please add the host from management server" >&2 else true @@ -130,7 +131,7 @@ elif [ "$installtype" == "b" -o "$installtype" == "B" ] ; then elif [ "$installtype" == "s" -o "$installtype" == "S" ] ; then echo "Installing the Usage Server..." >&2 - doinstall cloud-usage cloud-premium + doinstall cloud-usage true elif [ "$installtype" == "d" -o "$installtype" == "D" ] ; then