solaris-specific-behavior.rst 882 B

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