
Remove ceph debug info and unused partuuid Change-Id: Ifbe9890979ee666d7e43a04376f36c41ae2d8add Implements: blueprint ceph-container Partially-Implements: blueprint replace-config-external
33 lines
1.0 KiB
Django/Jinja
33 lines
1.0 KiB
Django/Jinja
{
|
|
"command": "/usr/bin/ceph-mon -d -i {{ ansible_hostname }} --public-addr {{ hostvars[inventory_hostname]['ansible_' + storage_interface]['ipv4']['address'] }}:6789",
|
|
"config_files": [
|
|
{
|
|
"source": "/opt/kolla/config_files/ceph.conf",
|
|
"dest": "/etc/ceph/ceph.conf",
|
|
"owner": "glance",
|
|
"perm": "0600"
|
|
}
|
|
{
|
|
"source": "/opt/kolla/config_files/ceph.client.admin.keyring",
|
|
"dest": "/etc/ceph/ceph.client.admin.keyring",
|
|
"owner": "ceph",
|
|
"perm": "0600"
|
|
"optional": True
|
|
},
|
|
{
|
|
"source": "/opt/kolla/config_files/ceph.client.mon.keyring",
|
|
"dest": "/etc/ceph/ceph.client.mon.keyring",
|
|
"owner": "ceph",
|
|
"perm": "0600"
|
|
"optional": True
|
|
},
|
|
{
|
|
"source": "/opt/kolla/config_files/ceph.monmap",
|
|
"dest": "/etc/ceph/ceph.monmap",
|
|
"owner": "ceph",
|
|
"perm": "0600"
|
|
"optional": True
|
|
}
|
|
]
|
|
}
|