aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/template
diff options
context:
space:
mode:
authorcarey.xu <carey.xuhan@huawei.com>2015-12-25 22:07:37 +0800
committercarey xu <carey.xuhan@huawei.com>2015-12-26 03:25:13 +0000
commit8d9d65ef222225db6ffebe1f2ead334ef1f0280f (patch)
treef31f5f38a08aba6238897e57be0ed3e2326cd88b /deploy/template
parenta8624432701c9f1608a464c06f3b894d6fab76f9 (diff)
use ovs network instead of macvtap for virtual deploy
JIRA: COMPASS-218 Change-Id: I3fdfa71e9f94be964c9bc5ec7313b6fbea9b46dd Signed-off-by: carey.xu <carey.xuhan@huawei.com>
Diffstat (limited to 'deploy/template')
-rw-r--r--deploy/template/network/bridge_ovs.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/deploy/template/network/bridge_ovs.xml b/deploy/template/network/bridge_ovs.xml
new file mode 100644
index 00000000..cf01a5d9
--- /dev/null
+++ b/deploy/template/network/bridge_ovs.xml
@@ -0,0 +1,6 @@
+ <network ipv6='no'>
+ <name>REPLACE_NAME</name>
+ <bridge name='REPLACE_OVS'/>
+ <forward mode='bridge'/>
+ <virtualport type='openvswitch'/>
+ </network>