update ceph-common to 10.2.11-0ubuntu0.16.04.2
[yaml_builds.git] / site_type / sriov-a13 / templates / software / charts / ucp / ceph / ceph-client.j2
1 ---
2 # The purpose of this file is to define envrionment-specific parameters for the
3 # ceph client
4 schema: armada/Chart/v1
5 metadata:
6   schema: metadata/Document/v1
7   name: ucp-ceph-client
8   layeringDefinition:
9     abstract: false
10     layer: site
11     parentSelector:
12       name: ucp-ceph-client-global
13     actions:
14       - method: merge
15         path: .
16   storagePolicy: cleartext
17 data:
18   values:
19     conf:
20       pool:
21         target:
22           # NEWSITE-CHANGEME: The number of OSDs per ceph node. Does not need to
23           # change if your deployment HW matches this site's HW.
24           osd: {{yaml.storage.osd_count}}
25 ...