Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Packer build not possible due to not downloadable files #6

Open
DennisKonrad opened this issue Aug 19, 2019 · 2 comments
Open

Packer build not possible due to not downloadable files #6

DennisKonrad opened this issue Aug 19, 2019 · 2 comments

Comments

@DennisKonrad
Copy link

Hi,

I identified two problems when building via packer. Both downloads time out because the files are not present any more.

==> qemu: Downloading or copying ISO
    qemu: Downloading or copying: http://mirrors.fibergrid.in/centos/7.6.1810/isos/x86_64/CentOS-7-x86_64-NetInstall-1810.iso
    qemu: ++ wget -O /bin/cmk https://github.com/apache/cloudstack-cloudmonkey/releases/download/6.0.0-testing-beta2/cmk.linux.amd64
    qemu: --2019-08-19 13:28:30--  https://github.com/apache/cloudstack-cloudmonkey/releases/download/6.0.0-testing-beta2/cmk.linux.amd64
    qemu: Resolving github.com (github.com)... 140.82.118.4
    qemu: Connecting to github.com (github.com)|140.82.118.4|:443... connected.
    qemu: HTTP request sent, awaiting response... 404 Not Found
    qemu: 2019-08-19 13:28:30 ERROR 404: Not Found.
    qemu:
==> qemu: Deleting output directory...
Build 'qemu' errored: Script exited with non-zero exit status: 8

Best regards
Dennis

@DennisKonrad DennisKonrad changed the title Packer build not possible due to files not downloadable Packer build not possible due to not downloadable files Aug 19, 2019
@DennisKonrad
Copy link
Author

Maybe we should change the cmk download to:

wget -O /bin/cmk https://github.com/apache/cloudstack-cloudmonkey/releases/download/6.0.0/cmk.linux.x86-64

@DennisKonrad
Copy link
Author

Also I changed the iso_url:

"iso_url": "http://centos.mirror.iphh.net/CentOS/7.6.1810/isos/x86_64/CentOS-7-x86_64-Minimal-1810.iso", "iso_checksum": "38d5d51d9d100fd73df031ffd6bd8b1297ce24660dc8c13a3b8b4534a4bd291c",

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant