packer-cn/builder/alicloud/ecs
Megan Marsh ecaec1ac58 swap out alicloud encryption *bools for trileans 2019-08-22 13:52:29 -07:00
..
access_config.go support encryption with default service key 2019-04-26 15:12:07 +08:00
access_config_test.go update alicloud builder to use official SDK (#7477) 2019-04-26 10:37:49 +08:00
artifact.go support encryption with default service key 2019-04-26 15:12:07 +08:00
artifact_test.go remove alicloud_ prefix 2017-06-01 15:47:47 -07:00
builder.go update alicloud builder to use official SDK (#7477) 2019-04-26 10:37:49 +08:00
builder_acc_test.go fix describing snapshots issue when image_ignore_data_disks is provided 2019-06-11 15:22:06 +08:00
builder_test.go swap out alicloud encryption *bools for trileans 2019-08-22 13:52:29 -07:00
client.go cleanup image and snapshot if target image is still not available after timeout 2019-06-13 11:17:39 +08:00
client_test.go support encryption with default service key 2019-04-26 15:12:07 +08:00
image_config.go swap out alicloud encryption *bools for trileans 2019-08-22 13:52:29 -07:00
image_config_test.go update alicloud builder to use official SDK (#7477) 2019-04-26 10:37:49 +08:00
packer_helper.go update alicloud builder to use official SDK (#7477) 2019-04-26 10:37:49 +08:00
run_config.go implement custom data type "trilean" (tri-state-boolean) to track booleans which have a "null" or "unset" state. Previously we used *bool for these template options, but it turns out that those won't work because "unset" will evaluate to "false" if a user is using template variables to set the option that maps to a *bool. 2019-08-22 13:18:15 -07:00
run_config_test.go support disable_stop_instance option for some specific scenarios 2018-09-25 22:02:05 +08:00
ssh_helper.go refactor all copy pasted sshConfig with into communicator.Config.SSHConfigFunc 2018-08-22 17:02:23 +02:00
step_attach_keypair.go support encryption with default service key 2019-04-26 15:12:07 +08:00
step_check_source_image.go Fixed various typos 2019-07-25 06:49:51 +02:00
step_config_eip.go support encryption with default service key 2019-04-26 15:12:07 +08:00
step_config_key_pair.go update alicloud builder to use official SDK (#7477) 2019-04-26 10:37:49 +08:00
step_config_public_ip.go update alicloud builder to use official SDK (#7477) 2019-04-26 10:37:49 +08:00
step_config_security_group.go support encryption with default service key 2019-04-26 15:12:07 +08:00
step_config_vpc.go support encryption with default service key 2019-04-26 15:12:07 +08:00
step_config_vswitch.go support encryption with default service key 2019-04-26 15:12:07 +08:00
step_create_image.go swap out alicloud encryption *bools for trileans 2019-08-22 13:52:29 -07:00
step_create_instance.go swap out alicloud encryption *bools for trileans 2019-08-22 13:52:29 -07:00
step_create_snapshot.go fix describing snapshots issue when image_ignore_data_disks is provided 2019-06-11 15:22:06 +08:00
step_create_tags.go update alicloud builder to use official SDK (#7477) 2019-04-26 10:37:49 +08:00
step_delete_images_snapshots.go update alicloud builder to use official SDK (#7477) 2019-04-26 10:37:49 +08:00
step_pre_validate.go update alicloud builder to use official SDK (#7477) 2019-04-26 10:37:49 +08:00
step_region_copy_image.go swap out alicloud encryption *bools for trileans 2019-08-22 13:52:29 -07:00
step_run_instance.go update alicloud builder to use official SDK (#7477) 2019-04-26 10:37:49 +08:00
step_share_image.go update alicloud builder to use official SDK (#7477) 2019-04-26 10:37:49 +08:00
step_stop_instance.go update alicloud builder to use official SDK (#7477) 2019-04-26 10:37:49 +08:00