This was introduced in 3.1 and marked as deprecation
We can definitely drop it in stable-4.0
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit
0441812959c3283b2db9795eeddbaa022b35aff7)
- grafana-server
- clients
- iscsigws
- - iscsi-gws # for backward compatibility only!
become: true
- name: stopping the gateways
hosts:
- iscsigws
- - iscsi-gws # for backward compatibility only!
become: yes
vars:
- igw_purge_type: "{{hostvars['localhost']['igw_purge_type']}}"
- name: removing the gateway configuration
hosts:
- iscsigws
- - iscsi-gws # for backward compatibility only!
become: yes
vars:
- igw_purge_type: "{{ hostvars['localhost']['igw_purge_type'] }}"
upgrade_ceph_packages: True
hosts:
- "{{ iscsi_gw_group_name|default('iscsigws') }}"
- - iscsi-gws # for backward compatibility only!
serial: 1
become: True
tasks: