alibaba / packer-provider

Apache License 2.0
92 stars 26 forks source link

"image_ignore_data_disks":"true" gives error on launch #51

Closed Marcus-James-Adams closed 5 years ago

Marcus-James-Adams commented 5 years ago

after updating to new release When setting "image_ignore_data_disks":"true",

I now immediately get uild 'TEST.alicloud.eu-central-1.ecs.gn5-c4g1.xlarge' errored: Aliyun API Error: RequestId: Status Code: 400 Code: InvalidEndpoint Message: endpoint is empty,pls check uild 'alicloud.eu-central-1.ecs.gn5-c4g1.xlarge' errored: Aliyun API Error: RequestId: Status Code: 400 Code: InvalidEndpoint Message: endpoint is empty,pls check

If I remove it, its launches and builds as normal but the gives the original error at the end when it tries to create the image

chhaj5236 commented 5 years ago

@Marcus-James-Adams That's wired, I'm unable to reproduce the issue you mentioned. Could you please run packer build ... command with PACKER_LOG=1 prefix and paste the output. Besides following infos are needed as well, thanks:

  1. The content of your Packer configuration file
  2. The Packer version you used
  3. AliCloud provider version which should be V1.2.5
chhaj5236 commented 5 years ago

@Marcus-James-Adams This error seems not related to Packer. I'll close for now. If happened again, please reopen this issue and post full logs for further investigating.