CSIT-1416 Remove installation of vpp from containers 39/17239/17
authorPeter Mikus <pmikus@cisco.com>
Fri, 1 Feb 2019 14:51:06 +0000 (14:51 +0000)
committerPeter Mikus <pmikus@cisco.com>
Mon, 4 Feb 2019 17:33:56 +0000 (17:33 +0000)
Use parent system (Host, Container) installation of VPP. This will save
the internet bandwith by skip installing of prerequisites packages.
It will also skip dpkg install and simplify the process of initializing
VPP inside container.

Previosly initialization of VPP in container takes about 55s. With this
patch it is reduced to 2-3s.

This patch removes the bloated VOLUME creation between container
sidecars (a.k.a nested container) and fixes the hugepage allocation.

Change-Id: Ifa2be532edb77354657e1b84568bdc34993b00d0
Signed-off-by: Peter Mikus <pmikus@cisco.com>

No differences found