From: Alfredo Deza Date: Tue, 28 Aug 2018 22:34:58 +0000 (-0700) Subject: ceph-volume tests.functional inherit SSH_ARGS from ansible with synchronize module X-Git-Tag: v13.2.2~66^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ed560e48b742b668c96aadeffef1cbeea359cdf4;p=ceph.git ceph-volume tests.functional inherit SSH_ARGS from ansible with synchronize module Signed-off-by: Alfredo Deza (cherry picked from commit 8e6269336f6e177f415a51e9fedd36244014215a) --- diff --git a/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml b/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml index 6561e6e51d42..b105fd9890ed 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml @@ -104,12 +104,14 @@ synchronize: src: "{{ toxinidir}}/../../../../ceph_volume" dest: "/usr/lib/python2.7/site-packages" + use_ssh_args: true when: ansible_os_family == "RedHat" - name: rsync ceph-volume to test nodes on ubuntu synchronize: src: "{{ toxinidir}}/../../../../ceph_volume" dest: "/usr/lib/python2.7/dist-packages" + use_ssh_args: true when: ansible_os_family == "Ubuntu" - hosts: osds