aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/ovs_patch_port.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/os-net-config/samples/ovs_patch_port.yaml')
-rw-r--r--etc/os-net-config/samples/ovs_patch_port.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/etc/os-net-config/samples/ovs_patch_port.yaml b/etc/os-net-config/samples/ovs_patch_port.yaml
new file mode 100644
index 0000000..91858be
--- /dev/null
+++ b/etc/os-net-config/samples/ovs_patch_port.yaml
@@ -0,0 +1,23 @@
+network_config:
+ -
+ type: ovs_bridge
+ name: br-ctlplane
+ mtu: 1500
+ members:
+ -
+ type: interface
+ name: eth1
+ # force the MAC address of the bridge to this interface
+ primary: true
+ mtu: 1500
+ ovs_extra: "br-set-external-id br-ctlplane bridge-id br-ctlplane"
+ -
+ type: ovs_patch_port
+ name: br_pub-patch
+ bridge_name: br-ctlplane
+ peer: br-ctlplane-patch
+ -
+ type: ovs_patch_port
+ name: br-ctlplane-patch
+ bridge_name: br_pub
+ peer: br_pub-patch