~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to ci/bundle_tpl/cinder.yaml

  • Committer: Gerrit Code Review
  • Author(s): Narinder Gupta
  • Date: 2016-08-06 00:03:42 UTC
  • mfrom: (370.1.1)
  • Revision ID: git-v1:0f81e81552bdf0053fc0303c53dff455c17d56a6
Merge "New scripts for configs generation, based on jinja2"

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
    cinder:
2
 
      charm: "local:{{ ubuntu.release }}/cinder"
3
 
      num_units: {{ unit_qty() }}
4
 
      options:
5
 
{% if os.beta.public_api %}
6
 
        os-public-hostname: api.{{ opnfv.domain }}
7
 
{% endif %}
8
 
        block-device: None
9
 
        glance-api-version: 2
10
 
{% if os.ha.mode == 'ha' %}
11
 
        vip: {{ opnfv.vip.cinder }}
12
 
{% endif %}
13
 
      to:
14
 
{% for unit_id in to_select() %}
15
 
        - "lxc:nodes={{ unit_id }}"
16
 
{% endfor %}