X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fansible%2Froles%2Fosdsdock%2Fscenarios%2Fceph.yml;fp=ci%2Fansible%2Froles%2Fosdsdock%2Fscenarios%2Fceph.yml;h=2b6196ce4ffd5baab4fa6f8c858cd0f61f63f97d;hb=691462d09d0987b47e112d6ee8740375df3c51b2;hp=77c8b49fae928e934eff6ccb80ebb246cc49a224;hpb=b9f16e2669ff5a0cde006951ffec5dff84ac29df;p=stor4nfv.git diff --git a/ci/ansible/roles/osdsdock/scenarios/ceph.yml b/ci/ansible/roles/osdsdock/scenarios/ceph.yml index 77c8b49..2b6196c 100755 --- a/ci/ansible/roles/osdsdock/scenarios/ceph.yml +++ b/ci/ansible/roles/osdsdock/scenarios/ceph.yml @@ -49,16 +49,16 @@ chdir: /opt/ceph-ansible - name: run ceph-ansible playbook - shell: ansible-playbook site.yml -i ceph.hosts + shell: ansible-playbook site.yml -i ceph.hosts | tee /var/log/ceph_ansible.log become: true args: chdir: /opt/ceph-ansible -- name: Check if ceph osd is running - shell: ps aux | grep ceph-osd | grep -v grep - ignore_errors: false - changed_when: false - register: service_ceph_osd_status +#- name: Check if ceph osd is running +# shell: ps aux | grep ceph-osd | grep -v grep +# ignore_errors: false +# changed_when: false +# register: service_ceph_osd_status - name: Check if ceph mon is running shell: ps aux | grep ceph-mon | grep -v grep @@ -71,4 +71,4 @@ ignore_errors: yes changed_when: false register: ceph_init_pool - when: service_ceph_mon_status.rc == 0 and service_ceph_osd_status.rc == 0 \ No newline at end of file + when: service_ceph_mon_status.rc == 0 # and service_ceph_osd_status.rc == 0