Merge "exposing the ceph-radosgw port and also creating users."
authorNarinder Gupta <narinder.gupta@canonical.com>
Fri, 29 Jul 2016 06:06:41 +0000 (06:06 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Fri, 29 Jul 2016 06:06:41 +0000 (06:06 +0000)
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 ......."
 }