Ceph: Add mgr caps to the admin keyring

This PS adds mgr caps to the admin keyring and also adds the mgr
bootstrap keyring.

Change-Id: Ic88dfcb0aa00d8d017a8c28d3c64169b2d8f0022
This commit is contained in:
portdirect 2017-12-21 11:26:04 -05:00 committed by Pete Birley
parent da6332ee05
commit d7416cac6d
2 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,8 @@ data:
{{ tuple "templates/_admin.keyring.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
bootstrap.keyring.mds: |+
{{ tuple "templates/_bootstrap.keyring.mds.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
bootstrap.keyring.mgr: |+
{{ tuple "templates/_bootstrap.keyring.mgr.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
bootstrap.keyring.osd: |+
{{ tuple "templates/_bootstrap.keyring.osd.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
bootstrap.keyring.rgw: |+

View File

@ -0,0 +1,3 @@
[client.bootstrap-mgr]
key = {{"{{"}} key {{"}}"}}
caps mgr = "allow profile bootstrap-mgr"