modified to add the opensack api on seperate network.
[joid.git] / ci / config_tpl / juju2 / bundlek8_tpl / easyrsa.yaml
1     easyrsa:
2       charm: "cs:~containers/easyrsa"
3       num_units: 1
4 {% if os.service.bindings %}
5       bindings:
6         "": *oam-space
7 {% endif %}
8       to:
9 {% if k8.network.controller == 'ovn' %}
10         - "nodes/1"
11 {% else %}
12          - "lxd:nodes/0"
13 {% endif %}
14