From a3d9ac859fa47f2aa2849160e08c7a3c1048589e Mon Sep 17 00:00:00 2001 From: Serge Simard Date: Fri, 17 May 2019 06:39:58 -0400 Subject: Remote AWX ansible playbook executor Issue-ID: CCSDK-1357 Change-Id: I794ce5450b341606829a1a37d9efed48abab32cc Signed-off-by: Serge Simard --- .../functions/ansible-awx-executor/pom.xml | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml (limited to 'ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml') diff --git a/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml b/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml new file mode 100644 index 000000000..8eafc4abf --- /dev/null +++ b/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml @@ -0,0 +1,64 @@ + + + + + functions + org.onap.ccsdk.cds.blueprintsprocessor + 0.5.0-SNAPSHOT + + 4.0.0 + + org.onap.ccsdk.cds.blueprintsprocessor.functions + ansible-awx-executor + Blueprints Processor Function - Ansible AWX Executor + Blueprints Processor Function - Ansible Executor + + + + org.python + jython-standalone + + + org.onap.ccsdk.cds.blueprintsprocessor + rest-lib + + + org.onap.ccsdk.cds.controllerblueprints + blueprint-core + + + org.onap.ccsdk.cds.blueprintsprocessor + processor-core + + + org.apache.httpcomponents + httpclient + ${apache.httpcomponents.client.version} + + + org.springframework.boot + spring-boot-starter-web + test + + + org.springframework.boot + spring-boot-starter-security + test + + + + -- cgit 1.2.3-korg