Skip to content

Instantly share code, notes, and snippets.

Created November 1, 2016 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4ad80e1c3c20cb8bbf8c949607fd8f6b to your computer and use it in GitHub Desktop.
Save anonymous/4ad80e1c3c20cb8bbf8c949607fd8f6b to your computer and use it in GitHub Desktop.
salt-api -l debug
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/master.d/saltapi.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/saltapi.conf
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: pat-dev-SP
[DEBUG ] Missing configuration file: /root/.saltrc
[DEBUG ] Configuration file path: /etc/salt/master
[WARNING ] Insecure logging configuration detected! Sensitive data may be logged.
[INFO ] Setting up the Salt API
[DEBUG ] Created pidfile: /var/run/salt-api.pid
[INFO ] The salt-api is starting up
[ERROR ] Not loading 'salt.loaded.int.netapi.rest_cherrypy'. 'port' not specified in config
[ERROR ] Did not find any netapi configurations, nothing to start
[DEBUG ] Process Manager starting!
#SALT MASTER CONFIG FOR SALT-API:
rest_cherrypy:
port: 8000
ssl_crt: /etc/pki/tls/certs/localhost.crt
ssl_key: /etc/pki/tls/certs/localhost.key
# ==============================
Salt Version:
Salt: 2016.3.3
Dependency Versions:
cffi: Not Installed
cherrypy: 3.2.2
dateutil: 1.5
gitdb: Not Installed
gitpython: Not Installed
ioflo: Not Installed
Jinja2: 2.7.2
libgit2: Not Installed
libnacl: Not Installed
M2Crypto: 0.21.1
Mako: Not Installed
msgpack-pure: Not Installed
msgpack-python: 0.4.8
mysql-python: Not Installed
pycparser: Not Installed
pycrypto: 2.6.1
pygit2: Not Installed
Python: 2.7.5 (default, Aug 29 2016, 10:12:21)
python-gnupg: Not Installed
PyYAML: 3.11
PyZMQ: 15.3.0
RAET: Not Installed
smmap: Not Installed
timelib: Not Installed
Tornado: 4.2.1
ZMQ: 4.1.4
System Versions:
dist: redhat 7.2 Maipo
machine: x86_64
release: 3.10.0-327.36.3.el7.x86_64
system: Linux
version: Red Hat Enterprise Linux Server 7.2 Maipo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment