]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
mon: do not create mgr key on jewel 1515/head
authorSébastien Han <seb@redhat.com>
Thu, 11 May 2017 09:55:00 +0000 (11:55 +0200)
committerSébastien Han <seb@redhat.com>
Fri, 12 May 2017 15:22:24 +0000 (17:22 +0200)
commitf1651cea9baf5eab1a33ac631daa72cd157dbcb1
tree5e7fed32c83668f396511b258680e2103129ca3f
parentd8c9e133d43727b6bab5120c6514b7fe95c6c74c
mon: do not create mgr key on jewel

The CI on Docker is reporting the following error:

STDERR:
Error EINVAL: bad entity name

This is due to the fact that this auth entity name does not exist on
Jewel so we should not create that key when running Jewel containers.

Fixes: https://github.com/ceph/ceph-ansible/issues/1514
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-mon/tasks/docker/main.yml