aboutsummaryrefslogtreecommitdiffstats
path: root/environments/services
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-07-31 17:17:52 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-31 17:17:52 +0000
commit31ee4874f2d0f5e71a3b18752a8ac9b7c9133b4f (patch)
tree4b71ea6e5a3a564ec2d76b0ba3d8e856f3935dce /environments/services
parent11d7f03bde60873385e01901975cee06b98a59ac (diff)
parentbaaad6f6e5fb15f131858ac0f49e02ec336118bc (diff)
Merge "Add VPP and Honeycomb services (#104)"
Diffstat (limited to 'environments/services')
-rw-r--r--environments/services/vpp.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/environments/services/vpp.yaml b/environments/services/vpp.yaml
new file mode 100644
index 00000000..9bad70f8
--- /dev/null
+++ b/environments/services/vpp.yaml
@@ -0,0 +1,9 @@
+resource_registry:
+ OS::TripleO::Services::Vpp: ../../puppet/services/vpp.yaml
+
+#parameter_defaults:
+ #VPP main thread core pinning
+ #VppCpuMainCore: '1'
+
+ #List of cores for VPP worker thread pinning
+ #VppCpuCorelistWorkers: ['3','4']