-
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
[BUG] salt-ssh doesnt work with git_pillar #61861
Comments
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey.
There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. |
What are your pillar sources and configuration? Have you checked this hint?
|
Ok. Additional info: Expected result
Git pillar config:
Pillar structure:
Contents of top.sls
Contents of portage.sls
And other note: this pillar renders fine with salt-minion, but not with salt-ssh |
I also checked 3003.4 and 3004.1 both have same issue |
Looks like salt-ssh simply dont pack other pillars when sending data to minions |
Also got bitten by this. The strange thing is that So I copied (not cloned!) the example repo contents into my own repo's And it doesn't work with my config provided below. But when I replace the So it looks like the old-style
|
It's been quite some time, and this bug is marked as highly severe. Is there a timeline for this fix? This issue still persists in version 3005.1. |
I suspect that this is at least in part caused by the pillar compilation running with incorrect Thus this likely has the same root cause as #60002 and should be fixed by #65484, but I'm not 100% sure. Maybe someone experiencing this issue can check with the mentioned fix. |
Closing as fixed per #65067 (comment) |
Description
salt-ssh seems like doesnt work with git plillars (it can read top.sls but cannot read includes sls files)
Setup
salt running on physical machine using gitfs via pygit for states, formulas and pillars
Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior
output running
Expected behavior
salt-ssh should return pillar like this (same setup but not using salt-ssh)
Versions Report
The text was updated successfully, but these errors were encountered: