Skip to content
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 nss db files to be created for keystone integration #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andymcc
Copy link
Contributor

@andymcc andymcc commented Nov 25, 2013

Specify keystone signing/ca.pem file and have radosgw recipe automatically convert these.
Only run if both ca/signing_cert and nss db path are specified.

@andymcc
Copy link
Contributor Author

andymcc commented Nov 27, 2013

Added a check so the execute block won't run everytime

andymcc added a commit to rcbops-cookbooks/openstack-ceph that referenced this pull request Nov 28, 2013
andymcc added a commit to rcbops-cookbooks/openstack-ceph that referenced this pull request Nov 28, 2013
andymcc added a commit to rcbops-cookbooks/openstack-ceph that referenced this pull request Nov 28, 2013
@hufman
Copy link
Contributor

hufman commented Oct 20, 2014

Would this functionality be better suited in a wrapper cookbook? You will need to set the attributes for keystone_ca and keystone_signing, and the rest of the functionality is mostly generic. The main tie into Ceph is the node['ceph']['config']['rgw']['nss db path'], which can be set anywhere.

The attribute that sets the process_owner can't be determined automatically. For example, radosgw currently runs as root on Debian servers. It shouldn't be guessed from apache attributes, because that will fail if the apache cookbook is not loaded. That would also prevent the eventual inclusion of alternate companion webservers.
This change would also not support updating the key in the nss db if it changes for any reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants