diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-09-15 23:57:41 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-09-16 00:17:49 -0500 |
commit | dfc43c69179c1305be42e524c2bfc357aaf87dfd (patch) | |
tree | f302967341959bdd1a06c5f1db8b9bf4520a1de9 /ci/config_tpl/deployconfig.yaml | |
parent | f375a92d83e9a6d589ff1961e994004afc5d497e (diff) |
modified to accomodate the scaleio bundles and charms.
Change-Id: I1ec22684a67d02c8727cf620cc673aa70cfb0073
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/deployconfig.yaml')
-rw-r--r-- | ci/config_tpl/deployconfig.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/config_tpl/deployconfig.yaml b/ci/config_tpl/deployconfig.yaml index c190d1dd..5b880926 100644 --- a/ci/config_tpl/deployconfig.yaml +++ b/ci/config_tpl/deployconfig.yaml @@ -3,7 +3,9 @@ opnfv: admNetgway: {{ opnfv.spaces_dict.admin.gateway }} admNetwork: {{ net_prefix }}2 admin_password: openstack - ceph-disk: {{ opnfv.storage_dict.ceph.disk }} +{% if opnfv.storage_dict.ceph is defined %} + ceph-disk: {{ opnfv.storage_dict.ceph.disk }} +{% endif %} {% if opnfv.spaces_dict.data is defined %} dataNetwork: {{ opnfv.spaces_dict.data.cidr }} {% endif %} |