From aed086a6f378bcb33ec18b69b73c5e232f23dd5f Mon Sep 17 00:00:00 2001 From: Cory Hawkless Date: Thu, 30 Jul 2020 17:26:46 +0930 Subject: [PATCH] Add readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fa13093 --- /dev/null +++ b/README.md @@ -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"