You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/07/24 18:27:57 UTC

[GitHub] rhtyd commented on a change in pull request #2198: CLOUDSTACK-10013: Migrate to Debian9 for systemvmtemplate

rhtyd commented on a change in pull request #2198: CLOUDSTACK-10013: Migrate to Debian9 for systemvmtemplate
URL: https://github.com/apache/cloudstack/pull/2198#discussion_r129116498
 
 

 ##########
 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:
   @resmo but we moved to strongswan since 4.10 see we were installing strongswan from wheezy-backports /cc @swill ?
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services