Change group to ceph from cephkeys

When ceph-ansible is used, it tends to use `ceph` group for ceph.conf[1]
This make problems for libvirt and cinder/ceph
as their users are not in ceph group, so don't have access to configs.

This also updates ceph_stable_release to nautilus

[1] bc701860d5/roles/ceph-config/tasks/main.yml (L66-L94)

Change-Id: I120a6e66351db62bbd6e270495f455a5e34b4a2b
This commit is contained in:
Dmitriy Rabotyagov 2019-11-20 19:26:04 +02:00
parent fa6fd6e09e
commit cffa6b5d10
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ ceph_client_package_state: "latest"
# unlike the other options does not attempt to manage package keys or add additional
# package repositories.
ceph_pkg_source: ceph
ceph_stable_release: luminous
ceph_stable_release: nautilus
ceph_apt_pinned_packages: [{ package: "*", release: "ceph.com", priority: 1001 }]
# Ceph Authentication
@ -76,7 +76,7 @@ nova_ceph_client: '{{ cinder_ceph_client }}'
# overruled in user_secrets:
# TODO(odyssey4me) - the uuid should be removed, there should be no defaults for secrets
nova_ceph_client_uuid: 457eb676-33da-42ec-9a8c-9293d545c337
cephkeys_access_group: cephkeys
cephkeys_access_group: ceph
openstack_service_system_user: null