From b3f721af9558b6a860b506d6f544218c9e279736 Mon Sep 17 00:00:00 2001 From: a Date: Mon, 14 Dec 2015 14:40:01 +0530 Subject: [PATCH] vcenter-plugin package related changes Changes to bundle vcenter-plugin deb into the contrail-vcenter deb. Partial-Bug: #1511691 Change-Id: I9d59ac3b5d3b1d9655371dc9a47001cfab88391c --- .../ubuntu1404/vcenter/contrail_packages.cfg | 4 ++++ common/debian/Makefile | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/build/package_configs/ubuntu1404/vcenter/contrail_packages.cfg b/build/package_configs/ubuntu1404/vcenter/contrail_packages.cfg index 29963e61d..73229eb66 100644 --- a/build/package_configs/ubuntu1404/vcenter/contrail_packages.cfg +++ b/build/package_configs/ubuntu1404/vcenter/contrail_packages.cfg @@ -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 diff --git a/common/debian/Makefile b/common/debian/Makefile index 990d7bbff..c3108877c 100644 --- a/common/debian/Makefile +++ b/common/debian/Makefile @@ -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 \