From: Alfredo Deza Date: Mon, 30 Nov 2015 15:32:16 +0000 (-0500) Subject: specify project=ceph for ceph-tag X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c30058a964649791a4fb101b2df2f084ceeae3ae;p=ceph-build.git specify project=ceph for ceph-tag Signed-off-by: Alfredo Deza --- diff --git a/ceph-tag/build/build b/ceph-tag/build/build index 977510ef..8e0c0a2d 100644 --- a/ceph-tag/build/build +++ b/ceph-tag/build/build @@ -28,4 +28,4 @@ fi # run ansible to do all the tagging and release specifying # a local connection and 'localhost' as the host where to execute cd "$WORKSPACE/ceph-build/ansible/" -ansible-playbook -i "localhost," -c local release.yml --extra-vars="version=$VERSION branch=$BRANCH release=stable clean=true" +ansible-playbook -i "localhost," -c local release.yml --extra-vars="version=$VERSION branch=$BRANCH release=stable clean=true project=ceph"