Copy the required ceph.xml.

This commit is contained in:
Egon Rijpkema 2018-07-23 13:38:04 +02:00
parent 1f1679fef1
commit 2bcbd452e6
2 changed files with 11 additions and 1 deletions

6
ceph.xml Normal file
View File

@ -0,0 +1,6 @@
<secret ephemeral="no" private="no">
<uuid>d0db6ba7-a0c9-4da6-b0bc-aa7846325333</uuid>
<usage type="ceph">
<name>client.volumes secret</name>
</usage>
</secret>

View File

@ -3,11 +3,15 @@
- hosts: nova-compute
become: true
tasks:
- copy:
src: ceph.xml
dest: /root/ceph.xml
mode: 0644
- name: include secrets
include_vars:
file: secrets.yml
name: secrets
- command: virsh secret-define --file ceph.xml
- command: virsh secret-define --file /root/ceph.xml
- command: >
virsh secret-set-value --secret d0db6ba7-a0c9-4da6-b0bc-aa7846325333
--base64 {{ secrets['ceph_client_volumes_key'] }}