Github user bhaisaab commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/587#discussion_r34578120
--- Diff: systemvm/patches/debian/buildsystemvm.sh ---
@@ -375,8 +375,10 @@ packages() {
chroot . apt-get --no-install-recommends -q -y --force-yes install
open-vm-tools
#xenstore utils
chroot . apt-get --no-install-recommends -q -y --force-yes install
xenstore-utils libxenstore3.0
- #keepalived and conntrackd
- chroot . apt-get --no-install-recommends -q -y --force-yes install
keepalived conntrackd ipvsadm libnetfilter-conntrack3 libnl1
+ #keepalived - install version 1.2.13 from wheezy backports
+ chroot . apt-get --no-install-recommends -q -y --force-yes -t
wheezy-backports install keepalived
--- End diff --
Any package related change needs to go into:
tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh
AFAIK, this buildsystemvm script is not used or maintained by anyone
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---