Pearl1594 commented on code in PR #6435:
URL: https://github.com/apache/cloudstack/pull/6435#discussion_r904767558


##########
systemvm/debian/opt/cloud/bin/setup/init.sh:
##########
@@ -188,6 +188,7 @@ setup_interface_sshd() {
     setup_sshd $ETH1_IP "eth1"
 
   elif [ "$TYPE" == "vpcrouter" ]; then
+    init_interfaces "eth0"

Review Comment:
   With the new approach the IP on the interfaces need to be available right at 
the time of VM boot up, so that we can perform the scp operation , so, I am not 
sure moving this to a separate script would eliminated the need to build a new 
systemVM template.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to