mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Include CentOS 9 Stream and CentOS 8 Stream, in addition to updating the openSUSE instructions to cover upstream vagrant package installation. Closes: #1429 Closes: #1537
762 B
762 B
title, nav_order, toc
| title | nav_order | toc |
|---|---|---|
| Packaging | 6 | true |
Packaging can be somewhat difficult to get right due to some of the specific requirements of this provider and of unexpected default behaviour of distributions. The root cause of most issues is typically related to the management network requirement. That is this provider requires that any box has the DHCP enabled for the first network device attached.
The most results where this requirement is not met are failure of the guest to get an IP address on boot or failure for SSH connections to be established.
No IP Address Detected
This typically manifests with the following message appearing as part of a traceback
The specified wait_for timeout (2 seconds) was exceeded (Fog::Errors::TimeoutError)