mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add note related to issue #37027
This commit is contained in:
parent
a27fdb46a7
commit
fbdd32f46b
2 changed files with 42 additions and 0 deletions
13
doc/topics/solaris/index.rst
Normal file
13
doc/topics/solaris/index.rst
Normal 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:
|
||||
|
||||
*
|
29
doc/topics/solaris/solaris-specific-behavior.rst
Normal file
29
doc/topics/solaris/solaris-specific-behavior.rst
Normal 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
|
Loading…
Add table
Reference in a new issue