-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
Description
Your setup
Formula commit hash / release tag
v3.7.5
Versions reports (master & minion)
Master:
Salt Version:
Salt: 3000.2
Dependency Versions:
cffi: 1.14.0
cherrypy: unknown
dateutil: 2.6.1
docker-py: 1.10.6
gitdb: 4.0.4
gitpython: 3.1.1
Jinja2: 2.11.2
libgit2: 1.0.0
M2Crypto: 0.35.2
Mako: 1.0.7
msgpack-pure: Not Installed
msgpack-python: 0.6.2
mysql-python: 1.4.6
pycparser: 2.20
pycrypto: 3.9.7
pycryptodome: Not Installed
pygit2: 1.2.0
Python: 3.7.5 (default, Nov 7 2019, 10:50:52)
python-gnupg: 0.4.6
PyYAML: 3.12
PyZMQ: 19.0.0
smmap: 3.0.2
timelib: 0.2.4
Tornado: 4.5.3
ZMQ: 4.3.2
System Versions:
dist: Ubuntu 18.04 bionic
locale: UTF-8
machine: x86_64
release: 4.15.0-99-generic
system: Linux
version: Ubuntu 18.04 bionic
Minion:
Salt Version:
Salt: 3000.2
Dependency Versions:
cffi: Not Installed
cherrypy: Not Installed
dateutil: Not Installed
docker-py: Not Installed
gitdb: Not Installed
gitpython: Not Installed
Jinja2: 2.11.2
libgit2: Not Installed
M2Crypto: Not Installed
Mako: Not Installed
msgpack-pure: Not Installed
msgpack-python: 0.6.2
mysql-python: Not Installed
pycparser: Not Installed
pycrypto: 2.6.1
pycryptodome: Not Installed
pygit2: Not Installed
Python: 3.7.7 (default, May 4 2020, 05:28:05)
python-gnupg: Not Installed
PyYAML: 5.3.1
PyZMQ: 19.0.0
smmap: Not Installed
timelib: Not Installed
Tornado: 4.5.3
ZMQ: 4.3.2
System Versions:
dist: debian bullseye/sid
locale: UTF-8
machine: x86_64
release: 4.15.0-96-generic
system: Linux
version: debian bullseye/sid
Pillar / config used
/etc/salt/master:
file_roots:
base:
- /srv/salt
- /srv/formulas/libvirt-formula
/srv/salt/top.sls:
base:
'*':
- libvirt
Bug details
Describe the bug
ID: libvirt-server-tls-certs-virt-keys
Function: virt.keys
Name: libvirt_keys
Result: False
Comment: State 'virt.keys' was not found in SLS 'libvirt.server.tls.certs'
Reason: 'virt' __virtual__ returned False
Changes:
Steps to reproduce the bug
- Install salt via package on Ubuntu
- Install Python 3.7.7 manually (Ubuntu 20.04 LTS)
- Install salt to latest via pip using Python 3.7.7
- Link salt binaries from /usr/local/bin to /usr/bin
- Perform config file changes for master/minion
- Enable daemons in Ubuntu
- Run high state
Expected behaviour
This error does not show up
Attempts to fix the bug
- On the minion, install libvirt-dev package
- Then install libvirt-python via pip in the same Python interpreter used for Salt.