From: Guillaume Abrioux Date: Tue, 26 Nov 2019 13:43:07 +0000 (+0100) Subject: purge/update: remove backward compatibility legacy X-Git-Tag: v4.0.15~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cdc3e10cf3878ef09c3038c1ccc3651b76205048;p=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 (cherry picked from commit 0441812959c3283b2db9795eeddbaa022b35aff7) --- diff --git a/infrastructure-playbooks/purge-cluster.yml b/infrastructure-playbooks/purge-cluster.yml index 6a3a40623..e4e926778 100644 --- a/infrastructure-playbooks/purge-cluster.yml +++ b/infrastructure-playbooks/purge-cluster.yml @@ -129,7 +129,6 @@ - grafana-server - clients - iscsigws - - iscsi-gws # for backward compatibility only! become: true diff --git a/infrastructure-playbooks/purge-iscsi-gateways.yml b/infrastructure-playbooks/purge-iscsi-gateways.yml index 7e05b51b7..96b632a9e 100644 --- a/infrastructure-playbooks/purge-iscsi-gateways.yml +++ b/infrastructure-playbooks/purge-iscsi-gateways.yml @@ -22,7 +22,6 @@ - name: stopping the gateways hosts: - iscsigws - - iscsi-gws # for backward compatibility only! become: yes vars: - igw_purge_type: "{{hostvars['localhost']['igw_purge_type']}}" @@ -41,7 +40,6 @@ - name: removing the gateway configuration hosts: - iscsigws - - iscsi-gws # for backward compatibility only! become: yes vars: - igw_purge_type: "{{ hostvars['localhost']['igw_purge_type'] }}" diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 58ba1529f..d1cefa753 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -864,7 +864,6 @@ upgrade_ceph_packages: True hosts: - "{{ iscsi_gw_group_name|default('iscsigws') }}" - - iscsi-gws # for backward compatibility only! serial: 1 become: True tasks: