You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It then waits and eventually creates some keys. Then login appears. Wrong/default hostname though.
Then cloud init says en_US.UTF-8... done which means it's not ignoring the file completely (I guess).
Then it regenerates a machine id and prints fingerprints for user debian.
Later it says no authorized ssh keys fingerprints found for user debian
A little confused I am wondering - are things broken?
Then I found issue #138 and realized that all that was missing was the #cloud-config shebang.
It would be fantastic if this could be checked by the script - and not just that's a valid yml file.
The text was updated successfully, but these errors were encountered:
tcurdt
changed the title
cloud init not working
not validating required shebang for cloud init files
Jan 29, 2019
Running
bootconf
gets appliedusing this file
the cloud init gives problems.
When booting it's strange that eth0 is not up. Then the cloud prints
It then waits and eventually creates some keys. Then login appears. Wrong/default hostname though.
Then cloud init says
en_US.UTF-8... done
which means it's not ignoring the file completely (I guess).Then it regenerates a machine id and prints fingerprints for user
debian
.Later it says
no authorized ssh keys fingerprints found for user debian
A little confused I am wondering - are things broken?
Then I found issue #138 and realized that all that was missing was the
#cloud-config
shebang.It would be fantastic if this could be checked by the script - and not just that's a valid yml file.
The text was updated successfully, but these errors were encountered: