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 group: root
tags: systemd tags: systemd
- name: set ceph client keyring #- name: set ceph client keyring
copy: # copy:
content: "{{ceph_cinder_client_keyring}}" # content: "{{ceph_cinder_client_keyring}}"
dest: /srv/cinder-storage/etc/ceph # dest: /srv/cinder-storage/etc/ceph
when: use_ceph # when: use_ceph
- command: systemctl daemon-reload - command: systemctl daemon-reload
tags: systemd tags: systemd

View File

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

View File

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