Advertisement
Guest User

Untitled

a guest
Jan 31st, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. [root@salt-master01 salt]# salt graphitedev.bcinfra.net state.highstate -l debug test=True
  2. [DEBUG ] Reading configuration from /etc/salt/master
  3. [DEBUG ] Missing configuration file: /root/.salt
  4. [DEBUG ] loading log_handlers in ['/var/cache/salt/master/extmods/log_handlers', '/usr/lib/python2.6/site-packages/salt/log/handlers']
  5. [DEBUG ] Skipping /var/cache/salt/master/extmods/log_handlers, it is not a directory
  6. [DEBUG ] None of the required configuration sections, 'logstash_udp_handler' and 'logstash_zmq_handler', were found the in the configuration. Not loading the Logstash logging handlers module.
  7. [DEBUG ] Configuration file path: /etc/salt/master
  8. [DEBUG ] Reading configuration from /etc/salt/master
  9. [DEBUG ] Missing configuration file: /root/.salt
  10. [DEBUG ] LocalClientEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
  11. [DEBUG ] LocalClientEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
  12. [DEBUG ] loading output in ['/var/cache/salt/master/extmods/output', '/usr/lib/python2.6/site-packages/salt/output']
  13. [DEBUG ] Skipping /var/cache/salt/master/extmods/output, it is not a directory
  14. [DEBUG ] Loaded no_out as virtual quiet
  15. [DEBUG ] Loaded json_out as virtual json
  16. [DEBUG ] Loaded yaml_out as virtual yaml
  17. [DEBUG ] Loaded pprint_out as virtual pprint
  18. graphitedev.bcinfra.net:
  19. Data failed to compile:
  20. ----------
  21. Traceback (most recent call last):
  22. File "/usr/lib/python2.6/site-packages/salt/state.py", line 2293, in call_highstate
  23. top = self.get_top()
  24. File "/usr/lib/python2.6/site-packages/salt/state.py", line 1880, in get_top
  25. return self.merge_tops(tops)
  26. File "/usr/lib/python2.6/site-packages/salt/state.py", line 1812, in merge_tops
  27. for tgt in targets:
  28. TypeError: 'NoneType' object is not iterable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement