While deployment of openstack with integration of external ceph.
the deployment not able to succeed and the integration fails as the piece code which will copy the conf and keyring files fails.
the below is an example from glance-api.json,j2
<snip> "source": "{{ container_config_directory }}/ceph.*",
"dest": "/etc/ceph/", "owner": "glance",
"perm": "0700"
</snip>
The "ceph-*" supposed to do wildcard copy but its not supported in json
While deployment of openstack with integration of external ceph.
the deployment not able to succeed and the integration fails as the piece code which will copy the conf and keyring files fails.
the below is an example from glance-api.json,j2
"source" : "{{ container_ config_ directory }}/ceph.*",
"owner" : "glance",
<snip>
"dest": "/etc/ceph/",
"perm": "0700"
</snip>
The "ceph-*" supposed to do wildcard copy but its not supported in json