Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use yaml library to write cloud-init's user-data #1235

Closed
skobyda opened this issue Oct 3, 2023 · 2 comments
Closed

Use yaml library to write cloud-init's user-data #1235

skobyda opened this issue Oct 3, 2023 · 2 comments

Comments

@skobyda
Copy link
Contributor

skobyda commented Oct 3, 2023

At src/scripts/install_machine.py we write cloud-init's user-data yaml file ourself. Perhaps this could be simplified by using some library for that.

Proposed by @jelly at #1150 (comment)

@skobyda skobyda changed the title Use yaml library to write Use yaml library to write cloud-init's user-data Oct 3, 2023
@martinpitt
Copy link
Member

I'm not a fan. Writing YAML is super easy, we really don't need Yet Another Dependency for that. YAML is (rather) hard to parse, but we don't have to do that.

@jelly
Copy link
Member

jelly commented Oct 4, 2023

Let's close this then.

@jelly jelly closed this as completed Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants