Add readme
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
a0cf393b9b
commit
72ad56a205
|
@ -1,3 +1,6 @@
|
||||||
|
|
||||||
|
[![Build Status](https://drone.hawkless.id.au/api/badges/coryHawkvelt/ansible-libvirtsecret/status.svg)](https://drone.hawkless.id.au/coryHawkvelt/ansible-libvirtsecret)
|
||||||
|
|
||||||
# ansible-libvirtsecret
|
# ansible-libvirtsecret
|
||||||
This is intended to be used an an Ansible role
|
This is intended to be used an an Ansible role
|
||||||
Used to deploy libvirt secret for allowing libvirt to connect to ceph
|
Used to deploy libvirt secret for allowing libvirt to connect to ceph
|
||||||
|
@ -9,4 +12,3 @@ rbd_secret_key
|
||||||
Example to create ceph creds:
|
Example to create ceph creds:
|
||||||
ceph auth get-or-create client.openstack -o ceph.client.openstack.keyring
|
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"
|
ceph auth caps client.openstack mon 'allow r' osd "allow class-read object_prefix rbd_children, allow rwx pool=volumes, allow rx pool=images"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue