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:
Darragh Bailey
2022-11-02 13:43:10 +00:00
committed by GitHub
parent ddb6dbd076
commit fddc9c32d6
8 changed files with 232 additions and 33 deletions

19
docs/packaging.markdown Normal file
View 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)_