pvc-ansible/roles/pvc
Joshua Boniface f79fb605de Support using existing SSL certs on system
Add the additional pvc_api_ssl_cert_path and pvc_api_ssl_key_path
group_vars options, which can be used to set the SSL details to existing
files on the filesystem if desired. If these are empty (or nonexistent),
the original pvc_api_ssl_cert and pvc_api_ssl_key raw format options
will be used as they were.

Allows the administrator to use outside methods (such as Let's Encrypt)
to obtain the certs locally on the system, avoiding changes to the
group_vars and redeployment to manage SSL keys.
2023-09-01 15:42:24 -04:00
..
defaults Rename remaining "pvc_prov" items to pvc_api 2023-09-01 15:42:24 -04:00
files Add symlink for pvc files dir 2023-09-01 15:42:23 -04:00
handlers Use only short names in Ceph MON config 2023-09-01 15:42:23 -04:00
tasks Support using existing SSL certs on system 2023-09-01 15:42:24 -04:00
templates Support using existing SSL certs on system 2023-09-01 15:42:24 -04:00
README.md Initial commit of PVC Ansible role 2023-09-01 15:42:19 -04:00

README.md

package-pvc

This package configures the PVC virtual cluster system.

Supplemental variables

Configurable

ceph_storage_secret_key: The Ceph storage secret key in base64 format.

  • Should be obtained from Ceph cluster.

ceph_storage_secret_uuid: A UUID for the Ceph secret in libvirt.

  • Should be unique per cluster.