resmo commented on a change in pull request #2198: CLOUDSTACK-10013: Migrate to
Debian9 for systemvmtemplate
URL: https://github.com/apache/cloudstack/pull/2198#discussion_r129118274
##########
File path:
tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh
##########
@@ -67,16 +67,16 @@ function install_packages() {
xenstore-utils libxenstore3.0 \
conntrackd ipvsadm libnetfilter-conntrack3 libnl-3-200 libnl-genl-3-200 \
ipcalc \
+ openjdk-8-jre-headless \
ipset \
iptables-persistent \
libtcnative-1 libssl-dev libapr1-dev \
python-flask \
haproxy \
radvd \
- sharutils
-
- ${apt_get} -t wheezy-backports install keepalived irqbalance open-vm-tools
qemu-guest-agent
- ${apt_get} -t wheezy-backports install strongswan libcharon-extra-plugins
libstrongswan-extra-plugins
+ sharutils \
+ keepalived irqbalance open-vm-tools qemu-guest-agent \
+ strongswan libcharon-extra-plugins libstrongswan-extra-plugins
Review comment:
@rhtyd seems I missed that one, and the
f045d65b90b9b241968d8e7d574bf4e404397a4a does the changes needed. never mind. :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services