summaryrefslogtreecommitdiffstats
path: root/type/cntt/network
diff options
context:
space:
mode:
authorRoy Tang <roy.s.tang@att.com>2019-10-02 19:33:33 +0000
committerRoy Tang <roy.s.tang@att.com>2019-12-04 19:59:09 +0000
commitf23db145a7d5c425b12d346cb99e462ce5e9a815 (patch)
tree9e1153e427d739c831fbbd71ee153b92310520bd /type/cntt/network
parent77a1f5b22527c07f186e4d961ae1febe3fda2801 (diff)
Deploy ovs-dpdk to pod18
This ps creates artifacts needed to support deployment of ovs-dpdk. Most of the common artifacts are under cntt umbrella, but currently only deploys to pod18. Signed-off-by: Roy Tang <roy.s.tang@att.com> Change-Id: Id02abc1b907ad33b423466acae21ad6c88dbd246
Diffstat (limited to 'type/cntt/network')
-rw-r--r--type/cntt/network/common-addresses-ovsdpdk.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/type/cntt/network/common-addresses-ovsdpdk.yaml b/type/cntt/network/common-addresses-ovsdpdk.yaml
new file mode 100644
index 0000000..18168d3
--- /dev/null
+++ b/type/cntt/network/common-addresses-ovsdpdk.yaml
@@ -0,0 +1,15 @@
+---
+# OVS-DPDK NOTE:
+# This file provides common network config needed for ovs-dpdk
+#
+schema: pegleg/CommonAddresses/v1
+metadata:
+ schema: metadata/Document/v1
+ name: common-addresses-ovsdpdk
+ layeringDefinition:
+ abstract: false
+ layer: type
+ storagePolicy: cleartext
+data:
+ bridge_for_ovsdpdk: 'br-phy-bond0'
+...