You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/common
Megan Marsh cd74456026
Common provisioner helpers (#10229)
5 years ago
..
adapter allow a provisioner to timeout 7 years ago
bootcommand Add vSphere HCL examples to the docs (#9674) 6 years ago
chroot Add tests for StepCopyFiles. 6 years ago
filelock Shadow the flock pkg & add a noop filelock so that at least the solaris binary can be built 7 years ago
guestexec Common provisioner helpers (#10229) 5 years ago
iochan use our own copy of iochan.LineReader 7 years ago
json
net move custom http client creation with env proxy args into same package as other network related helpers 5 years ago
packerbuilderdata move GeneratedData struct and PlaceholderMsg to same package under common 5 years ago
random Fix azure winrm_password attribution and allow to set winrm_username (#8928) 6 years ago
retry builder/azure-arm: Update logic for setting subscriptionID (#8685) 6 years ago
shell use shell struct in shell-local provisioner and post-processor. 6 years ago
shell-local move localexec to common/shell-local dir since it is related to shelling out locally 5 years ago
shutdowncommand Change back to make sure all durations are a time.Duration 6 years ago
template Add HCL2 aws_secretsmanager function (#10124) 5 years ago
test-fixtures Add iso config test for checksum from file specific case (#8897) 6 years ago
uuid
command.go Move CommandWrapper & ShellCommand to common 6 years ago
config.go Use the hashicorp/go-getter to download files 7 years ago
extra_iso_config.go add support for using xorriso to create the cdrom iso (#9919) 6 years ago
extra_iso_config_test.go Implement cd_files option. The Addfile code is modified from the floppy_files 6 years ago
floppy_config.go packer.io prefix removal, html extension remove for in-code errors 6 years ago
floppy_config_test.go
http_config.go Adds ability to specify interfaces for http_directroy and VM for the Proxmox builder (#9874) 6 years ago
http_config_test.go use port as ints 7 years ago
iso_config.go Add vSphere HCL examples to the docs (#9674) 6 years ago
iso_config_test.go Drop the iso_checksum_type & iso_checksum_url fields (#8437) 6 years ago
multistep_debug.go
multistep_runner.go add on-error flag option to run cleanup provisioner 6 years ago
packer_config.go replace scrubconfig with packer.LogSecretFilter.Set 8 years ago
retry.go
retry_test.go
step_cleanup_temp_keys.go allow a provisioner to timeout 7 years ago
step_create_cdrom.go move localexec to common/shell-local dir since it is related to shelling out locally 5 years ago
step_create_cdrom_test.go Implement cd_files option. The Addfile code is modified from the floppy_files 6 years ago
step_create_floppy.go use printf for logging 7 years ago
step_create_floppy_test.go Merge pull request #8310 from alrs/resuscitate-common-floppy-tests 6 years ago
step_download.go builder/vsphere: skip iso download if hashed file is already present in remote packer_cache 5 years ago
step_download_test.go fix tests 5 years ago
step_http_server.go add the ability to configure the http bind address. defaults to 0.0.0.0. 6 years ago
step_output_dir.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_output_dir_test.go fix tests 5 years ago
step_provision.go fix agent auth in ssh communicator for ansible provisioner (#9488) 6 years ago
step_provision_test.go Replace file shared state by statebag (#9238) 6 years ago
terminal.go Moved the progress bar out of packer.Ui and unlinked it out of all the packer.Ui implementations. Split up the terminal-related functions into a separate terminal.go and calculate the progress bar width by traversing through packer.Ui to avoid the issue with github.com/ugorji/go/codec serializing private members (or unsafe pointers) of structs. Shuffled some arguments around in getConsoleScreenBufferInfo in common/terminal_windows.go so that the interface forces the user to correctly declare a _CONSOLE_SCREEN_BUFFER_INFO type. 8 years ago
terminal_posix.go fix goimports 6 years ago
terminal_test.go Moved the progress bar out of packer.Ui and unlinked it out of all the packer.Ui implementations. Split up the terminal-related functions into a separate terminal.go and calculate the progress bar width by traversing through packer.Ui to avoid the issue with github.com/ugorji/go/codec serializing private members (or unsafe pointers) of structs. Shuffled some arguments around in getConsoleScreenBufferInfo in common/terminal_windows.go so that the interface forces the user to correctly declare a _CONSOLE_SCREEN_BUFFER_INFO type. 8 years ago
terminal_windows.go Moved the progress bar out of packer.Ui and unlinked it out of all the packer.Ui implementations. Split up the terminal-related functions into a separate terminal.go and calculate the progress bar width by traversing through packer.Ui to avoid the issue with github.com/ugorji/go/codec serializing private members (or unsafe pointers) of structs. Shuffled some arguments around in getConsoleScreenBufferInfo in common/terminal_windows.go so that the interface forces the user to correctly declare a _CONSOLE_SCREEN_BUFFER_INFO type. 8 years ago