aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/vpp_interface.json
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2017-07-17 16:25:25 -0400
committerFeng Pan <fpan@redhat.com>2017-07-24 16:15:47 -0400
commit9ecc15f0edf2460c2eb2cac8e9ccca8cbb8d3808 (patch)
tree665bb067f795505f77d0d1eba98204e02dd11dec /etc/os-net-config/samples/vpp_interface.json
parent02da9fd51b454b1954b04a462cb05a14598fa172 (diff)
Merge Newton private changes
- Add interface mapping data to hiera - Add support for VPP interfaces - Continue bringing up interfaces even if one fails - Change hiera to json format List of commits: https://github.com/openstack/os-net-config/compare/stable/newton...trozet:stable/danube Change-Id: If7a2c6119bf613f1fc8846237b077cd8f0e26015 Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'etc/os-net-config/samples/vpp_interface.json')
-rw-r--r--etc/os-net-config/samples/vpp_interface.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/os-net-config/samples/vpp_interface.json b/etc/os-net-config/samples/vpp_interface.json
new file mode 100644
index 0000000..5d2f82a
--- /dev/null
+++ b/etc/os-net-config/samples/vpp_interface.json
@@ -0,0 +1,14 @@
+{ "network_config": [
+ {
+ "type": "vpp_interface",
+ "name": "nic2",
+ "addresses": [
+ {
+ "ip_netmask": "192.0.2.1/24"
+ }
+ ],
+ "uio_driver": "uio_pci_generic",
+ "options": "vlan-strip-offload off"
+ }
+ ]
+}