Skip to content

Commit

Permalink
vcenter-plugin package related changes
Browse files Browse the repository at this point in the history
Changes to bundle vcenter-plugin deb into the contrail-vcenter deb.

Partial-Bug: #1511691

Change-Id: I9d59ac3b5d3b1d9655371dc9a47001cfab88391c
  • Loading branch information
a committed Dec 14, 2015
1 parent 4e817e2 commit b3f721a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,7 @@ makeloc = tools/packaging/common/debian
pkgs = contrail-vmware-vrouter
makeloc = tools/packaging/common/debian

[contrail-install-vcenter-plugin]
pkgs = contrail-install-vcenter-plugin
makeloc = tools/packaging/common/debian
builtloc = tools/packaging/common/debian/vcenter-plugin/build
8 changes: 7 additions & 1 deletion common/debian/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,17 @@ PACKAGES_VMWARE = \
contrail-f5-deb \
contrail-vmware-config-deb \
contrail-vmware-utils-deb \
contrail-vmware-vrouter-deb
contrail-vmware-vrouter-deb \
contrail-install-vcenter-plugin

all_vmware: ${PACKAGES_VMWARE}
@echo "Build complete"

# Building vcenter-plugin
contrail-install-vcenter-plugin:
(cd vcenter-plugin && make all)
#end vcenter-plugin build

server-manager-all: contrail-server-manager-deb \
contrail-server-manager-lite-deb \
contrail-server-manager-client-deb \
Expand Down

0 comments on commit b3f721a

Please sign in to comment.