rgw: set default region and zone to all clients

Otherwise it's going to use zone 'default' for client.0, not as expected. Also
add region configuration to task.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
Yehuda Sadeh 2015-01-13 13:53:40 -08:00
parent 940a990b99
commit adc9bdae34

View File

@ -22,7 +22,7 @@ tasks:
- install:
- ceph:
conf:
client.1:
client:
rgw region: default
rgw zone: r1z1
rgw region root pool: .rgw
@ -32,6 +32,12 @@ tasks:
rgw user uid pool: .users.uid
rgw user keys pool: .users
- rgw:
regions:
default:
api name: api1
is master: true
master zone: r1z1
zones: [r1z1]
client.0:
system user:
name: nr-system