Skip to content
Snippets Groups Projects
Commit f9e6654e authored by Riccardo Bucchi's avatar Riccardo Bucchi
Browse files

added on compute node ceph key client admin

parent c32da2cf
No related branches found
No related tags found
No related merge requests found
...@@ -264,6 +264,15 @@ node '<COMPUTE_HOSTNAME>' { ...@@ -264,6 +264,15 @@ node '<COMPUTE_HOSTNAME>' {
include 'iaas::role::compute' include 'iaas::role::compute'
ceph::key { ceph::key {
'client.admin':
secret => 'AQDgL/hUSC2kLBAAnWJaSiqJG+YMk+XV9sapnw==',
cap_mon => 'allow *',
cap_osd => 'allow *',
cap_mds => 'allow',
user => 'root',
group => 'root',
mode => '0550';
'client.cinder': 'client.cinder':
secret => 'AQAvxQpVKJ03KxAADFv78tedrAWZx1SoRdsQUA==', secret => 'AQAvxQpVKJ03KxAADFv78tedrAWZx1SoRdsQUA==',
cap_mon => 'allow r', cap_mon => 'allow r',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment