You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/08/17 08:05:16 UTC

[GitHub] [cloudstack] rhtyd commented on a change in pull request #5317: systemvmtemplate: bump to Debian 11.0.0 systemvmtemplate

rhtyd commented on a change in pull request #5317:
URL: https://github.com/apache/cloudstack/pull/5317#discussion_r690133722



##########
File path: tools/appliance/systemvmtemplate/scripts/install_systemvm_packages.sh
##########
@@ -59,19 +60,21 @@ function install_packages() {
     xenstore-utils libxenstore3.0 \
     ipvsadm conntrackd libnetfilter-conntrack3 \
     keepalived irqbalance \
-    ipcalc \
     openjdk-11-jre-headless \
-    ipset \
+    ipcalc ipset \
     iptables-persistent \
     libtcnative-1 libssl-dev libapr1-dev \
-    python-flask \
     haproxy \
     haveged \
     radvd \
     sharutils genisoimage \
     strongswan libcharon-extra-plugins libstrongswan-extra-plugins strongswan-charon strongswan-starter \
     virt-what open-vm-tools qemu-guest-agent hyperv-daemons
 
+  # python2-netaddr workaround
+  wget https://github.com/shapeblue/cloudstack-nonoss/raw/main/python-netaddr_0.7.19-1_all.deb

Review comment:
       Yes that would be separate refactoring needed to get rid of netaddr dependency; I did n't want to change too many things in this PR




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org