modified to enable the DVR on the deployment by default.
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / neutron-gateway.yaml
index eedac79..041c6ae 100644 (file)
@@ -1,6 +1,10 @@
     neutron-gateway:
       charm: "./{{ ubuntu.release }}/neutron-gateway"
-      num_units: 1
+{% if os.ha.mode == 'ha' %}
+      num_units: 2
+{% else %}
+       num_units: 1
+{% endif %}
 {% if os.service.bindings %}
       bindings:
         "": *oam-space
         bridge-mappings: physnet1:br-data
         data-port: *data-port
 {% endif %}
-        instance-mtu: 1400
+        instance-mtu: 1300
       to:
         - "nodes/0"
+{% if os.ha.mode == 'ha' %}
+        - "nodes/1"
+{% endif %}
 {# Empty block to avoid bad block trim #}