vishesh92 commented on code in PR #11654:
URL: https://github.com/apache/cloudstack/pull/11654#discussion_r2356324528
##########
tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh:
##########
@@ -132,15 +132,41 @@ function configure_services() {
# Disable container services
systemctl disable containerd
- # Disable cloud init by default
-cat <<EOF > /etc/cloud/cloud.cfg.d/cloudstack.cfg
-datasource_list: ['CloudStack']
-datasource:
- CloudStack:
- max_wait: 120
- timeout: 50
+
+ cat <<EOF > /etc/cloud/cloud.cfg.d/cloudstack.cfg
Review Comment:
I can remove my changes from this file and as part of postinit.sh when
userdata is specified, I can overwrite `/etc/cloud/cloud.cfg.d/cloudstack.cfg`
with the below config.
--
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]