kolla/ansible/roles/ceph/templates/ceph-osd.json.j2

18 lines
463 B
Django/Jinja

{
"command": "/usr/bin/ceph-osd -f -d",
"config_files": [
{
"source": "/opt/kolla/config_files/ceph.conf",
"dest": "/etc/ceph/ceph.conf",
"owner": "ceph",
"perm": "0600"
},
{
"source": "/opt/kolla/config_files/ceph.client.admin.keyring",
"dest": "/etc/ceph/ceph.client.admin.keyring",
"owner": "ceph",
"perm": "0600"
}
]
}