-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Minion View need show Minions of Syndic #382
Comments
The development branch for Alcali uses connected = run_raw(
[
{
"client": "local",
"batch": None,
"tgt_type": "glob",
"tgt": "*",
"fun": "test.ping",
}
]
) So the only thing required is to allow the salt-api to receive minions connected to the salt-syndic-master. At the moment of writing I'm not 100% sure why the salt-api returns something different than a regular publisher_acl:
'*':
- '*' Please take this change with care, because I think it allow much more than needed. An additional change which was required was switching to salt-master(s) on Master Of Masters, Master on the Syndic and Syndic itself to run as I anyway hope that help. |
Hello,
Salt-api can reurn all minions.
Salt-api can return all minion.
on /etc/salt/master, restart salt-master and salt-syndic. But alcali still can't show all minions. It's worth to notice that, I'm running salt-master 3003.2.
I run alcali current_version at /root/.local/bin( I append this to $path and .env is at this location):
But alcali check is working well. alcali migrate and alcali createsuperuser are good too. I may need more help. |
Hello @DesireWithin, I'm sorry but it's really hard to debug if it's not 100% the version which it should be or could be. Otherwise it taking to much time to think what could be the problem and debugging instead of helping. My above example is using the current And especially this commit make use of All the best, |
Hello @drscream ,
And I read the python code too, the minion was indeed refreshed from the Accept key, not by Thank you very much, Bryan Chen |
I run alcali on top salt-master. this top master have some salve salt-syndic.
I can only see salt-syndic on Minion View.
Can minion view show all minions?
The text was updated successfully, but these errors were encountered: