summaryrefslogtreecommitdiffstats
path: root/site/intel-pod15/software/charts/ucp/ceph/ceph-osd.yaml
diff options
context:
space:
mode:
authorSridhar K. N. Rao <sridhar.rao@spirent.com>2019-12-15 14:23:30 +0530
committerSridhar K. N. Rao <sridhar.rao@spirent.com>2019-12-17 10:16:25 +0530
commit8897346be53170aaac7d84bec4facd845bf09519 (patch)
treee09f5e39e76e9ea319b27591c0a3428dfeb34f71 /site/intel-pod15/software/charts/ucp/ceph/ceph-osd.yaml
parent958e6dfa0c31a25425d1b86e7be3c52031ea67d9 (diff)
Addition of Intel Pod15 Site Manifest
This patch adds site manifest for Intel Pod15 Update the vlan-IDs and interface-names The NIC ens785f0 and ens785f1 have swapped roles. Accordingly, the configuration is changed Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: I20960e505361bc00d019ea3800814637b9ef4953
Diffstat (limited to 'site/intel-pod15/software/charts/ucp/ceph/ceph-osd.yaml')
-rw-r--r--site/intel-pod15/software/charts/ucp/ceph/ceph-osd.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/site/intel-pod15/software/charts/ucp/ceph/ceph-osd.yaml b/site/intel-pod15/software/charts/ucp/ceph/ceph-osd.yaml
new file mode 100644
index 0000000..25297d9
--- /dev/null
+++ b/site/intel-pod15/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: directory
+ location: /var/lib/ceph/osd/osd-one
+ journal:
+ type: directory
+ location: /var/lib/ceph/journal/osd-one
+...