Code Review
/
joid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7782b0e
)
exposing the ceph-radosgw port and also creating users.
81/17781/1
author
Narinder Gupta
<narinder.gupta@canonical.com>
Fri, 29 Jul 2016 06:02:39 +0000
(
01:02
-0500)
committer
Narinder Gupta
<narinder.gupta@canonical.com>
Fri, 29 Jul 2016 06:03:22 +0000
(
01:03
-0500)
Change-Id: I4887538541d7153033b7276bd766a0cd915075ae
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/deploy.sh
patch
|
blob
|
history
diff --git
a/ci/deploy.sh
b/ci/deploy.sh
index
4d5596f
..
d5c8cc2
100755
(executable)
--- 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 ......."
}