summaryrefslogtreecommitdiffstats
path: root/type/cntt/software/charts/osh/openstack-tenant-ceph/ceph-client.yaml
blob: 3f5bfbaf7f0ab64aa77cad4d95450ae096387287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
# The purpose of this file is to define envrionment-specific parameters for the
# ceph client
schema: armada/Chart/v1
metadata:
  schema: metadata/Document/v1
  name: tenant-ceph-client
  layeringDefinition:
    abstract: false
    layer: site
    parentSelector:
      name: tenant-ceph-client-global
    actions:
      - method: merge
        path: .
  storagePolicy: cleartext
data:
  values:
    conf:
      pool:
        target:
          osd: 3
...