weizhouapache commented on PR #9575: URL: https://github.com/apache/cloudstack/pull/9575#issuecomment-2306679252
> @nvazquez do you mean the second userdata2 should not contain #cloud-config as header? > > Userdata1 > > ``` > #cloud-config > chpasswd: > list: | > root:password > expire: False > ``` > > Userdata2 > > ``` > write_files: > - path: /root/CLOUD_INIT_WAS_HERE > ``` > > I have tried deploying a vm with 2 userdata but it was not successfull @kiranchavala I think the idea is - userdata1 must have a header - userdata2 header is optional. If userdata2 does not have a header, it will be considered to have the same header as userdata1 -- 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]
