aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/nfvswitch.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/os-net-config/samples/nfvswitch.yaml')
-rw-r--r--etc/os-net-config/samples/nfvswitch.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/etc/os-net-config/samples/nfvswitch.yaml b/etc/os-net-config/samples/nfvswitch.yaml
new file mode 100644
index 0000000..5af3f70
--- /dev/null
+++ b/etc/os-net-config/samples/nfvswitch.yaml
@@ -0,0 +1,25 @@
+network_config:
+ -
+ type: nfvswitch_bridge
+ cpus: "2,3,4,5"
+ members:
+ -
+ type: interface
+ name: nic2
+ -
+ type: interface
+ name: nic3
+ -
+ type: nfvswitch_internal
+ name: api
+ vlan_id: 201
+ addresses:
+ -
+ ip_netmask: 172.16.2.7/24
+ -
+ type: nfvswitch_internal
+ name: storage
+ vlan_id: 202
+ addresses:
+ -
+ ip_netmask: 172.16.1.6/24 \ No newline at end of file