]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
adds ceph-docker-common to the script that updates ansible galaxy
authorAndrew Schoen <aschoen@redhat.com>
Wed, 18 Jan 2017 17:00:51 +0000 (11:00 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 18 Jan 2017 17:00:51 +0000 (11:00 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
contrib/push-roles-to-ansible-galaxy.sh

index 9fcc38676456e8581f0c0ffb65f8f637822a3a2c..700e9eaaf774962aa813681264625fdc728f6245 100755 (executable)
@@ -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"
+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"
 
 
 # FUNCTIONS