|
|
|
|
@ -292,7 +292,7 @@ const testBuilderAccBasic = `
|
|
|
|
|
"type": "test",
|
|
|
|
|
"region": "cn-beijing",
|
|
|
|
|
"instance_type": "ecs.n1.tiny",
|
|
|
|
|
"source_image":"ubuntu_16_0402_64_20G_alibase_20180409.vhd",
|
|
|
|
|
"source_image":"ubuntu_18_04_64_20G_alibase_20190223.vhd",
|
|
|
|
|
"io_optimized":"true",
|
|
|
|
|
"ssh_username":"root",
|
|
|
|
|
"image_name": "packer-test_{{timestamp}}"
|
|
|
|
|
@ -305,7 +305,7 @@ const testBuilderAccRegionCopy = `
|
|
|
|
|
"type": "test",
|
|
|
|
|
"region": "cn-beijing",
|
|
|
|
|
"instance_type": "ecs.n1.tiny",
|
|
|
|
|
"source_image":"ubuntu_16_0402_64_40G_base_20170222.vhd",
|
|
|
|
|
"source_image":"ubuntu_18_04_64_20G_alibase_20190223.vhd",
|
|
|
|
|
"io_optimized":"true",
|
|
|
|
|
"ssh_username":"root",
|
|
|
|
|
"image_name": "packer-test_{{timestamp}}",
|
|
|
|
|
@ -320,7 +320,7 @@ const testBuilderAccForceDelete = `
|
|
|
|
|
"type": "test",
|
|
|
|
|
"region": "cn-beijing",
|
|
|
|
|
"instance_type": "ecs.n1.tiny",
|
|
|
|
|
"source_image":"ubuntu_16_0402_64_40G_base_20170222.vhd",
|
|
|
|
|
"source_image":"ubuntu_18_04_64_20G_alibase_20190223.vhd",
|
|
|
|
|
"io_optimized":"true",
|
|
|
|
|
"ssh_username":"root",
|
|
|
|
|
"image_force_delete": "%s",
|
|
|
|
|
@ -335,7 +335,7 @@ const testBuilderAccForceDeleteSnapshot = `
|
|
|
|
|
"type": "test",
|
|
|
|
|
"region": "cn-beijing",
|
|
|
|
|
"instance_type": "ecs.n1.tiny",
|
|
|
|
|
"source_image":"ubuntu_16_0402_64_40G_base_20170222.vhd",
|
|
|
|
|
"source_image":"ubuntu_18_04_64_20G_alibase_20190223.vhd",
|
|
|
|
|
"io_optimized":"true",
|
|
|
|
|
"ssh_username":"root",
|
|
|
|
|
"image_force_delete_snapshots": "%s",
|
|
|
|
|
@ -352,7 +352,7 @@ const testBuilderAccSharing = `
|
|
|
|
|
"type": "test",
|
|
|
|
|
"region": "cn-beijing",
|
|
|
|
|
"instance_type": "ecs.n1.tiny",
|
|
|
|
|
"source_image":"ubuntu_16_0402_64_40G_base_20170222.vhd",
|
|
|
|
|
"source_image":"ubuntu_18_04_64_20G_alibase_20190223.vhd",
|
|
|
|
|
"io_optimized":"true",
|
|
|
|
|
"ssh_username":"root",
|
|
|
|
|
"image_name": "packer-test_{{timestamp}}",
|
|
|
|
|
@ -366,7 +366,7 @@ const testBuilderAccImageTags = `
|
|
|
|
|
"type": "test",
|
|
|
|
|
"region": "cn-beijing",
|
|
|
|
|
"instance_type": "ecs.n1.tiny",
|
|
|
|
|
"source_image":"ubuntu_16_0402_64_20G_alibase_20180409.vhd",
|
|
|
|
|
"source_image":"ubuntu_18_04_64_20G_alibase_20190223.vhd",
|
|
|
|
|
"ssh_username": "root",
|
|
|
|
|
"io_optimized":"true",
|
|
|
|
|
"image_name": "packer-test_{{timestamp}}",
|
|
|
|
|
|