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