Add single tenant and external roles for heat based deploys
Change-Id: Ib979815486b720e3537dede6049a1b688153cfdc
diff --git "a/\173\043 interfaces \043\175/heat_single_ovs_floating" "b/\173\043 interfaces \043\175/heat_single_ovs_floating"
new file mode 100644
index 0000000..2e66c68
--- /dev/null
+++ "b/\173\043 interfaces \043\175/heat_single_ovs_floating"
@@ -0,0 +1,25 @@
+{#- Floating on a separated bond interfaces. For gateway nodes and computes with dvr #}
+{#- Provides: #}
+{#- br_floating (OVS bridge) #}
+{#- Requirements: #}
+{#- _param:?addr #}
+{#- _param:?mask #}
+{#- _param:?vlan #}
+ # {{ interfaces_role }}
+ {{- set_param('linux_network_bridge', 'openvswitch') }}
+ {%- for interface_name, interface in interfaces.items() %}
+ {{ interface_name }}:
+ mtu: 9000
+ enabled: true
+ name: {{ interface_name }}
+ proto: manual
+ ovs_port_type: OVSPort
+ ovs_bridge: br-floating
+ type: ovs_port
+ bridge: br-floating
+ ipflush_onchange: true
+ restart_on_ipflush: true
+ {%- endfor %}
+ br-floating:
+ enabled: true
+ type: ovs_bridge