mirror of https://github.com/ceph/ceph-ansible.git
Add ceph-defaults to galaxy role breakout script
parent
671f2cd4bc
commit
a1a4a5074a
|
@ -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