From 95b42d640c377bf0aa8094c5c47cf5b4121b027f Mon Sep 17 00:00:00 2001 From: Michael Wurster Date: Fri, 10 Jan 2020 16:48:53 +0100 Subject: [PATCH] Fix models --- admin/edmmmappings/EdmmMappings.json | 21 +++++++ .../PetClinic-IA/NodeTypeImplementation.tosca | 1 - .../SELFSERVICE-Metadata/data.xml | 5 ++ .../SELFSERVICE-Metadata/data.xml.mimetype | 1 + .../PetClinic-Cloud/ServiceTemplate.tosca | 63 +++++++++++++++++++ .../ServiceTemplate.tosca.mimetype | 1 + 6 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 servicetemplates/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fservicetemplates/PetClinic-Cloud/SELFSERVICE-Metadata/data.xml create mode 100644 servicetemplates/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fservicetemplates/PetClinic-Cloud/SELFSERVICE-Metadata/data.xml.mimetype create mode 100644 servicetemplates/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fservicetemplates/PetClinic-Cloud/ServiceTemplate.tosca create mode 100644 servicetemplates/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fservicetemplates/PetClinic-Cloud/ServiceTemplate.tosca.mimetype diff --git a/admin/edmmmappings/EdmmMappings.json b/admin/edmmmappings/EdmmMappings.json index 63b3e93..a018814 100644 --- a/admin/edmmmappings/EdmmMappings.json +++ b/admin/edmmmappings/EdmmMappings.json @@ -38,6 +38,27 @@ }, { "edmmType" : "web_application", "toscaType" : "{https://edmm.uni-stuttgart.de/nodetypes}PetClinic" + }, { + "edmmType" : "aws_aurora", + "toscaType" : "{https://edmm.uni-stuttgart.de/nodetypes}AWS_Aurora" + }, { + "edmmType" : "aws_beanstalk", + "toscaType" : "{https://edmm.uni-stuttgart.de/nodetypes}AWS_Beanstalk" + }, { + "edmmType" : "auth0", + "toscaType" : "{https://edmm.uni-stuttgart.de/nodetypes}Auth0" + }, { + "edmmType" : "dbaas", + "toscaType" : "{https://edmm.uni-stuttgart.de/nodetypes}DBaaS" + }, { + "edmmType" : "paas", + "toscaType" : "{https://edmm.uni-stuttgart.de/nodetypes}PaaS" + }, { + "edmmType" : "platform", + "toscaType" : "{https://edmm.uni-stuttgart.de/nodetypes}Platform" + }, { + "edmmType" : "saas", + "toscaType" : "{https://edmm.uni-stuttgart.de/nodetypes}SaaS" } ], "edmmTypeMapping" : [ { "edmmType" : "web_application", diff --git a/nodetypeimplementations/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fnodetypeimplementations/PetClinic-IA/NodeTypeImplementation.tosca b/nodetypeimplementations/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fnodetypeimplementations/PetClinic-IA/NodeTypeImplementation.tosca index 1319e2a..b54cabc 100644 --- a/nodetypeimplementations/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fnodetypeimplementations/PetClinic-IA/NodeTypeImplementation.tosca +++ b/nodetypeimplementations/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fnodetypeimplementations/PetClinic-IA/NodeTypeImplementation.tosca @@ -5,6 +5,5 @@ - diff --git a/servicetemplates/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fservicetemplates/PetClinic-Cloud/SELFSERVICE-Metadata/data.xml b/servicetemplates/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fservicetemplates/PetClinic-Cloud/SELFSERVICE-Metadata/data.xml new file mode 100644 index 0000000..b30ce06 --- /dev/null +++ b/servicetemplates/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fservicetemplates/PetClinic-Cloud/SELFSERVICE-Metadata/data.xml @@ -0,0 +1,5 @@ + + + 1.0 + Winery + diff --git a/servicetemplates/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fservicetemplates/PetClinic-Cloud/SELFSERVICE-Metadata/data.xml.mimetype b/servicetemplates/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fservicetemplates/PetClinic-Cloud/SELFSERVICE-Metadata/data.xml.mimetype new file mode 100644 index 0000000..c3c3ab5 --- /dev/null +++ b/servicetemplates/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fservicetemplates/PetClinic-Cloud/SELFSERVICE-Metadata/data.xml.mimetype @@ -0,0 +1 @@ +text/xml \ No newline at end of file diff --git a/servicetemplates/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fservicetemplates/PetClinic-Cloud/ServiceTemplate.tosca b/servicetemplates/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fservicetemplates/PetClinic-Cloud/ServiceTemplate.tosca new file mode 100644 index 0000000..3971303 --- /dev/null +++ b/servicetemplates/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fservicetemplates/PetClinic-Cloud/ServiceTemplate.tosca @@ -0,0 +1,63 @@ + + + + + + + + + eu-west-1 + java + 1 + 1 + + + + + + + petclinic + pc + petclinic + + + + + + + eu-west-1 + large + + + + + + + eu-west-1 + + xyz123abc + example.test + api.example.test + user,email + + + + + + + + + + + + + + + + + + + + + + diff --git a/servicetemplates/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fservicetemplates/PetClinic-Cloud/ServiceTemplate.tosca.mimetype b/servicetemplates/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fservicetemplates/PetClinic-Cloud/ServiceTemplate.tosca.mimetype new file mode 100644 index 0000000..6cfef85 --- /dev/null +++ b/servicetemplates/https%3A%2F%2Fedmm.uni-stuttgart.de%2Fservicetemplates/PetClinic-Cloud/ServiceTemplate.tosca.mimetype @@ -0,0 +1 @@ +application/vnd.oasis.tosca.definitions \ No newline at end of file