From: Narinder Gupta Date: Fri, 29 Jul 2016 06:02:39 +0000 (-0500) Subject: exposing the ceph-radosgw port and also creating users. X-Git-Tag: colorado.1.0~55^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F17781%2F1;p=joid.git exposing the ceph-radosgw port and also creating users. Change-Id: I4887538541d7153033b7276bd766a0cd915075ae Signed-off-by: Narinder Gupta --- diff --git a/ci/deploy.sh b/ci/deploy.sh index 4d5596fd..d5c8cc2d 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -151,6 +151,9 @@ check_status() { done status=`juju action do heat/0 domain-setup` echo $status + juju expose ceph-radosgw + juju ssh ceph/0 \ 'sudo radosgw-admin user create --uid="ubuntu" --display-name="Ubuntu Ceph"' + echo "...... deployment finishing ......." }