summaryrefslogtreecommitdiffstats
path: root/site/intel-pod17/software/charts/ucp/ceph/ceph-osd.yaml
blob: 8cf291a54413b4f0729606f6c3e4a8f1c5c92842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
# The purpose of this file is to define environment-specific parameters for
# ceph-osd
schema: armada/Chart/v1
metadata:
  schema: metadata/Document/v1
  name: ucp-ceph-osd
  layeringDefinition:
    abstract: false
    layer: site
    parentSelector:
      name: ucp-ceph-osd-global
    actions:
      - method: replace
        path: .values.conf.storage.osd
      - method: merge
        path: .
  storagePolicy: cleartext
data:
  values:
    conf:
      storage:
        osd:
          - data:
              type: block-logical
              location: /dev/sdb
            journal:
              type: directory
              location: /var/lib/openstack-helm/ceph/osd/osd-sdb
...