-
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
Saltclass external pillar broken in 2019.2.0 #51817
Comments
looks like there is a PR here #51487 to fix some expansion issues. Any chance you can give that a try? |
I might give that a try if I find some spare time. Note that I don't have a working dev environment for saltstack, I'm just a user so it might take me some time to set everything up. |
The original issue for this is #49175. |
@rbthomp that is actually only one part of it. Except the duplicated entries in the list, I have a problem with parent class overriding non-iterable items for its descendants. Note the value of foo:id in my original post. |
Sounds like what is being discussed in #51487. |
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. |
Description of Issue/Question
After upgrading to 2019.2.0 our states are playing weirdly. I believe saltclass external pillar expansion is broken.
Setup
Steps to Reproduce Issue
salt-call pillar.get foo
The output above doesn't look correct. The expected output is:
Versions Report
Salt Version:
Salt: 2019.2.0
Dependency Versions:
cffi: Not Installed
cherrypy: Not Installed
dateutil: Not Installed
docker-py: Not Installed
gitdb: 2.0.2
gitpython: 2.1.3
ioflo: Not Installed
Jinja2: 2.7.2
libgit2: Not Installed
libnacl: Not Installed
M2Crypto: Not Installed
Mako: Not Installed
msgpack-pure: Not Installed
msgpack-python: 0.5.6
mysql-python: Not Installed
pycparser: Not Installed
pycrypto: 2.6.1
pycryptodome: Not Installed
pygit2: Not Installed
Python: 2.7.5 (default, Oct 30 2018, 23:45:53)
python-gnupg: Not Installed
PyYAML: 3.11
PyZMQ: 15.3.0
RAET: Not Installed
smmap: 2.0.2
timelib: Not Installed
Tornado: 4.2.1
ZMQ: 4.1.4
System Versions:
dist: centos 7.6.1810 Core
locale: UTF-8
machine: x86_64
release: 3.10.0-957.5.1.el7.x86_64
system: Linux
version: CentOS Linux 7.6.1810 Core
The text was updated successfully, but these errors were encountered: