change from openstack
This commit is contained in:
		
							parent
							
								
									aed086a6f3
								
							
						
					
					
						commit
						c7b5d5beda
					
				@ -3,8 +3,8 @@ This is intended to be used an an Ansible role
 | 
			
		||||
Used to deploy libvirt secret for allowing libvirt to connect to ceph
 | 
			
		||||
 | 
			
		||||
Required vars
 | 
			
		||||
openstack_rbd_secret_uuid
 | 
			
		||||
openstack_rbd_secret_key
 | 
			
		||||
rbd_secret_uuid
 | 
			
		||||
rbd_secret_key
 | 
			
		||||
 | 
			
		||||
Example to create ceph creds:
 | 
			
		||||
ceph auth get-or-create client.openstack -o ceph.client.openstack.keyring
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
<secret ephemeral='no' private='no'>
 | 
			
		||||
  <uuid>{{openstack_rbd_secret_uuid}}</uuid>
 | 
			
		||||
  <uuid>{{rbd_secret_uuid}}</uuid>
 | 
			
		||||
  <usage type='ceph'>
 | 
			
		||||
    <name>client.openstack secret</name>
 | 
			
		||||
  </usage>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user