From 807fbaae96dc75294fe17c933b43261011f33309 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Mon, 23 Sep 2019 10:10:58 -0400 Subject: Add bi-directional GRPC python executor. Python based bidirectional communication script executor microservice. Issue-ID: CCSDK-1747 Signed-off-by: Brinda Santh Change-Id: If2e8f862ca4cb97d10714df2ab1cccccef2d576a --- ms/py-executor/docker/distribution.xml | 53 ++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100755 ms/py-executor/docker/distribution.xml (limited to 'ms/py-executor/docker/distribution.xml') diff --git a/ms/py-executor/docker/distribution.xml b/ms/py-executor/docker/distribution.xml new file mode 100755 index 000000000..8bd06c88f --- /dev/null +++ b/ms/py-executor/docker/distribution.xml @@ -0,0 +1,53 @@ + + + + + ${assembly.id} + + tar.gz + + + + ${project.basedir} + opt/app/onap/python + + blueprints_grpc/**/*.py + *.py + + true + + + ${project.basedir} + opt/app/onap + + requirements.txt + configuration.ini + + true + + + ${project.basedir}/docker + opt/app/onap + + *.sh + + true + + + \ No newline at end of file -- cgit 1.2.3-korg