[ https://issues.apache.org/jira/browse/CLOUDSTACK-10109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16318028#comment-16318028 ]
ASF GitHub Bot commented on CLOUDSTACK-10109: --------------------------------------------- rhtyd commented on a change in pull request #2394: CLOUDSTACK-10109: Fix regression from PR #2295 URL: https://github.com/apache/cloudstack/pull/2394#discussion_r160343510 ########## File path: scripts/vm/hypervisor/kvm/setup_agent.sh ########## @@ -224,17 +224,5 @@ then setenforce 0 fi -which aria2c -if [ $? -gt 0 ] -then - yum install epel-release -y - yum install aria2 -y - if [ $? -gt 0 ] - then - printf "failed to install aria2" Review comment: fyi - this is removed as installing cloudstack-agent will install aria2 and this script assumes a yum-enabled system that will fail on debian/ubuntu etc. ---------------------------------------------------------------- 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: us...@infra.apache.org > Enable dedication of public IPs to SSVM and CPVM > ------------------------------------------------ > > Key: CLOUDSTACK-10109 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10109 > Project: CloudStack > Issue Type: New Feature > Security Level: Public(Anyone can view this level - this is the > default.) > Reporter: Nicolas Vazquez > Assignee: Nicolas Vazquez > Attachments: public01.png, public02.png, public03.png > > > It is required to dedicate a public IP range for SSVM and CPVM in order to > apply firewall rules to control inbound access. -- This message was sent by Atlassian JIRA (v6.4.14#64029)