]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
purge/update: remove backward compatibility legacy
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 26 Nov 2019 13:43:07 +0000 (14:43 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 3 Feb 2020 14:33:05 +0000 (09:33 -0500)
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)

infrastructure-playbooks/purge-cluster.yml
infrastructure-playbooks/purge-iscsi-gateways.yml
infrastructure-playbooks/rolling_update.yml

index 6a3a40623d91790e34391ef06cd9894a68ea4343..e4e926778b4711a6d7bb5bdbef4c2c3a15930672 100644 (file)
     - grafana-server
     - clients
     - iscsigws
-    - iscsi-gws # for backward compatibility only!
 
   become: true
 
index 7e05b51b73cb8f1cf04249cf8d58c9265d07f987..96b632a9eac3f9934f749d4c9779ab7b680c420e 100644 (file)
@@ -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'] }}"
index 58ba1529f4fbf6da229b94830e47a47ad948a4d0..d1cefa7533b4a260c55ac3cfd9b1da7e20ff0180 100644 (file)
     upgrade_ceph_packages: True
   hosts:
     - "{{ iscsi_gw_group_name|default('iscsigws') }}"
-    - iscsi-gws # for backward compatibility only!
   serial: 1
   become: True
   tasks: