add docs for shared_image_gallery_timeout option

This commit is contained in:
Megan Marsh 2019-08-01 11:22:36 -07:00
parent 6a201211a9
commit cb16873081
1 changed files with 13 additions and 5 deletions

View File

@ -303,6 +303,14 @@ Providing `temp_resource_group_name` or `location` in combination with
"managed_image_name": "TargetImageName",
"managed_image_resource_group_name": "TargetResourceGroup"
- `shared_image_gallery_timeout` (time.Duration) How long to wait for an image
to be published to the shared image gallery before timing out. If your
Packer build is failing on the Publishing to Shared Image Gallery step
with the error `Original Error: context deadline exceeded`, but the image
is present when you check your Azure dashboard, then you probably need to
increase this timeout from its default of "60m" (valid time units include
`s` for seconds, `m` for minutes, and `h` for hours.)
- `temp_compute_name` (string) temporary name assigned to the VM. If this
value is not set, a random value will be assigned. Knowing the resource
group and VM name allows one to execute commands to update the VM during a