diff --git a/roles/cinder-storage/files/ceph.conf b/roles/cinder-storage/files/ceph.conf index 5edf814..2aa7922 100644 --- a/roles/cinder-storage/files/ceph.conf +++ b/roles/cinder-storage/files/ceph.conf @@ -1,2 +1,14 @@ +[global] +fsid = ef0b40a2-bc8c-4432-9cde-0ca7c82c8717 +mon_initial_members = merlin-managementnode002 +mon_host = 172.23.59.102 +auth_cluster_required = cephx +auth_service_required = cephx +auth_client_required = cephx + +# Your network address +public network = 172.23.59.0/24 +osd pool default size = 2 + [client.volumes] keyring = /etc/ceph/ceph.client.volumes.keyring diff --git a/roles/glance-controller/files/ceph.conf b/roles/glance-controller/files/ceph.conf new file mode 100644 index 0000000..9fe05df --- /dev/null +++ b/roles/glance-controller/files/ceph.conf @@ -0,0 +1,14 @@ +[global] +fsid = ef0b40a2-bc8c-4432-9cde-0ca7c82c8717 +mon_initial_members = merlin-managementnode002 +mon_host = 172.23.59.102 +auth_cluster_required = cephx +auth_service_required = cephx +auth_client_required = cephx + +# Your network address +public network = 172.23.59.0/24 +osd pool default size = 2 + +[client.images] +keyring = /etc/ceph/ceph.client.images.keyring diff --git a/roles/nova-compute/files/ceph.conf b/roles/nova-compute/files/ceph.conf index 2e6fecd..0d63624 100644 --- a/roles/nova-compute/files/ceph.conf +++ b/roles/nova-compute/files/ceph.conf @@ -1,2 +1,14 @@ +[global] +fsid = ef0b40a2-bc8c-4432-9cde-0ca7c82c8717 +mon_initial_members = merlin-managementnode002 +mon_host = 172.23.59.102 +auth_cluster_required = cephx +auth_service_required = cephx +auth_client_required = cephx + +# Your network address +public network = 172.23.59.0/24 +osd pool default size = 2 + [client.nova] keyring = /etc/ceph/ceph.client.nova.keyring