From 7fb6242e113efb3653c7846ffe7ac2959612daf3 Mon Sep 17 00:00:00 2001 From: "puthuparambil.aditya" Date: Wed, 23 Sep 2020 12:39:46 +0100 Subject: Enhance gRPC Simulator: 1.Make gRPC Simulator respond to different actions by generating the response on the basis of received request. 2.Include CDS Simulator in policy-models-simulator 3.Introduce a packages module in models-sim to package the docker image of policy-models-simulator which includes all the simulators(pdp-simulator to be added in future) in models. 4.The Jenkins job changes to push this newly created Docker image may be taken in the next release. Issue-ID: POLICY-2828 Signed-off-by: puthuparambil.aditya Change-Id: Ic1663bbe8205c64a8133ea0b0c28152f21d0732a --- models-sim/packages/pom.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 models-sim/packages/pom.xml (limited to 'models-sim/packages/pom.xml') diff --git a/models-sim/packages/pom.xml b/models-sim/packages/pom.xml new file mode 100644 index 000000000..14922559d --- /dev/null +++ b/models-sim/packages/pom.xml @@ -0,0 +1,62 @@ + + + + 4.0.0 + + org.onap.policy.models.sim + policy-models-sim + 2.3.2-SNAPSHOT + + + models-sim-packages + pom + + ${project.artifactId} + The module for packaging the policy-models-simulator component. + + + + true + + + + + default + + true + + + models-simulator-tarball + + + + docker + + models-simulator-tarball + models-simulator-docker + + + false + + + + -- cgit 1.2.3-korg