From 8f2baac1f14a5b3503d8086053189010de7ead2d Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 3 Mar 2017 01:09:06 -0600 Subject: adding few enhancement for LXD to use /dev/sdb devices. Change-Id: Ib005e41ef52e5d3f32397480c4c13e8996ba2701 Signed-off-by: Narinder Gupta --- ci/config_tpl/juju2/bundle_tpl/ceph.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ci/config_tpl/juju2/bundle_tpl/ceph.yaml') diff --git a/ci/config_tpl/juju2/bundle_tpl/ceph.yaml b/ci/config_tpl/juju2/bundle_tpl/ceph.yaml index 2d9ffbe4..f3c35d05 100644 --- a/ci/config_tpl/juju2/bundle_tpl/ceph.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/ceph.yaml @@ -68,7 +68,11 @@ {% endif %} {% endif %} options: +{% if os.lxd %} + osd-devices: /srv/ceph-osd +{% else %} osd-devices: {{ opnfv.storage_dict.ceph.disk }} +{% endif %} osd-reformat: 'yes' {% if ubuntu.release == 'trusty' and os.release < 'newton' %} source: "cloud:{{ ubuntu.release }}-updates/{{ os.release }}" -- cgit 1.2.3-korg