Advertisement
Guest User

Untitled

a guest
Jan 6th, 2014
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. [root@unibs-fs001 salt]# salt 'unibs-ws044.heb.fr.colt.net' test.ping
  2. unibs-ws044.heb.fr.colt.net:
  3. True
  4.  
  5. [root@unibs-fs001 salt]# salt 'unibs-ws044.heb.fr.colt.net' state.sls websc.tomcat1_init
  6.  
  7.  
  8. On minion side:
  9.  
  10.  
  11. [TRACE ] Added django.syncdb to module
  12. [INFO ] Fetching file ** skipped **, latest already in cache 'salt://websc/tomcat1_init.sls'
  13. [DEBUG ] Jinja search path: '['/var/cache/salt/minion/files/base']'
  14. [DEBUG ] Rendered data from file: /var/cache/salt/minion/files/base/websc/tomcat1_init.sls:
  15. tomcat1_etc_init.d_tomcat1:
  16. file.managed:
  17. - source: salt://websc/etc/init.d/tomcat1
  18. - name: /etc/init.d/tomcat1
  19. - user: tomcat1
  20. - group: unibail
  21. - mode: 755
  22.  
  23. [DEBUG ] Results of YAML rendering:
  24. OrderedDict([('tomcat1_etc_init.d_tomcat1', OrderedDict([('file.managed', [OrderedDict([('source', 'salt://websc/etc/init.d/tomcat1')]), OrderedDict([('name', '/etc/init.d/tomcat1')]), OrderedDict([('user', 'tomcat1')]), OrderedDict([('group', 'unibail')]), OrderedDict([('mode', 755)])])]))])
  25. [INFO ] Executing state file.managed for /etc/init.d/tomcat1
  26. [DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem
  27. [DEBUG ] Decrypting the current master AES key
  28. [DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem
  29. [INFO ] File /etc/init.d/tomcat1 is in the correct state
  30. [INFO ] Returning information for job: 20140106131350049086
  31. [INFO ] User root Executing command test.ping with jid 20140106131527283675
  32. [DEBUG ] Command details {'tgt_type': 'glob', 'jid': '20140106131527283675', 'tgt': 'unibs-ws044.heb.fr.colt.net', 'ret': '', 'user': 'root', 'arg': [], 'fun': 'test.ping'}
  33. [DEBUG ] Parsed args: []
  34. [DEBUG ] Parsed kwargs: {}
  35. [INFO ] Returning information for job: 20140106131527283675
  36. [INFO ] User root Executing command state.sls with jid 20140106131547362857
  37. [DEBUG ] Command details {'tgt_type': 'glob', 'jid': '20140106131547362857', 'tgt': 'unibs-ws044.heb.fr.colt.net', 'ret': '', 'user': 'root', 'arg': ['websc.tomcat1_init'], 'fun': 'state.sls'}
  38. [DEBUG ] Parsed args: ['websc.tomcat1_init']
  39. [DEBUG ] Parsed kwargs: {'__pub_user': 'root', '__pub_arg': ['websc.tomcat1_init'], '__pub_fun': 'state.sls', '__pub_jid': '20140106131547362857', '__pub_tgt': 'unibs-ws044.heb.fr.colt.net', '__pub_tgt_type': 'glob', '__pub_ret': ''}
  40. [DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem
  41. [DEBUG ] Decrypting the current master AES key
  42. [DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem
  43.  
  44.  
  45. [INFO ] User root Executing command saltutil.find_job with jid 20140106131557554866
  46. [DEBUG ] Command details {'tgt_type': 'glob', 'jid': '20140106131557554866', 'tgt': 'unibs-ws044.heb.fr.colt.net', 'ret': '', 'user': 'root', 'arg': ['20140106131547362857'], 'fun': 'saltutil.find_job'}
  47. [DEBUG ] Parsed args: ['20140106131547362857']
  48. [DEBUG ] Parsed kwargs: {}
  49. [INFO ] Returning information for job: 20140106131557554866
  50. [INFO ] User root Executing command saltutil.find_job with jid 20140106131607619572
  51. [DEBUG ] Command details {'tgt_type': 'glob', 'jid': '20140106131607619572', 'tgt': 'unibs-ws044.heb.fr.colt.net', 'ret': '', 'user': 'root', 'arg': ['20140106131547362857'], 'fun': 'saltutil.find_job'}
  52. [DEBUG ] Parsed args: ['20140106131547362857']
  53. [DEBUG ] Parsed kwargs: {}
  54. [INFO ] Returning information for job: 20140106131607619572
  55.  
  56. then nothing else.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement