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
Describe the bug
salt-sproxy fails to evaluate targets from ansible roster
Steps To Reproduce
The volumes/config_exchange contains my configs and pillars and get mounted into the container at /mnt. They are externally generated from another container into a shared volume.
docker pull mirceaulinic/salt-sproxy:allinone-2020.7.0
docker run -it -v /var/lib/docker/volumes/config_exchange/_data/salt_napalm:/mnt mirceaulinic/salt-sproxy:allinone-2020.7.0 bash
In the container i simply symlink the configs into place, removing the existing master and roster
Describe the bug
salt-sproxy fails to evaluate targets from ansible roster
Steps To Reproduce
The volumes/config_exchange contains my configs and pillars and get mounted into the container at /mnt. They are externally generated from another container into a shared volume.
In the container i simply symlink the configs into place, removing the existing master and roster
These are all currently empty
/srv/salt/
/srv/salt/ext
/srv/pillar/ext
This is what the environment looks like when executing sproxy commands:
The inventory seems to work fine
Trying to get a preview of the targets
Expected behavior
A return of all minions / targets defined in roster
$ salt-sproxy \* --preview-target - 10.220.0.11 - 10.220.0.12
Versions Report
Print the output from
salt-sproxy -V
inside the backticks below:Additional context
i tried the -dev version "mirceaulinic/salt-sproxy:allinone-dev" as well, same problem.
If i can be of any more help, please let me know.
The text was updated successfully, but these errors were encountered: