Terraform deployment - Cloud-init issues #1211
-
Hey there, |_ | __ | | __ | | () __ __ _ _ __ | | ____ _ ___ / | | ___ _ __ () __ __ _ | | | _ \ ___ | | / | __ ___ __ | | ___ __ _ _ __ ___ _ _ _ __ ___ / | __ ___ __ | | ___ _ _ ___ ___ _ __ Adding system user / | | | | | ___ | | _ __ __ _ _ __ ___ ___
/ \ | |() _ | | _ __ ___ _ _| | ___ Port 64295 sed: can't read /etc/pam.d/cockpit: No such file or directory / | |/ \ | \ | | _ \ / \ | _ | _ \ | _ \ _ | | | ()_ __ ___ __ _ __ _ ___ ___ Seems like the packages (npm, docker etc.) were not automatically installed when using the cloud init. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@velakuruday Terraform is a community developed feature. |
Beta Was this translation helpful? Give feedback.
-
Hi @velakuruday |
Beta Was this translation helpful? Give feedback.
Hi @velakuruday
not really a cloud-init issue as I see it.
Those packages get installed by the tpot installer script, not by cloud-init.
Install happens here, package list is determined here and the package list can be found here.
So maybe there is an issue during the package installation itself or an issue with the used package mirror.
Could you check the
/install.log
&/install.err
for any hints?