summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ......."
}