From da8bd0499c80bc576531189ef35d250ca4ed1689 Mon Sep 17 00:00:00 2001 From: Kaspars Skels Date: Thu, 15 Aug 2019 10:08:21 -0500 Subject: Move ceph to SSD disk and CNTT type polish Change-Id: Id661d4107efac128fd973c98f06805c44083e93f Signed-off-by: Kaspars Skels --- .../software/charts/ucp/ceph/ceph-osd.yaml | 30 ---------------------- 1 file changed, 30 deletions(-) delete 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 deleted file mode 100644 index 8cf291a..0000000 --- a/site/intel-pod17/software/charts/ucp/ceph/ceph-osd.yaml +++ /dev/null @@ -1,30 +0,0 @@ ---- -# 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