Conversation
Update troubleshooting section to reflect the possiblity to validate the configuration before testing it in the wild.
| cd subiquity && make install_deps | ||
| ./scripts/validate-autoinstall-user-data.py ../ubuntu-autoinstall/user-data | ||
|
|
||
| .. note:: The first line in the user-data file have to be "#cloud-config" |
There was a problem hiding this comment.
This isn't necessarily true, but is something we're working towards making more clear in the documentation about when it is.
There was a problem hiding this comment.
was my experience when testing and when i look and the source code.
Chris-Peterson444
left a comment
There was a problem hiding this comment.
I like this! Although I don't think this should go in the bug reporting section. This is actually something I have been working on and plan to give some more focus in the coming weeks. I would like to have a whole how-to page for Autoinstall validation. See #1901 for some of the work so far. Would you mind instead commenting on improvements you would like to see there?
Of course. A extra section seems to be the better approach. |
Update troubleshooting section to reflect the possiblity to validate the configuration before testing it in the wild.
Driven by; #1933