Advertisement
Guest User

Untitled

a guest
Jun 11th, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. ceph:
  2. pkg:
  3. - installed
  4.  
  5. /etc/yum.repos.d/ceph.repo:
  6. file:
  7. - managed
  8. - source: salt://ceph/ceph.repo
  9. - user: root
  10. - group: root
  11. - mode: 644
  12.  
  13.  
  14. osqblako.host.com:
  15. ## I WANT THIS CMD.RUN run on another minion, not in the current one, the other
  16. ## Minion is obvioubsly osqblako.host.com
  17. cmd.run:
  18. - name: |
  19. ceph-deploy install {{ salt['grains.get']('fqdn') }}
  20. ceph-deploy admin {{ salt['grains.get']('fqdn') }}
  21. - cwd: /
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement