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

HTTP server support #58

Merged
merged 1 commit into from
Mar 22, 2023
Merged

HTTP server support #58

merged 1 commit into from
Mar 22, 2023

Conversation

edigaryev
Copy link
Contributor

Resolves #29.

@edigaryev edigaryev merged commit 0c52831 into main Mar 22, 2023
@edigaryev edigaryev deleted the http-server-support branch March 22, 2023 14:40
@HariSekhon
Copy link

Where is this HTTP server support documented?

@@ -50,6 +51,9 @@ func (b *Builder) Prepare(raws ...interface{}) (generatedVars []string, warnings
err = config.Decode(&b.config, &config.DecodeOpts{
PluginType: "packer.builder.tart",
Interpolate: true,
InterpolateFilter: &interpolate.RenderFilter{
Exclude: []string{"boot_command"},
Copy link

@HariSekhon HariSekhon Jun 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am finding that when I tried adding http_directory it started ignoring my boot_command - could it be due to this?

Update: it actually seems to be ignoring my boot_wait = "5s" and the keystrokes are sent after 30 seconds which is too late

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Answered in #76 (comment).

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

Successfully merging this pull request may close these issues.

Implement HTTP directory configuration
3 participants