ea2c0115c4
This change moves the ceph-mgr deployment from the ceph-client chart to the ceph-mon chart. Its purpose is to facilitate the proper Ceph upgrade procedure, which prescribes restarting mgr daemons before mon daemons. There will be additional work required to implement the correct daemon restart procedure for upgrades. This change only addresses the move of the ceph-mgr deployment. Change-Id: I3ac4a75f776760425c88a0ba1edae5fb339f128d
26 lines
569 B
YAML
26 lines
569 B
YAML
---
|
|
pod:
|
|
mandatory_access_control:
|
|
type: apparmor
|
|
ceph-checkdns:
|
|
ceph-checkdns: runtime/default
|
|
init: runtime/default
|
|
ceph-mds:
|
|
ceph-mds: runtime/default
|
|
ceph-init-dirs: runtime/default
|
|
ceph-rbd-pool:
|
|
ceph-rbd-pool: runtime/default
|
|
init: runtime/default
|
|
ceph-client-bootstrap:
|
|
ceph-client-bootstrap: runtime/default
|
|
init: runtime/default
|
|
ceph-client-test:
|
|
init: runtime/default
|
|
ceph-cluster-helm-test: runtime/default
|
|
bootstrap:
|
|
enabled: true
|
|
manifests:
|
|
job_bootstrap: true
|
|
|
|
...
|