mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-7143: consider vhdutil a software package
This commit is contained in:
parent
06c1c16dc3
commit
3d4e4a6e09
@ -1,3 +1,8 @@
|
||||
fix_vhdutil() {
|
||||
wget --no-check-certificate http://download.cloud.com.s3.amazonaws.com/tools/vhd-util -O /bin/vhd-util
|
||||
chmod a+x /bin/vhd-util
|
||||
}
|
||||
|
||||
install_packages() {
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
DEBIAN_PRIORITY=critical
|
||||
@ -86,3 +91,4 @@ install_packages() {
|
||||
}
|
||||
|
||||
install_packages
|
||||
fix_vhdutil
|
||||
|
||||
@ -21,15 +21,6 @@ ROOTPW=password
|
||||
HOSTNAME=systemvm
|
||||
CLOUDSTACK_RELEASE=4.5.0
|
||||
|
||||
fix_vhdutil() {
|
||||
wget --no-check-certificate http://download.cloud.com.s3.amazonaws.com/tools/vhd-util -O /bin/vhd-util
|
||||
chmod a+x /bin/vhd-util
|
||||
}
|
||||
|
||||
do_fixes() {
|
||||
fix_vhdutil
|
||||
}
|
||||
|
||||
configure_apache2() {
|
||||
# Enable ssl, rewrite and auth
|
||||
a2enmod ssl rewrite auth_basic auth_digest
|
||||
@ -92,8 +83,6 @@ begin=$(date +%s)
|
||||
configure_services
|
||||
configure_apache2
|
||||
echo "*************DONE SETTING UP SERVICES********************"
|
||||
do_fixes
|
||||
echo "*************DONE FIXING CONFIGURATION********************"
|
||||
do_signature
|
||||
|
||||
fin=$(date +%s)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user