-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No top data for masterless minion with master_tops #27930
Comments
@igorwidlinski, thanks for the report. What is the output of |
salt-call --versions-report Dependency Versions: System Versions: |
Its been about a month now. Is there any other info I can provide to help out? |
Same issue with 2015.5.0
|
@igorwidlinski, your information is good. We have a large backlog of bugs to work on which is why no one has looked at this yet. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
I'm attempting to use the new saltclass pillar/master_tops feature and am seeing similar behavior - I have a Windows minion, and am using
|
For anyone else that wound up here, I may have figured out what's going on. The implementation of LocalClient (as of 2018.3.3) is deficient by design: https://github.com/saltstack/salt/blob/v2018.3.3/salt/fileclient.py#L1041
So you can't get there from here. |
@Ch3LL Could you please reopen this issue? Just spent about 2 hours debugging the same problem, still relevant for 2019.2.0 |
Maybe it makes sense to have some specific label like This could potentially reduce triaging efforts for duplicate tickets and requests to reopen an issue (like mine). |
Thank you for updating this issue. It is no longer marked as stale. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
We are using reclass adapter to generate our top and pillar data, this works well with salt master. Recently we found some use cases where we would like to run salt minion in masterless mode. We have it largely working, and we can use commends such as:
But we are unable to run state.highstate on the minion, because the minion is looking for top.sls and its either empty or doesn't exist. It does not seem to try to fetch top data using the reclass adapter. I can confirm its generating top data as expected as when i run salt-call in local mode I get the usual:
Here is our minion config:
The text was updated successfully, but these errors were encountered: