summaryrefslogtreecommitdiffstats
path: root/site/intel-pod17/software/charts/ucp/ceph/ceph-osd.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'site/intel-pod17/software/charts/ucp/ceph/ceph-osd.yaml')
-rw-r--r--site/intel-pod17/software/charts/ucp/ceph/ceph-osd.yaml30
1 files changed, 0 insertions, 30 deletions
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
-...