Skip to content

Commit

Permalink
CLOUDSTACK-8616 - the systemvm packages are installed from install_sy…
Browse files Browse the repository at this point in the history
…stemvm_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 <[email protected]>
  • Loading branch information
wilderrodrigues committed Jul 16, 2015
1 parent 4b3db3d commit 0834859
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit 0834859

Please sign in to comment.