mirror of https://github.com/ceph/ceph-ansible.git
purge/update: remove backward compatibility legacy
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 0441812959
)
pull/5038/head
parent
0336a1476f
commit
cdc3e10cf3
|
@ -129,7 +129,6 @@
|
||||||
- grafana-server
|
- grafana-server
|
||||||
- clients
|
- clients
|
||||||
- iscsigws
|
- iscsigws
|
||||||
- iscsi-gws # for backward compatibility only!
|
|
||||||
|
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
- name: stopping the gateways
|
- name: stopping the gateways
|
||||||
hosts:
|
hosts:
|
||||||
- iscsigws
|
- iscsigws
|
||||||
- iscsi-gws # for backward compatibility only!
|
|
||||||
become: yes
|
become: yes
|
||||||
vars:
|
vars:
|
||||||
- igw_purge_type: "{{hostvars['localhost']['igw_purge_type']}}"
|
- igw_purge_type: "{{hostvars['localhost']['igw_purge_type']}}"
|
||||||
|
@ -41,7 +40,6 @@
|
||||||
- name: removing the gateway configuration
|
- name: removing the gateway configuration
|
||||||
hosts:
|
hosts:
|
||||||
- iscsigws
|
- iscsigws
|
||||||
- iscsi-gws # for backward compatibility only!
|
|
||||||
become: yes
|
become: yes
|
||||||
vars:
|
vars:
|
||||||
- igw_purge_type: "{{ hostvars['localhost']['igw_purge_type'] }}"
|
- igw_purge_type: "{{ hostvars['localhost']['igw_purge_type'] }}"
|
||||||
|
|
|
@ -864,7 +864,6 @@
|
||||||
upgrade_ceph_packages: True
|
upgrade_ceph_packages: True
|
||||||
hosts:
|
hosts:
|
||||||
- "{{ iscsi_gw_group_name|default('iscsigws') }}"
|
- "{{ iscsi_gw_group_name|default('iscsigws') }}"
|
||||||
- iscsi-gws # for backward compatibility only!
|
|
||||||
serial: 1
|
serial: 1
|
||||||
become: True
|
become: True
|
||||||
tasks:
|
tasks:
|
||||||
|
|
Loading…
Reference in New Issue