mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
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
This commit is contained in:
19
docs/packaging.markdown
Normal file
19
docs/packaging.markdown
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: Packaging
|
||||
nav_order: 6
|
||||
toc: 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)_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user