Add ceph-defaults to galaxy role breakout script

pull/1740/head
Logan V 2017-08-03 08:15:15 -05:00
parent 671f2cd4bc
commit a1a4a5074a
1 changed files with 1 additions and 1 deletions

View File

@ -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