modfiied to support openbaton during the dpeloyment.
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / openbaton.yaml
1     openbaton:
2       charm: ./{{ ubuntu.release }}/openbaton
3       num_units: 1
4 {% if os.service.bindings %}
5       bindings:
6         "": internal-api
7 {% endif %}
8       to:
9         - "lxd:nodes/0"
10 {# Empty block to avoid bad block trim #}