Adaptations for OVS-DPDK blueprint
[yaml_builds.git] / site_type / ovsdpdk-a13 / templates / software / charts / ucp / ceph / ceph-client.j2
diff --git a/site_type/ovsdpdk-a13/templates/software/charts/ucp/ceph/ceph-client.j2 b/site_type/ovsdpdk-a13/templates/software/charts/ucp/ceph/ceph-client.j2
new file mode 100644 (file)
index 0000000..dcbf6a8
--- /dev/null
@@ -0,0 +1,25 @@
+---
+# The purpose of this file is to define envrionment-specific parameters for the
+# ceph client
+schema: armada/Chart/v1
+metadata:
+  schema: metadata/Document/v1
+  name: ucp-ceph-client
+  layeringDefinition:
+    abstract: false
+    layer: site
+    parentSelector:
+      name: ucp-ceph-client-global
+    actions:
+      - method: merge
+        path: .
+  storagePolicy: cleartext
+data:
+  values:
+    conf:
+      pool:
+        target:
+          # NEWSITE-CHANGEME: The number of OSDs per ceph node. Does not need to
+          # change if your deployment HW matches this site's HW.
+          osd: {{yaml.storage.osd_count}}
+...