-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow user to specify the mode of the openstack keys to be created #1755
Comments
guits
pushed a commit
to guits/ceph-ansible
that referenced
this issue
Aug 10, 2017
The openstack_keys structure now supports a key called mode whose value is a string that one could pass to chmod to set the mode of the key file. The ansible file module applies the mode to all openstack keys with this property. Fixes: ceph#1755 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
guits
pushed a commit
to guits/ceph-ansible
that referenced
this issue
Aug 10, 2017
The openstack_keys structure now supports a key called mode whose value is a string that one could pass to chmod to set the mode of the key file. The ansible file module applies the mode to all openstack keys with this property. Fixes: ceph#1755 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
guits
pushed a commit
to guits/ceph-ansible
that referenced
this issue
Aug 10, 2017
The openstack_keys structure now supports a key called mode whose value is a string that one could pass to chmod to set the mode of the key file. The ansible file module applies the mode to all openstack keys with this property. Fixes: ceph#1755 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ACL feature for OpenStack [1] does not work for OpenStack services that run in Kolla containers (whose docker images also have a different UID). Please allow the user to use the same interface to specify a file mode too as found in puppet-ceph [2]. This is not a request to hard code a permission but to allow a user to pass a permission that they choose as a parmeter that ceph-ansible will then set.
[1] 73633f0
[2] https://github.com/openstack/puppet-ceph/blob/28e8f4525f4448a9f585f7ff4212fa9df58f4464/examples/common.yaml#L34
The text was updated successfully, but these errors were encountered: