From 972fd705a0b5a3befcab0a59bc55badfddc1416b Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Mon, 2 Apr 2018 17:23:47 -0500 Subject: installation enhancements The following changes aim to have a quicker start of the drools container: 1. For both amsterdam (and the experimental beijing) controllers dependencies are pre-installed, so the loading of 3rd party dependencies are faster. 2. Further enhancements in installation. 3. Make sure that the naming of the generated control loop artifacts have a "control loop" label associated with it, so in the future, if other applications are added (non control loop related) do not conflict and is clear. Change-Id: Iecb84d186fcc34069aa5c4a175a8a4521b38499d Issue-ID: POLICY-534 Signed-off-by: Jorge Hernandez --- .../artifacts-controlloop/src/assembly/zip.xml | 39 ++++++++++++++++++++++ .../src/files/README.controlloop.artifacts.txt | 2 ++ 2 files changed, 41 insertions(+) create mode 100644 controlloop/packages/artifacts-controlloop/src/assembly/zip.xml create mode 100644 controlloop/packages/artifacts-controlloop/src/files/README.controlloop.artifacts.txt (limited to 'controlloop/packages/artifacts-controlloop/src') diff --git a/controlloop/packages/artifacts-controlloop/src/assembly/zip.xml b/controlloop/packages/artifacts-controlloop/src/assembly/zip.xml new file mode 100644 index 000000000..6a14b8b93 --- /dev/null +++ b/controlloop/packages/artifacts-controlloop/src/assembly/zip.xml @@ -0,0 +1,39 @@ + + + + zipfile + + zip + + false + + + src/files + . + 755 + + + + + artifacts + + + diff --git a/controlloop/packages/artifacts-controlloop/src/files/README.controlloop.artifacts.txt b/controlloop/packages/artifacts-controlloop/src/files/README.controlloop.artifacts.txt new file mode 100644 index 000000000..f229dbf36 --- /dev/null +++ b/controlloop/packages/artifacts-controlloop/src/files/README.controlloop.artifacts.txt @@ -0,0 +1,2 @@ +The artifacts directory contains Control Loop Application Dependencies that are +to be installed in the local nexus instance. \ No newline at end of file -- cgit 1.2.3-korg