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]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/08348593 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/08348593 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/08348593 Branch: refs/heads/reporter Commit: 08348593a2ec03767e92ff247f6279df76434194 Parents: 4b3db3d Author: wilderrodrigues <[email protected]> Authored: Tue Jul 14 23:11:18 2015 +0200 Committer: wilderrodrigues <[email protected]> Committed: Thu Jul 16 13:14:49 2015 +0200 ---------------------------------------------------------------------- .../definitions/systemvmtemplate/install_systemvm_packages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/08348593/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh b/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh index 83117a1..203f45a 100644 --- a/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh +++ b/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh @@ -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
