hashicorp/packer-plugin-sdk

Whenever bootstrap files hosted in the http_directory are accessed, it should show in the logs

Open

#50 opened on Apr 5, 2021

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Go (60 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (42 stars)
PR merge metrics
 (PR metrics pending)

Description

Here is a simple suggestion to save us lots of time in debugging.

In images like virtualbox-iso, one can host files using the http_directory parameter.

These files are are, for example, "install settings" used in debian and ubuntu.

On a good day, everything works as expected.

On other days, it would be great if the internal HTTP server on packer showed some very basic access logs, so we could be sure our ISO image is hitting the HTTP server to download the files and this way narrow down whatever error we are having to "before" or "after" downloading the HTTP file.

Contributor guide