]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-mon: Bind mount the ca-trust directory
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 26 Aug 2019 14:47:05 +0000 (10:47 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 27 Aug 2019 18:53:45 +0000 (20:53 +0200)
commit2b0616ecca1f526dd669d00b7b5f501affebb6ca
tree9a25d76c9caacf1e59110b5018cc2fa520058905
parent49aa05b96c6614a07127238fe157c2bf87315618
ceph-mon: Bind mount the ca-trust directory

On containerized deployment, the mon container sometimes needs to
access to the radosgw endpoint (via the radosgw-admin command). When
using TLS on the radosgw with self-signed certificates then we need to
access to the CA certification from the mon container.
The CA certificate needs to be added on the host and then the directory
will be bind mount on the container.

Resolves: #4358

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
roles/ceph-mon/templates/ceph-mon.service.j2