From: Andrew Schoen Date: Wed, 18 Jan 2017 17:00:51 +0000 (-0600) Subject: adds ceph-docker-common to the script that updates ansible galaxy X-Git-Tag: v2.2.0rc1~63^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=0b23a5c6242a988608aef130c119e11a88fbf552;p=ceph-ansible.git adds ceph-docker-common to the script that updates ansible galaxy Signed-off-by: Andrew Schoen --- diff --git a/contrib/push-roles-to-ansible-galaxy.sh b/contrib/push-roles-to-ansible-galaxy.sh index 9fcc38676..700e9eaaf 100755 --- a/contrib/push-roles-to-ansible-galaxy.sh +++ b/contrib/push-roles-to-ansible-galaxy.sh @@ -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