Add readme

This commit is contained in:
Cory Hawkless 2020-07-30 17:26:46 +09:30
parent 57fee762a3
commit aed086a6f3
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# ansible-libvirtsecret
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
Example to create ceph creds:
ceph auth get-or-create client.openstack -o ceph.client.openstack.keyring
ceph auth caps client.openstack mon 'allow r' osd "allow class-read object_prefix rbd_children, allow rwx pool=volumes, allow rx pool=images"