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


##########
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:
   I suppose the question is - is there a way to refactor the script/sequence 
in a way that avoids building a new template everytime the first-run scripts 
(such as init.sh or cloud-early-config) are changed? This would improve the 
maintainability of the systemvmtemplates. @Pearl1594 @weizhouapache 



-- 
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