Skip to content

Instantly share code, notes, and snippets.

Created April 26, 2016 15:09
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/16efd978493455489fd716825152dc77 to your computer and use it in GitHub Desktop.
Save anonymous/16efd978493455489fd716825152dc77 to your computer and use it in GitHub Desktop.
interface: 0.0.0.0
file_roots:
base:
- /srv/salt
hash_type: sha256
fileserver_backend:
- svn
- roots
svnfs_remotes:
- svn://repo_url:
- root: /trunk/salt/roots/salt/
- mountpoint: salt://srv/salt
salt '*' state.highstate -l debug
highstate debug output from master:
[DEBUG ] LazyLoaded local_cache.prep_jid
[DEBUG ] Sending event - data = {'_stamp': '2016-04-26T15:02:25.721367', 'minions': ['minion_id']}
[DEBUG ] Sending event - data = {'tgt_type': 'glob', 'jid': '20160426110225720986', 'tgt': '*', '_stamp': '2016-04-26T15:02:25.721711', 'user': 'root', 'arg': [], 'fun': 'state.highstate', 'minions': ['minion_id']}
[DEBUG ] Adding minions for job 20160426110225720986: ['minion_id']
[INFO ] User root Published command state.highstate with jid 20160426110225720986
[DEBUG ] Published command details {'tgt_type': 'glob', 'jid': '20160426110225720986', 'tgt': '*', 'ret': '', 'user': 'root', 'arg': [], 'fun': 'state.highstate'}
[DEBUG ] LazyLoaded svn.envs
[DEBUG ] LazyLoaded roots.envs
[DEBUG ] LazyLoaded svn.envs
[DEBUG ] LazyLoaded roots.envs
[INFO ] Determining pillar cache
[DEBUG ] LazyLoaded jinja.render
[DEBUG ] LazyLoaded yaml.render
[DEBUG ] LazyLoaded local_cache.prep_jid
[INFO ] Got return from minion_id for job 20160426110225720986
[DEBUG ] Sending event - data = {'fun_args': [], 'jid': '20160426110225720986', 'return': {'no_|-states_|-states_|-None': {'comment': 'No Top file or external nodes data matches found.', '__run_num__': 0, 'changes': {}, 'result': False, 'name': 'No States'}}, 'retcode': 2, 'success': True, 'cmd': '_return', '_stamp': '2016-04-26T15:02:26.866956', 'fun': 'state.highstate', 'id': 'minion_id', 'out': 'highstate'}
[DEBUG ] Sending event - data = {'comment': 'No Top file or external nodes data matches found.', '_stamp': '2016-04-26T15:02:26.867488', 'retcode': 2, 'result': False, '__run_num__': 0, 'changes': {}, 'name': 'No States'}
highstate debug output from minion:
[INFO ] User root Executing command state.highstate with jid 20160426110541352207
[DEBUG ] Command details {'tgt_type': 'glob', 'jid': '20160426110541352207', 'tgt': '*', 'ret': '', 'user': 'root', 'arg': [], 'fun': 'state.highstate'}
[INFO ] Starting a new job with PID 11381
[DEBUG ] LazyLoaded state.highstate
[DEBUG ] LazyLoaded grains.get
[DEBUG ] LazyLoaded saltutil.is_running
[DEBUG ] Initializing new AsyncZeroMQReqChannel for ('/etc/salt/pki/minion', 'minion_id', 'tcp://127.0.0.1:4506', 'aes')
[DEBUG ] Initializing new SAuth for ('/etc/salt/pki/minion', 'minion_id', 'tcp://127.0.0.1:4506')
[INFO ] Determining pillar cache
[DEBUG ] Initializing new AsyncZeroMQReqChannel for ('/etc/salt/pki/minion', 'minion_id', 'tcp://127.0.0.1:4506', 'aes')
[DEBUG ] Initializing new SAuth for ('/etc/salt/pki/minion', 'minion_id', 'tcp://127.0.0.1:4506')
[DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem
[INFO ] Loading fresh modules for state activity
[DEBUG ] LazyLoaded jinja.render
[DEBUG ] LazyLoaded yaml.render
[DEBUG ] Could not find file from saltenv 'base', u'salt://top.sls'
[DEBUG ] No contents loaded for env: base
[DEBUG ] compile template: False
[ERROR ] Template was specified incorrectly: False
[ERROR ] No contents found in top file
[DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem
[DEBUG ] Minion return retry timer set to 6 seconds (randomized)
[INFO ] Returning information for job: 20160426110541352207
[DEBUG ] Initializing new AsyncZeroMQReqChannel for ('/etc/salt/pki/minion', 'minion_id', 'tcp://127.0.0.1:4506', 'aes')
[DEBUG ] Initializing new SAuth for ('/etc/salt/pki/minion', 'minion_id', 'tcp://127.0.0.1:4506')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment