removed configuration ceph keyring

This commit is contained in:
Wim Nap 2018-07-16 14:17:13 +02:00
parent 4e2477bb94
commit 8942c31edc
3 changed files with 15 additions and 15 deletions

View File

@ -76,11 +76,11 @@
group: root
tags: systemd
- name: set ceph client keyring
copy:
content: "{{ceph_cinder_client_keyring}}"
dest: /srv/cinder-storage/etc/ceph
when: use_ceph
#- name: set ceph client keyring
# copy:
# content: "{{ceph_cinder_client_keyring}}"
# dest: /srv/cinder-storage/etc/ceph
# when: use_ceph
- command: systemctl daemon-reload
tags: systemd

View File

@ -52,11 +52,11 @@
dest: /srv/glance/etc/ceph/ceph.client.images.keyring
mode: 0644
- name: set ceph client keyring
copy:
content: "{{ceph_images_client_keyring}}"
dest: /srv/cinder-storage/etc/ceph/ceph.client.images.keyring
when: use_ceph
#- name: set ceph client keyring
# copy:
# content: "{{ceph_images_client_keyring}}"
# dest: /srv/cinder-storage/etc/ceph/ceph.client.images.keyring
# when: use_ceph
- name: install service file.
template:

View File

@ -46,11 +46,11 @@
group: root
tags: systemd
- name: set ceph client keyring
copy:
content: "{{ceph_compute_client_keyring}}"
dest: /srv/nova-compute/etc/ceph
when: use_ceph
#- name: set ceph client keyring
# copy:
# content: "{{ceph_compute_client_keyring}}"
# dest: /srv/nova-compute/etc/ceph
# when: use_ceph
- command: systemctl daemon-reload
tags: systemd