Skip to content

Commit 02ca9c2

Browse files
author
Alex Huang
committed
Applied patch to get rid of cloud-premium
1 parent 5547824 commit 02ca9c2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tools/build/installer/rpminstall_full.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,14 @@ if [ "$installtype" == "q" -o "$installtype" == "Q" ] ; then
111111
elif [ "$installtype" == "m" -o "$installtype" == "M" ] ; then
112112

113113
echo "Installing the Management Server..." >&2
114-
doinstall cloud-client cloud-premium
114+
doinstall cloud-client
115115
true
116116

117117
elif [ "$installtype" == "a" -o "$installtype" == "A" ] ; then
118118

119119
echo "Installing the Agent..." >&2
120-
if doinstall cloud-agent cloud-premium ; then
120+
if doinstall cloud-agent; then
121+
121122
echo "Agent installation is completed, please add the host from management server" >&2
122123
else
123124
true
@@ -130,7 +131,7 @@ elif [ "$installtype" == "b" -o "$installtype" == "B" ] ; then
130131
elif [ "$installtype" == "s" -o "$installtype" == "S" ] ; then
131132

132133
echo "Installing the Usage Server..." >&2
133-
doinstall cloud-usage cloud-premium
134+
doinstall cloud-usage
134135
true
135136

136137
elif [ "$installtype" == "d" -o "$installtype" == "D" ] ; then

0 commit comments

Comments
 (0)