Referring to BZ#
1683290, as dsavineau suggests, being this
bug tripleO specific, removed the ubuntu section and removed
useless mountpoints.
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1683290
Signed-off-by: fpantano <fpantano@redhat.com>
(cherry picked from commit
21fad7ced344e441ffcd5c4010d634b81ead517f)
{% endif -%}
-v /etc/localtime:/etc/localtime:ro \
{% if ansible_distribution == 'RedHat' -%}
- -v /etc/pki/ca-trust/extracted:/etc/pki/ca-trust/extracted:ro \
- -v /etc/pki/ca-trust/source/anchors:/etc/pki/ca-trust/source/anchors:ro \
- {% elif ansible_distribution == 'Ubuntu' -%}
- -v /etc/ssl/certs:/etc/ssl/certs:ro \
+ -v /etc/pki/ca-trust/extracted:/etc/pki/ca-trust/extracted:z \
{% endif -%}
-e CEPH_DAEMON=RGW \
-e CLUSTER={{ cluster }} \