Merge "Use "optional" for ceph confs"
This commit is contained in:
commit
0109f99fb1
@ -6,6 +6,20 @@
|
|||||||
"dest": "/etc/cinder/cinder.conf",
|
"dest": "/etc/cinder/cinder.conf",
|
||||||
"owner": "cinder",
|
"owner": "cinder",
|
||||||
"perm": "0600"
|
"perm": "0600"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "{{ container_config_directory }}/ceph.client.cinder-backup.keyring",
|
||||||
|
"dest": "/etc/ceph/ceph.client.cinder-backup.keyring",
|
||||||
|
"owner": "cinder",
|
||||||
|
"perm": "0600",
|
||||||
|
"optional": "true"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "{{ container_config_directory }}/ceph.conf",
|
||||||
|
"dest": "/etc/ceph/ceph.conf",
|
||||||
|
"owner": "cinder",
|
||||||
|
"perm": "0600",
|
||||||
|
"optional": "true"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -6,18 +6,20 @@
|
|||||||
"dest": "/etc/cinder/cinder.conf",
|
"dest": "/etc/cinder/cinder.conf",
|
||||||
"owner": "cinder",
|
"owner": "cinder",
|
||||||
"perm": "0600"
|
"perm": "0600"
|
||||||
}{% if enable_ceph | bool %},
|
},
|
||||||
{
|
{
|
||||||
"source": "{{ container_config_directory }}/ceph.client.cinder.keyring",
|
"source": "{{ container_config_directory }}/ceph.client.cinder.keyring",
|
||||||
"dest": "/etc/ceph/ceph.client.cinder.keyring",
|
"dest": "/etc/ceph/ceph.client.cinder.keyring",
|
||||||
"owner": "cinder",
|
"owner": "cinder",
|
||||||
"perm": "0600"
|
"perm": "0600",
|
||||||
|
"optional": "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "{{ container_config_directory }}/ceph.conf",
|
"source": "{{ container_config_directory }}/ceph.conf",
|
||||||
"dest": "/etc/ceph/ceph.conf",
|
"dest": "/etc/ceph/ceph.conf",
|
||||||
"owner": "cinder",
|
"owner": "cinder",
|
||||||
"perm": "0600"
|
"perm": "0600",
|
||||||
}{% endif %}
|
"optional": "true"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user