ceph-ansible/roles/ceph-validate/tasks
Guillaume Abrioux 14267fe0c4 rgw: multisite refact
Add the possibility to deploy rgw multisite configuration with a mix of
secondary and primary zones on a same rgw node.
Before that, on a same node, all instances were either primary
zones *OR* secondary.

Now you can define a rgw instance like following:

```
rgw_instances:
  - instance_name: 'rgw0'
    rgw_zonemaster: false
    rgw_zonesecondary: true
    rgw_zonegroupmaster: false
    rgw_realm: 'france'
    rgw_zonegroup: 'zonegroup-france'
    rgw_zone: paris-00
    radosgw_address: "{{ _radosgw_address }}"
    radosgw_frontend_port: 8080
    rgw_zone_user: jacques.chirac
    rgw_zone_user_display_name: "Jacques Chirac"
    system_access_key: P9Eb6S8XNyo4dtZZUUMy
    system_secret_key: qqHCUtfdNnpHq3PZRHW5un9l0bEBM812Uhow0XfB
    endpoint: http://192.168.101.12:8080
```

Basically it's now possible to define `rgw_zonemaster`,
`rgw_zonesecondary` and `rgw_zonegroupmaster` at the intsance
level instead of the whole node level.

Also, this commit adds an option `deploy_secondary_zones` (default True)
which can be set to `False` in order to explicitly ask the playbook to
not deploy secondary zones in case where the corresponding endpoint are
not deployed yet.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1915478

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 71a5e666e3)
2021-01-28 16:37:50 -05:00
..
check_devices.yml validate: prevent from installing OSD on same disk as the OS 2019-10-11 09:44:10 -04:00
check_eth_mon.yml improve coding style 2019-05-06 15:09:06 +00:00
check_eth_rgw.yml improve coding style 2019-05-06 15:09:06 +00:00
check_ipaddr_mon.yml Replace ipaddr() with ips_in_ranges() 2019-09-27 17:49:46 +02:00
check_iscsi.yml ceph-validate: start with ansible version test 2020-03-03 10:31:48 +01:00
check_nfs.yml ceph-nfs: fail on openSUSE Leap using distro packages 2019-08-21 15:40:22 +02:00
check_pools.yml osd: add pg autoscaler support 2020-03-06 16:10:03 +01:00
check_rbdmirror.yml ceph-validate: add rbdmirror validation 2020-01-10 11:11:37 -05:00
check_rgw_multisite.yml rgw: multisite refact 2021-01-28 16:37:50 -05:00
check_rgw_pools.yml ceph-validate: Expand templates in rgw_create_pools 2020-06-03 13:18:43 -04:00
check_system.yml ansible: bump to ansible 2.9 2020-09-15 13:13:09 -04:00
main.yml rhcs: drop debian support 2020-03-27 10:22:43 -04:00