mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	Applied patch to get rid of cloud-premium
This commit is contained in:
		
							parent
							
								
									5547824834
								
							
						
					
					
						commit
						02ca9c25b3
					
				| @ -111,13 +111,14 @@ if [ "$installtype" == "q" -o "$installtype" == "Q" ] ; then | |||||||
| elif [ "$installtype" == "m" -o "$installtype" == "M" ] ; then | elif [ "$installtype" == "m" -o "$installtype" == "M" ] ; then | ||||||
| 
 | 
 | ||||||
|     echo "Installing the Management Server..." >&2 |     echo "Installing the Management Server..." >&2 | ||||||
|     doinstall cloud-client cloud-premium  |     doinstall cloud-client | ||||||
|     true |     true | ||||||
| 
 | 
 | ||||||
| elif [ "$installtype" == "a" -o "$installtype" == "A" ] ; then | elif [ "$installtype" == "a" -o "$installtype" == "A" ] ; then | ||||||
| 
 | 
 | ||||||
|     echo "Installing the Agent..." >&2 |     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 |         echo "Agent installation is completed, please add the host from management server" >&2 | ||||||
|     else |     else | ||||||
|         true |         true | ||||||
| @ -130,7 +131,7 @@ elif [ "$installtype" == "b" -o "$installtype" == "B" ] ; then | |||||||
| elif [ "$installtype" == "s" -o "$installtype" == "S" ] ; then | elif [ "$installtype" == "s" -o "$installtype" == "S" ] ; then | ||||||
| 
 | 
 | ||||||
|     echo "Installing the Usage Server..." >&2 |     echo "Installing the Usage Server..." >&2 | ||||||
|     doinstall cloud-usage cloud-premium  |     doinstall cloud-usage | ||||||
|     true |     true | ||||||
| 
 | 
 | ||||||
| elif [ "$installtype" == "d" -o "$installtype" == "D" ] ; then | elif [ "$installtype" == "d" -o "$installtype" == "D" ] ; then | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user