diff options
author | Feng Pan <fpan@redhat.com> | 2017-03-21 12:22:38 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-03-30 18:18:29 +0000 |
commit | 48031aab02254a291a655813d5762a25105a636f (patch) | |
tree | 8c963d37f7f5f236d13a7a0dc43d4bbb2d556ea6 /build | |
parent | bb4358f417fcd9a24017241725d00b5689df286e (diff) |
Add core pinning settings for VPP
Also updated os-net-config to enable VPP service on startup,
as well as updating show interfaces command.
JIRA: APEX-407
os-net-config-pr: 6
opnfv-tht-pr: 129
Change-Id: I77c590e966d2532d894ec96bb60ffdf914a90f6d
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/opnfv-environment.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/opnfv-environment.yaml b/build/opnfv-environment.yaml index 0018aa96..0910a5fc 100644 --- a/build/opnfv-environment.yaml +++ b/build/opnfv-environment.yaml @@ -16,6 +16,8 @@ parameter_defaults: #PmdCoreList: 1 #OvsDpdkCoreList: 2 #OvsDpdkSocketMemory: 1024 + #ControllerExtraConfig: + #NovaComputeExtraConfig: ExtraConfig: tripleo::ringbuilder::build_ring: False nova::nova_public_key: @@ -115,6 +117,7 @@ parameter_defaults: - OS::TripleO::Services::Congress - OS::TripleO::Services::NeutronVppAgent - OS::TripleO::Services::OVNDBs + - OS::TripleO::Services::Vpp ComputeServices: - OS::TripleO::Services::CACerts - OS::TripleO::Services::CephClient @@ -140,3 +143,4 @@ parameter_defaults: - OS::TripleO::Services::VipHosts - OS::TripleO::Services::NeutronHoneycombAgent - OS::TripleO::Services::NeutronVppAgent + - OS::TripleO::Services::Vpp |