From a490b71b1f60224d0c13a0dd1391c87d32a594ea Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 21 Jul 2016 14:49:21 -0500 Subject: increaing the no id OSD as equal as compute. Change-Id: Iaf013493152928517de3ef6f84abe587e3bff991 Signed-off-by: Narinder Gupta --- ci/bundle_tpl/ceph.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/bundle_tpl/ceph.yaml') diff --git a/ci/bundle_tpl/ceph.yaml b/ci/bundle_tpl/ceph.yaml index a5060371..01d62ca7 100644 --- a/ci/bundle_tpl/ceph.yaml +++ b/ci/bundle_tpl/ceph.yaml @@ -15,12 +15,12 @@ {% endfor %} ceph-osd: charm: "local:{{ ubuntu.release }}/ceph-osd" - num_units: {{ unit_ceph_qty() }} + num_units: {{ opnfv.units - 1 }} options: osd-devices: {{ opnfv.storage_dict.ceph.disk }} osd-reformat: 'yes' to: -{% for unit_id in to_select(unit_ceph_qty()) %} +{% for unit_id in range(1, opnfv.units) %} - "nodes={{ unit_id }}" {% endfor %} ceph-radosgw: -- cgit 1.2.3-korg