contrail-packages has incorrect makefile entry for contrail-vrouter-dpdk

Bug #1569607 reported by Sean Winn
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
Trunk
Fix Committed
Undecided
Unassigned
OpenContrail
New
Undecided
Unassigned

Bug Description

contrail-packages/packages.make sets CONTRAIL_VROUTER_DPDK via:

# DPDK vRouter is currently supported only on Ubuntu 12.04 Precise and 14.04 Trusty
ifeq ($(SERIES),precise)
    CONTRAIL_VROUTER_DPDK := contrail-vrouter-dpdk
endif
ifeq ($(SERIES),trusty)
    CONTRAIL_VROUTER_DPDK := contrail-vrouter-dpdk
endif

Makefile target of all includes:

all: package-ifmap-server \
 package-contrail-web-core \
 package-contrail-web-controller \
 package-contrail \
 package-neutron-plugin-contrail \
 package-ceilometer-plugin-contrail \
 package-contrail-heat \
 $(CONTRAIL_VROUTER_DPDK)

The actual makefile target is:

package-contrail-vrouter-dpdk: debian-contrail-vrouter-dpdk

Sean Winn (seanmwinn)
description: updated
description: updated
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/19257
Submitter: Sean Winn (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/19257
Committed: http://github.org/Juniper/contrail-packages/commit/d2e2055ac28622e5698e39dcdd5b5522d1b5d570
Submitter: Zuul
Branch: master

commit d2e2055ac28622e5698e39dcdd5b5522d1b5d570
Author: Sean Winn <email address hidden>
Date: Tue Apr 12 16:37:03 2016 -0700

Fixes target for contrail-vrouter-dpdk package

Closes-bug: #1569607
Change-Id: I220d602617174deebba5306871a3082b04ed5a1f

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.