Skip to content

Commit 0834859

Browse files
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 <[email protected]>
1 parent 4b3db3d commit 0834859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function install_packages() {
6565
xl2tpd bcrelay ppp ipsec-tools tdb-tools \
6666
openswan=1:2.6.37-3 \
6767
xenstore-utils libxenstore3.0 \
68-
keepalived conntrackd ipvsadm libnetfilter-conntrack3 libnl1 \
68+
conntrackd ipvsadm libnetfilter-conntrack3 libnl1 \
6969
ipcalc \
7070
openjdk-7-jre-headless \
7171
iptables-persistent \
@@ -75,7 +75,7 @@ function install_packages() {
7575
radvd \
7676
sharutils
7777

78-
${apt_get} -t wheezy-backports install irqbalance open-vm-tools
78+
${apt_get} -t wheezy-backports install keepalived irqbalance open-vm-tools
7979

8080
# hold on installed openswan version, upgrade rest of the packages (if any)
8181
apt-mark hold openswan

0 commit comments

Comments
 (0)