From 8e4c24f1fbde88a1ca508f13bb1396d10a2819f5 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 29 Jul 2016 01:02:39 -0500 Subject: [PATCH] exposing the ceph-radosgw port and also creating users. Change-Id: I4887538541d7153033b7276bd766a0cd915075ae Signed-off-by: Narinder Gupta --- ci/deploy.sh | 3 +++ 1 file changed, 3 insertions(+) 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 ......." } -- 2.16.6