Remote AWX ansible playbook executor 77/87977/5
authorSerge Simard <serge@agilitae.com>
Fri, 17 May 2019 10:39:58 +0000 (06:39 -0400)
committerSerge Simard <serge@agilitae.com>
Mon, 27 May 2019 20:24:48 +0000 (16:24 -0400)
commita3d9ac859fa47f2aa2849160e08c7a3c1048589e
tree2274828bb493be8e9c59aa1ee1e502644d9909b0
parentacbcd280dc9d04ed303ed994872a0f3ba6adbab3
Remote AWX ansible playbook executor

Issue-ID: CCSDK-1357

Change-Id: I794ce5450b341606829a1a37d9efed48abab32cc
Signed-off-by: Serge Simard <serge@agilitae.com>
19 files changed:
components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/artifact_types.json [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/data_types.json [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/node_types.json [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/policy_types.json [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/relationship_types.json [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/remote_ansible.json [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/resources_definition_types.json [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/remote_ansible/TOSCA-Metadata/TOSCA.meta [new file with mode: 0644]
components/model-catalog/definition-type/starter-type/node_type/component-remote-ansible-executor.json [new file with mode: 0644]
ms/blueprintsprocessor/application/pom.xml
ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/ansible-awx-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/ansible/executor/ComponentRemoteAnsibleExecutor.kt [new file with mode: 0644]
ms/blueprintsprocessor/functions/ansible-awx-executor/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/ansible/executor/ComponentRemoteAnsibleExecutorTest.kt [new file with mode: 0644]
ms/blueprintsprocessor/functions/ansible-awx-executor/src/test/resources/keystore.p12 [new file with mode: 0644]
ms/blueprintsprocessor/functions/ansible-awx-executor/src/test/resources/logback-test.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/ansible-awx-executor/src/test/resources/payload/requests/sample-remote-ansible-request.json [new file with mode: 0644]
ms/blueprintsprocessor/functions/pom.xml
ms/blueprintsprocessor/modules/commons/rest-lib/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/rest/service/BluePrintRestLibPropertyService.kt
ms/blueprintsprocessor/parent/pom.xml