Files
vagrant-libvirt/docs/packaging.markdown
Darragh Bailey fddc9c32d6 Update installation docs (#1650)
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
2022-11-02 14:43:10 +01:00

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)