From 4e19c7a13e4717082f676ec5e72d35e9ea963a33 Mon Sep 17 00:00:00 2001 From: Saravanan KR Date: Wed, 24 May 2017 11:28:37 +0530 Subject: Enable DPDK on boot using PreNetworkConfig DPDK has to be enabled on openvswitch on the boot before configuring the network as when the network uses DPDK ports OvS should be ready to handle DPDK. Enabled DPDK via PreNetworkConfig by checking if ServiceNames contains DPDK service. Implements: blueprint ovs-2-6-dpdk Closes-Bug: #1654975 Depends-On: I83a540336c01a696780621fb2b39486a6abf0917 Change-Id: I7af4534d91e67c94ba559b78b9ac6a001e639db3 --- puppet/compute-role.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/compute-role.yaml') diff --git a/puppet/compute-role.yaml b/puppet/compute-role.yaml index 7bcee47d..6b0beab2 100644 --- a/puppet/compute-role.yaml +++ b/puppet/compute-role.yaml @@ -386,6 +386,7 @@ resources: properties: server: {get_resource: NovaCompute} RoleParameters: {get_param: RoleParameters} + ServiceNames: {get_param: ServiceNames} NetworkConfig: type: OS::TripleO::Compute::Net::SoftwareConfig -- cgit 1.2.3-korg