Issues resolutions requiring manual application

Issues resolutions requiring manual application

Note

Before proceeding with the manual steps below, verify that you have performed the steps described in Apply maintenance updates.


[35101] Swift authentication failure

Fixed the issue causing inability to authenticate to Swift due to a wrong DNS name specified in RADOS Gateway.

To apply the issue resolution:

  1. Open your Git project repository with the Reclass model on the cluster level.

  2. In cluster/ceph/rgw.yml, specify the following pillar:

    parameters:
      ceph:
        radosgw:
          hostname: ${_param:ceph_rgw_hostname}.${_param:cluster_domain}
    
  3. Log in to the Salt Master node.

  4. Apply the RADOS Gateway configuration changes:

    salt -I 'ceph:radosgw' state.apply ceph.common