From e3ad75041259a68eba542fcef1fcd77c73b0f198 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:23 -0400 Subject: [PATCH] Add storage components to default pvcnoded.yaml --- roles/pvc/templates/pvc/pvcnoded.yaml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/pvc/templates/pvc/pvcnoded.yaml.j2 b/roles/pvc/templates/pvc/pvcnoded.yaml.j2 index 3c829a4..9bdf5be 100644 --- a/roles/pvc/templates/pvc/pvcnoded.yaml.j2 +++ b/roles/pvc/templates/pvc/pvcnoded.yaml.j2 @@ -93,3 +93,6 @@ pvc: mtu: {{ pvc_storage_mtu }} address: {% for node in pvc_nodes if node.hostname == inventory_hostname %}{{ node.storage_ip }}/{{ pvc_storage_netmask }}{% endfor %} + storage: + ceph_config_file: "/etc/ceph/ceph.conf" + ceph_admin_keyring: "/etc/ceph/ceph.client.admin.keyring"