mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8616 - the systemvm packages are installed from install_systemvm_packages.sh
- Adding keepalived installation in the right script. I added the change on the buildsystemvm.sh, which is no longer used. Signed-off-by: wilderrodrigues <wrodrigues@schubergphilis.com>
This commit is contained in:
parent
4b3db3d117
commit
08348593a2
|
|
@ -65,7 +65,7 @@ function install_packages() {
|
|||
xl2tpd bcrelay ppp ipsec-tools tdb-tools \
|
||||
openswan=1:2.6.37-3 \
|
||||
xenstore-utils libxenstore3.0 \
|
||||
keepalived conntrackd ipvsadm libnetfilter-conntrack3 libnl1 \
|
||||
conntrackd ipvsadm libnetfilter-conntrack3 libnl1 \
|
||||
ipcalc \
|
||||
openjdk-7-jre-headless \
|
||||
iptables-persistent \
|
||||
|
|
@ -75,7 +75,7 @@ function install_packages() {
|
|||
radvd \
|
||||
sharutils
|
||||
|
||||
${apt_get} -t wheezy-backports install irqbalance open-vm-tools
|
||||
${apt_get} -t wheezy-backports install keepalived irqbalance open-vm-tools
|
||||
|
||||
# hold on installed openswan version, upgrade rest of the packages (if any)
|
||||
apt-mark hold openswan
|
||||
|
|
|
|||
Loading…
Reference in New Issue