diff options
author | Kaspars Skels <kaspars.skels@att.com> | 2019-07-15 15:27:12 -0500 |
---|---|---|
committer | Kaspars Skels <kaspars.skels@att.com> | 2019-08-13 10:48:32 -0500 |
commit | d62d663a2daaf301c6ca5ae7d314e61b904af575 (patch) | |
tree | 0b6fbd14381b1fe38e834326382784d8476e00ad /site/intel-pod17/software/charts/ucp/ceph/ceph-client-update.yaml | |
parent | 6f42f8c81f7cffc41abd73f80731b73261ad35e3 (diff) |
Initial site reference manifests for intel-pod17
This includes cntt type definition as well as site manifests.
Change-Id: I4829c80199795af0c841419b8fd19557295fe244
Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
Diffstat (limited to 'site/intel-pod17/software/charts/ucp/ceph/ceph-client-update.yaml')
-rw-r--r-- | site/intel-pod17/software/charts/ucp/ceph/ceph-client-update.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/site/intel-pod17/software/charts/ucp/ceph/ceph-client-update.yaml b/site/intel-pod17/software/charts/ucp/ceph/ceph-client-update.yaml new file mode 100644 index 0000000..eb921b8 --- /dev/null +++ b/site/intel-pod17/software/charts/ucp/ceph/ceph-client-update.yaml @@ -0,0 +1,26 @@ +--- +# The purpose of this file is to define environment-specific parameters for ceph +# client update +schema: armada/Chart/v1 +metadata: + schema: metadata/Document/v1 + name: ucp-ceph-client-update + layeringDefinition: + abstract: false + layer: site + parentSelector: + name: ucp-ceph-client-update-global + actions: + - method: merge + path: . + storagePolicy: cleartext +data: + values: + conf: + pool: + target: + # NEWSITE-CHANGEME: Total number of OSDs. Does not need to change if + # your HW matches this site's HW. Verify for your environment. + # 8 OSDs per node x 3 nodes = 24 + osd: 3 +... |