exposing the ceph-radosgw port and also creating users. 81/17781/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Fri, 29 Jul 2016 06:02:39 +0000 (01:02 -0500)
committerNarinder 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

index 4d5596f..d5c8cc2 100755 (executable)
@@ -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 ......."
 }