On 7/7/21 2:28 PM, André Michel Schulz wrote:
Hello everyone, All right? I'm working on creating a software installation process using the cloud init, but I'm kind of a layman on the subject, in my tests the following errors are returned: util.py[WARNING]: Failed loading yaml blob. Invalid format at line 60 column 1: "while scanning for the next token I'm using a shell script.
You are using a shell script for what?The error message tells you that cloud-init is expecting YAML and that the file that is being parsed has a syntax error. The YAML parser cannot find a token, i.e. a '-', '--', or ':' that is expected.
More details will be required.Are you trying to pass user data? Is this built into an image and you want to execute a custom script on first boot?
Later, Robert
*--* Para. / Cumprimentos *André Schulz* *SRE | N1* +55(45) 3326-4568 <callto:+55(45)+3326-4568> +55 (45) 98418-0968 <callto:+55+(45)+98418-0968> [email protected] www.brascloud.com.br <https://www.facebook.com/brascloud> <https://www.instagram.com/brascloud/> <https://www.linkedin.com/company-beta/15227203/> <https://twitter.com/bras_cloud>
-- Robert Schweikert MAY THE SOURCE BE WITH YOU Distinguished Engineer LINUX Technical Team Lead Public Cloud [email protected] IRC: robjo
OpenPGP_signature
Description: OpenPGP digital signature
-- Mailing list: https://launchpad.net/~cloud-init Post to : [email protected] Unsubscribe : https://launchpad.net/~cloud-init More help : https://help.launchpad.net/ListHelp

