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

Remove mention of CentOS packages from README.md #830

Closed justinclift closed 3 years ago

justinclift commented 3 years ago

Unfortunately CentOS packages no longer seem to be provided, so this removes the mention of them from the README.md.

dmacvicar commented 3 years ago

The target repo in OBS has unresolved build dependencies on libvirt-devel. Probably related to AppStreams?

Screenshot from 2021-02-09 23-27-30

justinclift commented 3 years ago

Ahhhh. That makes sense.

Pity. OBS seemed like a good idea when it was announced, but just doesn't seem to have really gotten where it needed to get to. Oh well.

dmacvicar commented 3 years ago

I figured it out with some internal help.

Adding:

ExpandFlags: module-go-toolset-rhel8 module:virt-rhel

To prjconfig enables the required modules.

With this I have re-added CentOS 8 to both stable and :unstable OBS builds.

justinclift commented 3 years ago

Thanks @dmacvicar, that's pretty good news for CentOS 8 users.

Personally, I'm on CentOS 7 (stability is good, heh). Guessing there's no chance there?

justinclift commented 3 years ago

Oh, it might still be possible somehow. OBS has a wiki page listing targets, and CentOS 7 is still listed:

    https://en.opensuse.org/openSUSE:Build_Service_supported_build_targets

Whether or not that's up to date though... no idea. :wink: