Comment 3 for bug 1333814

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

Reviewed: https://review.openstack.org/102381
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=eecd91cde59483e30397342cdf5ab7e77d95d9ac
Submitter: Jenkins
Branch: master

commit eecd91cde59483e30397342cdf5ab7e77d95d9ac
Author: Andrew Woodward <email address hidden>
Date: Tue Jun 24 16:01:00 2014 -0700

    Add link to /root/.cephdeploy.conf -> /etc/ceph/ceph.conf

    ceph-deploy requires that its local config file (previously $(pwd)/ceph.conf)
    is exactly the same as /etc/ceph/ceph.conf on the system or --overwite-conf
    has to be specified. Since we need to manipulate it and can't guarantee order
     from Puppet / Ruby we just link to two on the primary-controller to avoid
     the issue.

    All additional users of config should config pull with --overwite-conf and
    not have this issue.

    The old link is left in place at this time to support older versions of
     ceph-deploy and can be removed in a later release.

    Closes-bug: #1333814
    Change-Id: I0b61c71effcf779801756968b8ed8b8cb93cb54b