updated templates and scripts for Airship 1.3
[yaml_builds.git] / site_type / sriov-a13 / templates / software / charts / osh / openstack-tenant-ceph / ceph-client.j2
diff --git a/site_type/sriov-a13/templates/software/charts/osh/openstack-tenant-ceph/ceph-client.j2 b/site_type/sriov-a13/templates/software/charts/osh/openstack-tenant-ceph/ceph-client.j2
new file mode 100644 (file)
index 0000000..1297bac
--- /dev/null
@@ -0,0 +1,23 @@
+---
+# 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: tenant-ceph-client
+  layeringDefinition:
+    abstract: false
+    layer: site
+    parentSelector:
+      name: tenant-ceph-client-global
+    actions:
+      - method: merge
+        path: .
+  storagePolicy: cleartext
+data:
+  values:
+    conf:
+      pool:
+        target:
+          osd: {{yaml.tenant_storage.osd_count}}
+...