Skip to content

Commit

Permalink
Merge "vcenter-plugin package related changes"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Dec 18, 2015
2 parents c192a74 + b3f721a commit 2e85d88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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
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 2e85d88

Please sign in to comment.