updated templates and scripts for Airship 1.3
[yaml_builds.git] / site_type / sriov-a13 / templates / software / charts / ucp / ceph / ceph-client-update.j2
@@ -21,6 +21,6 @@ data:
         target:
           # NEWSITE-CHANGEME: Total number of OSDs. Does not need to change if
           # your HW matches this site's HW. Verify for your environment.
-          # 8 OSDs per node x 4 nodes = 32
-          osd: 32
+          # 8 OSDs per node x 3 nodes = 24
+          osd: {{yaml.storage.total_osd_count}}
 ...