ruzickap / packer-templates

Scripts and Templates used for generating Vagrant images
Apache License 2.0
443 stars 113 forks source link

Libvirt box missing after latest update #370

Closed richbai90 closed 2 years ago

richbai90 commented 2 years ago

After today's update d46c1d334815c6cc8ab2403d8294ac284aa1b76c the libvirt box is not available. It redirects to a 404 page. I'm not sure if this is the right place to post this issue, but I would like to use the most recent update if I could.

ruzickap commented 2 years ago

Thank you for reporting it... Can you tell me which box it is please?

richbai90 commented 2 years ago

This one:

https://app.vagrantup.com/peru/boxes/windows-10-enterprise-x64-eval

ruzickap commented 2 years ago

I recreated the box - can you check one more time please?

marcus905 commented 2 years ago

Hi,

for all ubuntu desktop boxes in vagrantup the libvirt provider is missimg too.

ruzickap commented 2 years ago

I know... Ubuntu Desktop images are really hard to build using GitHub Actions. If I build them using the same commands on my Mac / Ubuntu - everything is working fine, but if I do it on Mac instance using GitHub Actions - it failed. Troubleshooting workloads on GitHub Action Runners is "impossible" :-(

abbbi commented 2 years ago

same appears to be the case with the 2016 images:

vagrant box update --box peru/windows-server-2016-standard-x64-eval

Checking for updates to 'peru/windows-server-2016-standard-x64-eval'
Latest installed version: 20201108.01
Version constraints: > 20201108.01
Provider: libvirt
Updating 'peru/windows-server-2016-standard-x64-eval' with provider 'libvirt' from version
'20201108.01' to '20220402.01'...
Loading metadata for box 'https://vagrantcloud.com/peru/windows-server-2016-standard-x64-eval'
Adding box 'peru/windows-server-2016-standard-x64-eval' (v20220402.01) for provider: libvirt
Downloading: https://vagrantcloud.com/peru/boxes/windows-server-2016-standard-x64-eval/versions/20220402.01/providers/libvirt.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

The requested URL returned error: 404 Not Found
CM2Walki commented 2 years ago

I have the exact same issue. The libvirt provider seems to be missing from all boxes:

Only virtualbox is available:

image

https://app.vagrantup.com/peru/boxes/windows-server-2022-standard-x64-eval https://app.vagrantup.com/peru/boxes/windows-server-2019-standard-x64-eval https://app.vagrantup.com/peru/boxes/windows-server-2016-standard-x64-eval

+ vagrant box add --provider libvirt peru/windows-server-2019-standard-x64-eval
==> box: Loading metadata for box 'peru/windows-server-2019-standard-x64-eval'
    box: URL: https://vagrantcloud.com/peru/windows-server-2019-standard-x64-eval
The box you're attempting to add doesn't support the provider
you requested. Please find an alternate box or use an alternate
provider. Double-check your requested provider to verify you didn't
simply misspell it.

If you're adding a box from HashiCorp's Vagrant Cloud, make sure the box is
released.

Name: peru/windows-server-2019-standard-x64-eval
Address: https://vagrantcloud.com/peru/windows-server-2019-standard-x64-eval
Requested provider: ["libvirt"]
ruzickap commented 2 years ago

There were some problems with "driver certificates" which should be fixed now.

Can you give it a try?

PetrR

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.