]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Totally removed test users creation from RGW tasks 61/head
authorAlessandro Corbelli <alessandro.corbelli@guest.it>
Wed, 26 Mar 2014 10:34:05 +0000 (11:34 +0100)
committerAlessandro Corbelli <alessandro.corbelli@guest.it>
Wed, 26 Mar 2014 10:34:05 +0000 (11:34 +0100)
roles/radosgw/tasks/Debian.yml
roles/radosgw/tasks/RedHat.yml

index 7ca16efe20090deda76a4080a604ece708b8a30b..aea4277eefa244f6e5e6d0cc5227f2af947f45da 100644 (file)
 - name: Start RGW
   command: /etc/init.d/radosgw start
   when: rgwstatus.rc != 0
-
-- name: Create a user in radosgw
-  command: radosgw-admin --name client.radosgw.gateway user create --uid=johndoe --display-name="John Doe" --email=john@example.com
-
-- name: Create a swift subuser
-  command: radosgw-admin --name client.radosgw.gateway subuser create --uid=johndoe --subuser=johndoe:swift --access=full
-  ignore_errors: True
-
-- name: Create a swift subuser key
-  command: radosgw-admin --name client.radosgw.gateway key create --subuser=johndoe:swift --key-type=swift
-  ignore_errors: True
-
-- name: Remove user from radosgw
-  command: radosgw-admin --name client.radosgw.gateway user rm --uid=johndoe
index 30487d57d27543db663e9c27e3aaeec593e6f62e..2f759843ad11ba4ed551119fa48261dd28e93924 100644 (file)
 - name: Start RGW
   command: /etc/init.d/ceph-radosgw start
   when: rgwstatus.rc != 0
-
-- name: Create a user in radosgw
-  command: radosgw-admin --name client.radosgw.gateway user create --uid=johndoe --display-name="John Doe" --email=john@example.com
-
-- name: Create a swift subuser
-  command: radosgw-admin --name client.radosgw.gateway subuser create --uid=johndoe --subuser=johndoe:swift --access=full
-  ignore_errors: True
-
-- name: Create a swift subuser key
-  command: radosgw-admin --name client.radosgw.gateway key create --subuser=johndoe:swift --key-type=swift
-  ignore_errors: True
-
-- name: Remove user from radosgw
-  command: radosgw-admin --name client.radosgw.gateway user rm --uid=johndoe