separate the agent so it doesn't break standard installs

Mainly because some packages are still not there for upstream which will cause
it to break installs that would otherwise would succeed

Signed-off-by: Alfredo Deza <adeza@redhat.com>
pull/546/head
Alfredo Deza 2016-02-16 07:09:54 -05:00
parent 9db28f52ed
commit a8358a0349
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
- ceph-mon
- ceph-agent
- hosts: agents
become: True
roles:
- ceph-agent
- hosts: osds
become: True
roles: