From d62d663a2daaf301c6ca5ae7d314e61b904af575 Mon Sep 17 00:00:00 2001 From: Kaspars Skels Date: Mon, 15 Jul 2019 15:27:12 -0500 Subject: 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 --- .../software/charts/ucp/ceph/ceph-osd.yaml | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 site/intel-pod17/software/charts/ucp/ceph/ceph-osd.yaml (limited to 'site/intel-pod17/software/charts/ucp/ceph/ceph-osd.yaml') diff --git a/site/intel-pod17/software/charts/ucp/ceph/ceph-osd.yaml b/site/intel-pod17/software/charts/ucp/ceph/ceph-osd.yaml new file mode 100644 index 0000000..8cf291a --- /dev/null +++ b/site/intel-pod17/software/charts/ucp/ceph/ceph-osd.yaml @@ -0,0 +1,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 +... -- cgit 1.2.3-korg