]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume tests.functional inherit SSH_ARGS from ansible with synchronize module
authorAlfredo Deza <adeza@redhat.com>
Tue, 28 Aug 2018 22:34:58 +0000 (15:34 -0700)
committerAlfredo Deza <adeza@redhat.com>
Wed, 29 Aug 2018 16:14:42 +0000 (09:14 -0700)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml

index 6561e6e51d427020e89108c52029ef2627b4d1f5..b105fd9890ede28d08f1f8c8bb592a7c9596be8a 100644 (file)
       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