Description of problem:
Does director support custom ceph cluster names?
Director gives the keyring the cluster name ceph, but the real name is TRAVCPUCEPH01 so it doesn't work. If we change the keyring name from ceph.client.admin.keyring to TPAVCPUCEPH01.client.admin.keyring it works.
customer followed : https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/10/html/red_hat_ceph_storage_for_the_overcloud/integration
###ceph node
[root@tpavcpuadmin01 ~]# vi /etc/ceph/
rbdmap TPAVCPUCEPH01.client.admin.keyring TPAVCPUCEPH01.conf
tpavcpuceph01.client.admin.keyring tpavcpuceph01.conf
###ceph node
[root@tpavcpuadmin01 ~]# cat /etc/ceph/TPAVCPUCEPH01.client.admin.keyring
[client.admin]
key = AQAc7YpYKdC2OBAAygCkIzjWw0LAQ2IXU0ep+Q==
###osp controller
[heat-admin@tpavcpusit-ctrl0 ~]$ ls /etc/ceph/
ceph.client.openstack.keyring ceph.conf rbdmap
[heat-admin@tpavcpusit-ctrl0 ~]$
[heat-admin@tpavcpusit-ctrl0 ~]$ cat /etc/ceph/ceph.client.openstack.keyring
[client.openstack]
key = AQBYtLBYG82RMRAA6eo+gqERFqP5YdYRnUaKnw==
caps mon = "allow r"
caps osd = "allow class-read object_prefix rbd_children, allow rwx pool=cinder-volumes, allow rwx pool=backups, allow rwx pool=ephemeral-vms, allow rwx pool=glance-images, allow rwx pool=metrics"
[heat-admin@tpavcpusit-ctrl0 ~]$
Comment 1Red Hat Bugzilla Rules Engine
2017-03-06 16:48:46 UTC
This bugzilla has been removed from the release and needs to be reviewed and Triaged for another Target Release.
Comment 2Red Hat Bugzilla Rules Engine
2017-03-06 16:50:00 UTC
This bugzilla has been removed from the release and needs to be reviewed and Triaged for another Target Release.