You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(baobab)-[root@admin1 state] (master *)$ salt 'admin1.baobab' grains.get mellanox_card
admin1.baobab:
ConnectX-5
Expected behavior
same grains when using salt and salt-call
I did previously:
salt "admin1.baobab" saltutil.sync_grains
and
salt-call saltutil.sync_grains
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)
(baobab)-[root@admin1 state] (master *)$ salt --versions-reportSalt Version:
Salt: 3006.5Python Version:
Python: 3.10.13 (main, Nov 15 2023, 04:34:27) [GCC 11.2.0]Dependency Versions:
cffi: 1.14.6cherrypy: unknowndateutil: 2.8.1docker-py: 7.0.0gitdb: Not Installedgitpython: Not InstalledJinja2: 3.1.2libgit2: Not Installedlooseversion: 1.0.2M2Crypto: Not InstalledMako: Not Installedmsgpack: 1.0.2msgpack-pure: Not Installedmysql-python: Not Installedpackaging: 22.0pycparser: 2.21pycrypto: Not Installedpycryptodome: 3.9.8pygit2: Not Installedpython-gnupg: 0.4.8PyYAML: 6.0.1PyZMQ: 23.2.0relenv: 0.14.2smmap: Not Installedtimelib: 0.2.4Tornado: 4.5.3ZMQ: 4.3.4System Versions:
dist: rocky 8.8 Green Obsidianlocale: utf-8machine: x86_64release: 4.18.0-477.27.1.el8_8.x86_64system: Linuxversion: Rocky Linux 8.8 Green Obsidian
The text was updated successfully, but these errors were encountered:
Description
Since the update to 3006.5 custom grains aren't working with salt-call. They still do work with salt 'my_host'.
Setup
my custom grains are in
/srv/salt/state/_grains/
Steps to Reproduce the behavior
No grains returned, launched from
admin1.baobab
Grains returned, launched from
admin1.baobab
Expected behavior
same grains when using salt and salt-call
I did previously:
and
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)The text was updated successfully, but these errors were encountered: