Merge "copy cinder_backup keyring from cinder_backup"
This commit is contained in:
commit
e5df37608f
@ -45,7 +45,7 @@
|
|||||||
src: "{{ item }}"
|
src: "{{ item }}"
|
||||||
dest: "{{ node_config_directory }}/cinder-backup/"
|
dest: "{{ node_config_directory }}/cinder-backup/"
|
||||||
with_fileglob:
|
with_fileglob:
|
||||||
- "{{ node_custom_config }}/cinder/cinder-volume/ceph.client*"
|
- "{{ node_custom_config }}/cinder/cinder-backup/ceph.client*"
|
||||||
when:
|
when:
|
||||||
- external_ceph_cephx_enabled | bool
|
- external_ceph_cephx_enabled | bool
|
||||||
- inventory_hostname in groups['cinder-backup']
|
- inventory_hostname in groups['cinder-backup']
|
||||||
|
@ -154,6 +154,11 @@ will be merged with /etc/kolla/config/cinder/ceph.conf.
|
|||||||
Ceph keyrings are deployed per service and placed into
|
Ceph keyrings are deployed per service and placed into
|
||||||
cinder-volume and cinder-backup directories:
|
cinder-volume and cinder-backup directories:
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
``cinder-backup`` requires two keyrings for accessing volumes
|
||||||
|
and backup pool.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
root@deploy:/etc/kolla/config# cat
|
root@deploy:/etc/kolla/config# cat
|
||||||
@ -161,6 +166,10 @@ cinder-volume and cinder-backup directories:
|
|||||||
[client.cinder]
|
[client.cinder]
|
||||||
key = AQAg5YRXpChaGRAAlTSCleesthCRmCYrfQVX1w==
|
key = AQAg5YRXpChaGRAAlTSCleesthCRmCYrfQVX1w==
|
||||||
root@deploy:/etc/kolla/config# cat
|
root@deploy:/etc/kolla/config# cat
|
||||||
|
cinder/cinder-backup/ceph.client.cinder-backup.keyring
|
||||||
|
[client.cinder-backup]
|
||||||
|
key = AQC9wNBYrD8MOBAAwUlCdPKxWZlhkrWIDE1J/w==
|
||||||
|
root@deploy:/etc/kolla/config# cat
|
||||||
cinder/cinder-volume/ceph.client.cinder.keyring
|
cinder/cinder-volume/ceph.client.cinder.keyring
|
||||||
[client.cinder]
|
[client.cinder]
|
||||||
key = AQAg5YRXpChaGRAAlTSCleesthCRmCYrfQVX1w==
|
key = AQAg5YRXpChaGRAAlTSCleesthCRmCYrfQVX1w==
|
||||||
|
Loading…
x
Reference in New Issue
Block a user