Guest User

Untitled

a guest
Sep 19th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. root@salt:/srv/salt# vim states/nudgespot/deploy.sls
  2. root@salt:/srv/salt# salt 'ip-90-0-11-39' state.highstate -l debug
  3. [DEBUG ] Reading configuration from /etc/salt/master
  4. [DEBUG ] Using cached minion ID from /etc/salt/minion_id: ip-90-0-11-190
  5. [DEBUG ] Missing configuration file: /root/.saltrc
  6. [DEBUG ] Configuration file path: /etc/salt/master
  7. [WARNING ] Insecure logging configuration detected! Sensitive data may be logged.
  8. [DEBUG ] Reading configuration from /etc/salt/master
  9. [DEBUG ] Using cached minion ID from /etc/salt/minion_id: ip-90-0-11-190
  10. [DEBUG ] Missing configuration file: /root/.saltrc
  11. [DEBUG ] MasterEvent PUB socket URI: /var/run/salt/master/master_event_pub.ipc
  12. [DEBUG ] MasterEvent PULL socket URI: /var/run/salt/master/master_event_pull.ipc
  13. [DEBUG ] Initializing new AsyncZeroMQReqChannel for ('/etc/salt/pki/master', 'ip-90-0-11-190_master', 'tcp://127.0.0.1:4506', 'clear')
  14. [DEBUG ] Initializing new IPCClient for path: /var/run/salt/master/master_event_pub.ipc
  15. [DEBUG ] LazyLoaded local_cache.get_load
  16. [DEBUG ] Reading minion list from /var/cache/salt/master/jobs/56/c4c0bd66164c8f6e6afa9a94d0be24/.minions.p
  17. [DEBUG ] get_iter_returns for jid 20160919123138598943 sent to set(['ip-90-0-11-39']) will timeout at 12:31:43.604306
  18. [DEBUG ] jid 20160919123138598943 return from ip-90-0-11-39
  19. [DEBUG ] LazyLoaded highstate.output
  20. [DEBUG ] LazyLoaded nested.output
  21. ip-90-0-11-39:
  22. ----------
  23. ID: dev
  24. Function: group.present
  25. Result: True
  26. Comment: Group dev is already present
  27. Started:
  28. Duration:
  29. Changes:
  30. ----------
  31. ID: dev
  32. Function: user.present
  33. Result: True
  34. Comment: User dev is present and up to date
  35. Started:
  36. Duration:
  37. Changes:
  38. ----------
  39. ID: /home/dev/nudgespot/latest
  40. Function: file.directory
  41. Result: True
  42. Comment: Directory /home/dev/nudgespot/latest updated
  43. Started:
  44. Duration:
  45. Changes:
  46. ----------
  47. /home/dev/nudgespot/latest:
  48. New Dir
  49. ----------
  50. ID: git@bitbucket.org:nudgespot/mailhub.git
  51. Function: git.latest
  52. Result: False
  53. Comment: Cloning into '/home/dev/nudgespot/latest'...
  54. Permission denied (publickey).
  55. fatal: Could not read from remote repository.
  56.  
  57. Please make sure you have the correct access rights
  58. and the repository exists.
  59. Started:
  60. Duration:
  61. Changes:
  62. ----------
  63. ID: run_bunddle
  64. Function: cmd.run
  65. Name: bundle install
  66. Result: False
  67. Comment: Desired working directory is not available
  68. Started:
  69. Duration:
  70. Changes:
  71.  
  72. Summary for ip-90-0-11-39
  73. ------------
  74. Succeeded: 3 (changed=1)
  75. Failed: 2
  76. ------------
  77. Total states run: 5
  78. Total run time: 0.000 ms
  79. [DEBUG ] jid 20160919123138598943 found all minions set(['ip-90-0-11-39'])
  80. ERROR: Minions returned with non-zero exit code
Add Comment
Please, Sign In to add comment