0bc83d06f3
Change-Id: Ia909c62158acbec9d1dd926d45c66ac36e6b4244 Depends-On: I06325d4601128a0b5a2235370fa44012427c29e3 Implements: blueprint ceph-nfs-ganesha
25 lines
735 B
Django/Jinja
25 lines
735 B
Django/Jinja
{
|
|
"command": "/usr/bin/ganesha.nfsd -f /etc/ganesha/ganesha.conf",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/ganesha.conf",
|
|
"dest": "/etc/ganesha/ganesha.conf",
|
|
"owner": "ceph",
|
|
"perm": "0600"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/ceph.conf",
|
|
"dest": "/etc/ceph/ceph.conf",
|
|
"owner": "ceph",
|
|
"perm": "0600"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/ceph.client.admin.keyring",
|
|
"dest": "/etc/ceph/ceph.client.admin.keyring",
|
|
"owner": "ceph",
|
|
"perm": "0600",
|
|
"optional": true
|
|
}
|
|
]
|
|
}
|