]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Revert "switch_to_containers: don't set noup flag"
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 25 Jun 2020 15:07:25 +0000 (17:07 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 25 Jun 2020 15:07:25 +0000 (17:07 +0200)
This reverts commit b7ec4a995b9df0fb673160864887b973012b39bc.

We need to provide a tag for RHCS 3.3z6 without this commit.

infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml
roles/ceph-osd/tasks/main.yml

index 87821fc18ecdeafc8d7cf6d751886b90b0eaac27..25b64ae291aa64896deb42b764005c2cdcee9f1a 100644 (file)
     health_osd_check_delay: 15
     containerized_deployment: true
     osd_group_name: osds
-    switch_to_containers: True
 
   hosts:
     - "{{ osd_group_name|default('osds') }}"
index e6645cf415fc97bdc2e739a47715821727909a9f..961ae006f5aa8dab95c6ed62699e26f302a02562 100644 (file)
@@ -40,9 +40,7 @@
   delegate_to: "{{ groups[mon_group_name][0] }}"
   run_once: True
   changed_when: False
-  when:
-    - not rolling_update | default(False) | bool
-    - not switch_to_containers | default(False) | bool
+  when: not rolling_update | default(False) | bool
 
 - name: include ceph_disk_cli_options_facts.yml
   include_tasks: ceph_disk_cli_options_facts.yml
   changed_when: False
   when:
     - not rolling_update | default(False) | bool
-    - not switch_to_containers | default(False) | bool
     - inventory_hostname == ansible_play_hosts_all | last
 
 - name: wait for all osd to be up