Actions
Support #12438
closedThe minions doesn't appear in the hosts page
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Triaged:
Fixed in Releases:
Found in Releases:
Description
Hi,
I tried to run salt '*' state.highstate on the master and salt '*' grains.items but the minions doesn't' appear.
Also, I execute upload-salt-reports and the next error appear:
Traceback (most recent call last):
File "/usr/sbin/upload-salt-reports", line 137, in <module>
upload(jobs_to_upload())
File "/usr/sbin/upload-salt-reports", line 79, in jobs_to_upload
jobs = run('jobs.list_jobs')
File "/usr/sbin/upload-salt-reports", line 75, in run
return ret['data'] if 'data' in ret else ret
TypeError: string indices must be integers, not str
Thanks!!
Actions