dmacvicar / terraform-provider-libvirt

Terraform provider to provision infrastructure with Linux's KVM using libvirt
Apache License 2.0
1.59k stars 458 forks source link

Feature request: add binaries for CentOS and Ubuntu LTS #819

Open pznamensky opened 3 years ago

pznamensky commented 3 years ago

Currently, on GitHub releases page there are no binaries for LTS versions of CentOS and Ubuntu. And at least binary for Fedora in incompatible with CentOS7. It was a very convenient way to download prebuilt binary instead of building it on each localhost. I tried to find out how to add a build for major LTS Linux distributions, but it looks like it managed by openSUSE Build Service and only maintainers have access to it. If it is not very difficult, could you please add a build for CentOS 7/8 and Ubuntu 16.04/18.04/20.04? I believe that this awesome terraform provider is used mostly on that LTS distros. Though if upcoming release will be available at registry.terraform.io I guess there is no necessity to add that builds.

justinclift commented 3 years ago

It seems like CentOS builds probably were provided at some point, as the README file specifically mentions them:

Builds for openSUSE, CentOS, Ubuntu, Fedora are created with openSUSE's OBS.

Looks like that's no longer the case though (anyone know why?), and the README needs updating. :frowning:

justinclift commented 3 years ago

Just created a PR to remove that old mention of CentOS: #830.

scabala commented 3 weeks ago

I think this issue could be closed since now provider is in official Terraform registry