Comment 16 for bug 1852441

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceph-mon (master)

Reviewed: https://review.opendev.org/738664
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-mon/commit/?id=60a9a4f27aa1cddd717431abae7a26c46f5f8bd5
Submitter: Zuul
Branch: master

commit 60a9a4f27aa1cddd717431abae7a26c46f5f8bd5
Author: Ponnuvel Palaniyappan <email address hidden>
Date: Tue Jun 30 17:27:09 2020 +0100

    Remove chrony if inside a container

    When running ceph-mon in containers, best practice is
    to have chrony/ntp configured and installed on the bare
    metal and then have the container trust the system
    clock, as the container should not manage the system
    clock.

    The chrony package get installed automatically as
    part of the dependencies of other packages, which
    gets removed in this change.

    Also contains related changes for charms.ceph.

    Change-Id: If8beb28ea5b5e6317180e52c3e32463e472276f4
    Closes-Bug: #1852441
    Depends-On: Ie3c9c5899c1d46edd21c32868938d3290db321e7