adding bionic support.
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / glance.yaml
1     glance:
2       charm: "./{{ ubuntu.release }}/glance"
3       num_units: {{ unit_qty() }}
4 {% if os.service.bindings %}
5       constraints: *ceph-access-constr
6       bindings:
7         "": *oam-space
8         public: *public-space
9         admin: *admin-space
10         internal: *internal-space
11         shared-db: *internal-space
12 {% endif %}
13       series: {{ ubuntu.release }}
14       options:
15         openstack-origin: *openstack-origin
16         worker-multiplier: *worker-multiplier
17         region: *openstack-region
18 {% if os.git_repo.origin_git %}
19         openstack-origin-git: "{{ os.git_repo.branch }}"
20 {% endif %}
21 {% if os.network.ipv6 %}
22         prefer-ipv6: {{ os.network.ipv6 }}
23 {% endif %}
24 {% if opnfv.storage_dict.ceph is defined %}
25         ceph-osd-replication-count: {{ unit_ceph_qty() }}
26 {% endif %}
27 {% if os.ha.mode == 'ha' %}
28         vip: *glance-vip
29 {% endif %}
30 {% if os.api.ssl %}
31         ssl_ca: *ssl_ca
32         ssl_cert: *ssl_cert
33         ssl_key: *ssl_key
34         os-public-hostname: *hostname_glance_public
35         os-internal-hostname: *hostname_glance_public
36         os-admin-hostname: *hostname_glance_public
37 {% endif %}
38       to:
39 {% for unit_id in to_select() %}
40         - "lxd:nodes/{{ unit_id }}"
41 {% endfor %}