Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. root@salt-master:~# salt vod-cms-qa-1 grains.item instance_env
  2. vod-cms-qa-1:
  3. ----------
  4. instance_env:
  5. - qa
  6. root@salt-master:~# salt vod-cms-qa-1 state.apply update_dns_record
  7. vod-cms-qa-1:
  8. ----------
  9. ID: mlgarecord
  10. Function: boto_route53.present
  11. Name: vod-cms-qa-1.mydom.prod
  12. Result: True
  13. Comment: Added vod-cms-qa-1.mydom.prod Route53 record.
  14. Started: 15:09:19.016874
  15. Duration: 41160.134 ms
  16. Changes:
  17. ----------
  18. new:
  19. ----------
  20. name:
  21. vod-cms-qa-1.mydom.prod
  22. record_type:
  23. A
  24. ttl:
  25. 60
  26. value:
  27. 172.20.0.151
  28. old:
  29. None
  30.  
  31. Summary for vod-cms-qa-1
  32. ------------
  33. Succeeded: 1 (changed=1)
  34. Failed: 0
  35. ------------
  36. Total states run: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement