d070774bfc
The Reef release disallows internal pools from being created by clients, which means the ceph-client chart is no longer able to create the .rgw.root pool and configure it. The new ceph-rgw-pool job deletes and re-creates the ceph-rbd-pool job after ceph-rgw has been deployed so that job can configure the .rgw.root pool correctly. Change-Id: Ic3b9d26de566fe379227a2fe14dc061248e84a4c
36 lines
920 B
YAML
36 lines
920 B
YAML
---
|
|
pod:
|
|
mandatory_access_control:
|
|
type: apparmor
|
|
ceph-rgw:
|
|
init: runtime/default
|
|
ceph-rgw: runtime/default
|
|
ceph-init-dirs: runtime/default
|
|
ceph-rgw-init: runtime/default
|
|
ceph-rgw-bootstrap:
|
|
ceph-keyring-placement: runtime/default
|
|
init: runtime/default
|
|
ceph-rgw-bootstrap: runtime/default
|
|
ceph-rgw-storage-init:
|
|
ceph-keyring-placement: runtime/default
|
|
init: runtime/default
|
|
ceph-rgw-storage-init: runtime/default
|
|
ceph-rgw-s3-admin:
|
|
ceph-keyring-placement: runtime/default
|
|
init: runtime/default
|
|
create-s3-admin: runtime/default
|
|
ceph-rgw-pool:
|
|
ceph-rgw-pool: runtime/default
|
|
init: runtime/default
|
|
ceph-rgw-test:
|
|
ceph-rgw-ks-validation: runtime/default
|
|
ceph-rgw-s3-validation: runtime/default
|
|
conf:
|
|
rgw_s3:
|
|
enabled: true
|
|
bootstrap:
|
|
enabled: true
|
|
manifests:
|
|
job_bootstrap: true
|
|
...
|