summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-07-29 01:02:39 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-07-29 01:03:22 -0500
commit8e4c24f1fbde88a1ca508f13bb1396d10a2819f5 (patch)
tree68969cd263c5db40efcfb4b33b583e391282519f /ci/deploy.sh
parent7782b0eb2cb485d22d976736ac4e1c8aada89a9b (diff)
exposing the ceph-radosgw port and also creating users.
Change-Id: I4887538541d7153033b7276bd766a0cd915075ae Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh3
1 files changed, 3 insertions, 0 deletions
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 ......."
}