summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/artifact_types.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-05-30 18:32:14 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-30 18:32:14 +0000
commit32d132a78288521798d302cafbd9a7eac9121cae (patch)
tree838588d4a6cb8441cc9e20c92b93ddc2ab5ac059 /components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/artifact_types.json
parentb86fe0e27bc66ecae386007c1d751f82cbf920cd (diff)
parenta3d9ac859fa47f2aa2849160e08c7a3c1048589e (diff)
Merge "Remote AWX ansible playbook executor"
Diffstat (limited to 'components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/artifact_types.json')
-rw-r--r--components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/artifact_types.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/artifact_types.json b/components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/artifact_types.json
new file mode 100644
index 000000000..6e5cfc3a1
--- /dev/null
+++ b/components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/artifact_types.json
@@ -0,0 +1,34 @@
+{
+ "artifact_types" : {
+ "artifact-directed-graph" : {
+ "description" : "Directed Graph File",
+ "version" : "1.0.0",
+ "derived_from" : "tosca.artifacts.Implementation",
+ "file_ext" : [ "json", "xml" ]
+ },
+ "artifact-mapping-resource" : {
+ "description" : "Resource Mapping File used along with Configuration template",
+ "version" : "1.0.0",
+ "derived_from" : "tosca.artifacts.Implementation",
+ "file_ext" : [ "json" ]
+ },
+ "artifact-script-ansible" : {
+ "description" : "Ansible Script file",
+ "version" : "1.0.0",
+ "derived_from" : "tosca.artifacts.Implementation",
+ "file_ext" : [ "yaml" ]
+ },
+ "artifact-script-python" : {
+ "description" : "Python Script file",
+ "version" : "1.0.0",
+ "derived_from" : "tosca.artifacts.Implementation",
+ "file_ext" : [ "py" ]
+ },
+ "artifact-template-velocity" : {
+ "description" : " Velocity Template used for Configuration",
+ "version" : "1.0.0",
+ "derived_from" : "tosca.artifacts.Implementation",
+ "file_ext" : [ "vtl" ]
+ }
+ }
+} \ No newline at end of file