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/builder/amazon/common
Megan Marsh e658a50880
refactored step_ami_region_copy to fix bugs and clarify assumptions; added more tests for that step.
7 years ago
..
access_config.go fix proxy and tls 7 years ago
access_config_test.go make ValidateRegion a member of *AccessConfig and make it variadic 7 years ago
ami_config.go add skip_save_build_region flag to fix naming conflicts when building for multiple regions 7 years ago
ami_config_test.go Enable encrypted AMIs with custom KMS Keys 7 years ago
artifact.go remove unused imports 7 years ago
artifact_test.go Natural order of AMI artifacts 9 years ago
block_device.go refactored step_ami_region_copy to fix bugs and clarify assumptions; added more tests for that step. 7 years ago
block_device_test.go aws: allow to pass nil bool as encryption parameter 7 years ago
build_filter.go builder/amazon: Add suppport for vpc_filter and subnet_filter 8 years ago
errors.go use a UI wrapper to auto-decode error messages 8 years ago
errors_test.go use a UI wrapper to auto-decode error messages 8 years ago
interpolate_build_info.go Expose more source ami data in the template 8 years ago
interpolate_build_info_test.go Add interpolate_build_info_test tests 8 years ago
regions.go aws: document ValidateRegion better 7 years ago
run_config.go Revert "move SSHInterface/SSHIPVersion fields to communitator.Config struct" 7 years ago
run_config_test.go add a test to make sure we don't error becaue of spot price auto product, yet 7 years ago
ssh.go Remove remaining unused ssh config funcs and add missing calls (#6622) 8 years ago
ssh_test.go move multistep imports to helper. 8 years ago
state.go add tests for step_ami_region_copy 7 years ago
state_test.go refactored env var code and tests so that I don't have to set env vars during tests to check logic 8 years ago
step_ami_region_copy.go refactored step_ami_region_copy to fix bugs and clarify assumptions; added more tests for that step. 7 years ago
step_ami_region_copy_test.go refactored step_ami_region_copy to fix bugs and clarify assumptions; added more tests for that step. 7 years ago
step_cleanup_volumes.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_create_tags.go aws: step_create_tags make the max waiting time 30s and not 30ns 7 years ago
step_deregister_ami.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_get_password.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_key_pair.go refactor: replace the maxBackoff from 30 nanosecond to 30 seconds 7 years ago
step_modify_ami_attributes.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_modify_ebs_instance.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_network_info.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_pre_validate.go add skip_save_build_region flag to fix naming conflicts when building for multiple regions 7 years ago
step_run_source_instance.go move retry code into the common/retry pkg and make retry context aware 7 years ago
step_run_spot_instance.go fix build 7 years ago
step_run_spot_instance_test.go stop calculating spot bids; amazon changed the way spot instances are priced to be stable rather than bid-based, so when user sets auto, we can just default to the ondemand price and know that they'll get the same price as everyone else bidding at that time. 7 years ago
step_security_group.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_source_ami_info.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_source_ami_info_test.go change Builder to be passed a context for cancellation 7 years ago
step_stop_ebs_instance.go move retry code into the common/retry pkg and make retry context aware 7 years ago
tags.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
template_funcs.go introduce the clean_resource_name to clean image names and deprecate the old ones 7 years ago
template_funcs_test.go Fix not allowed comma, add all allowed special characters 11 years ago