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

Simplify keys creation #21

Open
leseb opened this issue Jul 10, 2013 · 2 comments
Open

Simplify keys creation #21

leseb opened this issue Jul 10, 2013 · 2 comments

Comments

@leseb
Copy link

leseb commented Jul 10, 2013

Hi,

I suggest to get ride of the ceph-authool command and thus to simplify the key creation.

$ ceph -n mon. -k /var/lib/ceph/mon/mon.0/keyring auth get-or-create client.admin mon 'allow *' osd 'allow *' mds allow | tee -a /etc/ceph/keyring

Cheers!

@Akendo
Copy link

Akendo commented Jul 11, 2013

Hi I'm working on such a Topic, you can get an impression here

Beside. When the services isn't running, ceph-authool is required to create a key. ceph auth works only when the mons are already inside a cluster state. As far as I know is a basic key need to get the Cluster running.

so far
4k3nd0

@leseb
Copy link
Author

leseb commented Jul 12, 2013

Hi,

The proposal is only about the admin key creation, at this stage we just need to execute it after the service has started and this is what we are already checking here: https://github.com/enovance/puppet-ceph/blob/master/manifests/mon.pp#L99

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

No branches or pull requests

2 participants