Default variables

openstack_helm_infra_ceph_provisioners_ceph_mon_group

Ansible inventory group containing Ceph monitors.

openstack_helm_infra_ceph_provisioners_ceph_mon_group: controllers
openstack_helm_infra_ceph_provisioners_ceph_monitors

IP address list of Ceph monitors

openstack_helm_infra_ceph_provisioners_ceph_monitors: "{{ _ceph_csi_rbd_helm_info.status['values']['csiConfig'][0]['monitors'] }}"
openstack_helm_infra_ceph_provisioners_ceph_fsid

Filesystem ID for Ceph cluster

openstack_helm_infra_ceph_provisioners_ceph_fsid: "{{ _ceph_csi_rbd_helm_info.status['values']['csiConfig'][0]['clusterID'] }}"
openstack_helm_infra_ceph_provisioners_ceph_public_network

Public network used by Ceph

openstack_helm_infra_ceph_provisioners_ceph_public_network: "{{ ceph_mon_public_network }}"
openstack_helm_infra_ceph_provisioners_ceph_cluster_network

Cluster (replication) network used by Ceph

openstack_helm_infra_ceph_provisioners_ceph_cluster_network: "{{ openstack_helm_infra_ceph_provisioners_ceph_public_network }}"