Merge pull request #38615 from sjorge/2016.11-solarisdocs

add note related to issue #37027
This commit is contained in:
Mike Place 2017-01-06 09:38:33 -07:00 committed by GitHub
commit 5820ceee16
2 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,13 @@
=======
Solaris
=======
This section contains details on Solaris specific quirks and workarounds.
.. note::
Solaris refers to both Solaris 10 comaptible platforms like Solaris 10, illumos, SmartOS, OmniOS, OpenIndiana,... and Oracle Solaris 11 platforms.
.. toctree::
:glob:
*

View file

@ -0,0 +1,29 @@
==========================
Solaris-specific Behaviour
==========================
Salt is capable of managing Solaris systems, however due to various differences
between the operating systems, there are some things you need to keep in mind.
This document will contain any quirks that apply across Salt or limitations in
some modules.
FQDN/UQDN
=========================
On Solaris platforms the FQDN will not always be properly detected.
If an IPv6 address is configured pythons ```socket.getfqdn()``` fails to return
a FQDN and returns the nodename instead. For a full breakdown see the following
issue on github: #37027
Grains
=========================
Not all grains are available or some have empty or 0 as value. Mostly grains
that are depenend on hardware discovery like:
- num_gpus
- gpus
Also some resolver related grains like:
- domain
- dns:options
- dns:sortlist