mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1740 from Logan2211/ceph-defaults-breakout
Add ceph-defaults to galaxy role breakout scriptpull/1684/merge
commit
0d5d2db72c
|
@ -5,7 +5,7 @@ set -xe
|
|||
BASEDIR=$(dirname "$0")
|
||||
LOCAL_BRANCH=$(cd $BASEDIR && git rev-parse --abbrev-ref HEAD)
|
||||
BRANCHES="master ansible-1.9"
|
||||
ROLES="ceph-common ceph-mon ceph-osd ceph-mds ceph-rgw ceph-restapi ceph-agent ceph-fetch-keys ceph-rbd-mirror ceph-client ceph-docker-common ceph-mgr"
|
||||
ROLES="ceph-common ceph-mon ceph-osd ceph-mds ceph-rgw ceph-restapi ceph-agent ceph-fetch-keys ceph-rbd-mirror ceph-client ceph-docker-common ceph-mgr ceph-defaults"
|
||||
|
||||
|
||||
# FUNCTIONS
|
||||
|
|
Loading…
Reference in New Issue