Comment 3 for bug 1635880

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-ceph_client (master)

Reviewed: https://review.openstack.org/393536
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-ceph_client/commit/?id=f30ee47ed0e423a0555888b45b14999e7da517bd
Submitter: Jenkins
Branch: master

commit f30ee47ed0e423a0555888b45b14999e7da517bd
Author: Chris Martin <email address hidden>
Date: Thu Nov 3 16:27:38 2016 -0700

    Support Ceph monitors on non-default SSH port

    Test for SSH reachability of Ceph monitor using ssh command
    (instead of netcat with a hard-coded port), so that users can
    override the SSH port for Ceph monitors in the usual place
    (~/.ssh/config). Makes this role work for Ceph deployments with
    monitors that listen on a non-default SSH port.

    Change-Id: I95fa8c7b7a9f12eaa9308eb51981983f4056a6f1
    Closes-Bug: 1635880