diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-29 01:02:39 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-29 01:03:22 -0500 |
commit | 8e4c24f1fbde88a1ca508f13bb1396d10a2819f5 (patch) | |
tree | 68969cd263c5db40efcfb4b33b583e391282519f | |
parent | 7782b0eb2cb485d22d976736ac4e1c8aada89a9b (diff) |
exposing the ceph-radosgw port and also creating users.
Change-Id: I4887538541d7153033b7276bd766a0cd915075ae
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
-rwxr-xr-x | ci/deploy.sh | 3 |
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 ......." } |