Commit Graph

520 Commits (4fb05e5bc4c52db4c950b687de034cfbbd25cb97)

Author SHA1 Message Date
Adrien Delorme 299544a4c7 Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
7 years ago
Lars Lehtonen a98f2d2170
common: fix dropped errors and warnings in test
7 years ago
Adrien Delorme 3fe9d52e3f Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
7 years ago
allinwait 34ba03d3cb use printf for logging
7 years ago
allinwait 171c2a9a07 add the floppy label option
7 years ago
Adrien Delorme 597a3e323b Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
7 years ago
Adrien Delorme aa9cc919ab Merge branch 'master' into circle_ci_windows
7 years ago
Adrien Delorme 146b88ba1e Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
7 years ago
DanHam 2b6286c31c
Fix powershell formatting. Match style for conditionals
7 years ago
Adrien Delorme 7ba91b7d25 configure_port_test.go: don't panic when error is not what we expected
7 years ago
Marcin Bojko d4ff29f6c5 hyper-v fix when management interface is not part of virtual switch
7 years ago
Adrien Delorme 4cb7c30987 Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
7 years ago
Megan Marsh cd3b39ad17 commit generated code
7 years ago
Stephen Fox a6830f8348 Move 'ui' variable closer to invocation.
7 years ago
Stephen Fox e362d2f3ee Use 'log.Printf()' for StepDownload debug instead of 'ui.Say()'.
7 years ago
Megan Marsh 90c5da40f2 implement abort logic and printing for the askstep implementation as well
7 years ago
Megan Marsh 54034689ef On abort, return gracefully rather than exiting so that the subprocess doesn't unexpectedly disconnect from the parent and cause a confusing EOF error in the logs
7 years ago
Christian Muehlhaeuser 216afbaa8b
Fixed various typos
7 years ago
Megan Marsh e9549d2688 add test for local fs download
7 years ago
Megan Marsh 197a283b5e actually check for filepath being present
7 years ago
Megan Marsh 64f16474f8 fix double slash conundrum
7 years ago
WilliamB aef77771c0 Correct HTTPIP == FALSE on HyperV builder
7 years ago
Megan Marsh d6d4eb2087 fix some tests and some config behavior to prevent null dereference errors and incorrect precedence between iso checksum and iso checksum url
7 years ago
Megan Marsh 998ef4053f parse checksum file so that we can use the checksums inside in the vmware-esxi builder stepuploadiso
7 years ago
Megan Marsh 88d589cc88 enable smb share double backslash pathing too
7 years ago
Megan Marsh 12471a8b06 use file getter for smb shares
7 years ago
Adrien Delorme 735b34e01f Document the virtualbox-iso builder using partials
7 years ago
Adrien Delorme 4c1abf828c
Merge branch 'master' into scrape_doc_to_builder_struct_config
7 years ago
Megan Marsh 8d25cc578f
Merge pull request #7746 from hashicorp/fix_7671
7 years ago
Adrien Delorme daa9f9d34e Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
7 years ago
Adrien Delorme 425ad1c67e generate Shutdown command docs from strutc & use in hyperv
7 years ago
Adrien Delorme c11ef90cb6 use interpolate.NewContext() instead of testConfigTemplate(t)
7 years ago
Adrien Delorme 926c8bbaa6 refactor ShutdownConfig into a single struct
7 years ago
Adrien Delorme 24fad50b00 hyperv-iso: document boot config, http & floppy from partials
7 years ago
Adrien Delorme 3bb8c92902 qemu: document boot command from struct
7 years ago
Adrien Delorme b48d22b43b qemu: document FloppyConfig from struct
7 years ago
Adrien Delorme 3b66cac617 document HTTPConfig from struct
7 years ago
Megan Marsh 2e821da84b check to make sure a vm-name isn't already in use before trying to launch a vm with said name.
7 years ago
Adrien Delorme dbfadc0eea generate struct markdown from common/iso_config.go
7 years ago
Adrien Delorme 20a152d4aa add comments to common/iso_config.go from docs
7 years ago
Adrien Delorme ca33f8bc5c Revert "Backoff.Linear: panic when InitialBackoff > MaxBackoff"
7 years ago
Adrien Delorme 39cfacd5fa Backoff.Linear: panic when InitialBackoff > MaxBackoff
7 years ago
Adrien Delorme 36e4eaff99 document retry.Backoff better
7 years ago
Radek Simko 8519da6ce9
common/net: Cleanup cache of used port after closing
7 years ago
Adrien Delorme b329073e54 remove trying port log as retry code will show errors
7 years ago
Adrien Delorme 38f789eedc add error types to test for
7 years ago
Adrien Delorme 14f2d1c132 ListenRangeConfig:Listen: use the retry pkg to wait a bit in between opens
7 years ago
Adrien Delorme e14d1b8b0b add a timeout trying to open a random port
7 years ago
Adrien Delorme 2fd7adffc4 add tests for ListenRangeConfig.Listen
7 years ago
Adrien Delorme d9e5145de9 Shadow the flock pkg & add a noop filelock so that at least the solaris binary can be built
7 years ago