From 03cdc7d4a9d0a78ac044a198958ad2101af868f7 Mon Sep 17 00:00:00 2001
From: poojara <shivananda.poojara@ut.ee>
Date: Thu, 16 Nov 2023 10:00:14 +0000
Subject: [PATCH] Deleted myfirstToscaApp service template

---
 .../myfirstToscaApp/ServiceTemplate.tosca     | 49 -------------------
 .../ServiceTemplate.tosca                     | 49 -------------------
 2 files changed, 98 deletions(-)
 delete mode 100644 servicetemplates/radon.blueprints.examples/myfirstToscaApp/ServiceTemplate.tosca
 delete mode 100644 servicetemplates/radon.blueprints.examples/myfirstToscaApp2_w1-wip1/ServiceTemplate.tosca

diff --git a/servicetemplates/radon.blueprints.examples/myfirstToscaApp/ServiceTemplate.tosca b/servicetemplates/radon.blueprints.examples/myfirstToscaApp/ServiceTemplate.tosca
deleted file mode 100644
index a67a2807..00000000
--- a/servicetemplates/radon.blueprints.examples/myfirstToscaApp/ServiceTemplate.tosca
+++ /dev/null
@@ -1,49 +0,0 @@
-tosca_definitions_version: tosca_simple_yaml_1_3
-
-metadata:
-  targetNamespace: "radon.blueprints.examples"
-topology_template:
-  node_templates:
-    containerNginx_0:
-      type: radon.nodes.docker.containerNginx
-      metadata:
-        x: "1476"
-        y: "259"
-        displayName: "containerNginx"
-      properties:
-        container_port: "80"
-        image_name: "nginx:1.13"
-        container_name: "mynginxserver"
-        host_port: "8082"
-        name: "defaultNginxServer_poojara"
-      requirements:
-        - host:
-            node: DockerEngineUT_ubuntu_0
-            relationship: con_HostedOn_0
-            capability: host
-    DockerEngineUT_ubuntu_0:
-      type: radon.nodes.docker.DockerEngineUT_ubuntu
-      metadata:
-        x: "1127"
-        y: "348"
-        displayName: "DockerEngineUT_ubuntu"
-      requirements:
-        - host:
-            node: RemoteWorkstation_0
-            relationship: con_HostedOn_1
-            capability: host
-    RemoteWorkstation_0:
-      type: radon.nodes.VM.RemoteWorkstation
-      metadata:
-        x: "668"
-        y: "370"
-        displayName: "RemoteWorkstation"
-      properties:
-        ssh_username: "ubuntu"
-        KeyFile: "/home/ubuntu/.ssh"
-        external_ip: "172.17.89.184"
-  relationship_templates:
-    con_HostedOn_0:
-      type: tosca.relationships.HostedOn
-    con_HostedOn_1:
-      type: tosca.relationships.HostedOn
diff --git a/servicetemplates/radon.blueprints.examples/myfirstToscaApp2_w1-wip1/ServiceTemplate.tosca b/servicetemplates/radon.blueprints.examples/myfirstToscaApp2_w1-wip1/ServiceTemplate.tosca
deleted file mode 100644
index b5a55ade..00000000
--- a/servicetemplates/radon.blueprints.examples/myfirstToscaApp2_w1-wip1/ServiceTemplate.tosca
+++ /dev/null
@@ -1,49 +0,0 @@
-tosca_definitions_version: tosca_simple_yaml_1_3
-
-metadata:
-  targetNamespace: "radon.blueprints.examples"
-topology_template:
-  node_templates:
-    containerNginx_0:
-      type: radon.nodes.docker.containerNginx
-      metadata:
-        x: "1443"
-        y: "296"
-        displayName: "containerNginx"
-      properties:
-        container_port: 80
-        image_name: "nginx:1.13"
-        container_name: "testing"
-        host_port: 8080
-        name: "testingshiva"
-      requirements:
-        - host:
-            node: DockerEngineUT_ubuntu_0
-            relationship: con_HostedOn_1
-            capability: host
-    DockerEngineUT_ubuntu_0:
-      type: radon.nodes.docker.DockerEngineUT_ubuntu
-      metadata:
-        x: "864"
-        y: "302"
-        displayName: "DockerEngineUT_ubuntu"
-      requirements:
-        - host:
-            node: RemoteWorkstation_0
-            relationship: con_HostedOn_0
-            capability: host
-    RemoteWorkstation_0:
-      type: radon.nodes.VM.RemoteWorkstation
-      metadata:
-        x: "475"
-        y: "323"
-        displayName: "RemoteWorkstation"
-      properties:
-        ssh_username: "ubuntu"
-        KeyFile: "/home/ubuntu/.ssh"
-        external_ip: "172.17.89.184"
-  relationship_templates:
-    con_HostedOn_0:
-      type: tosca.relationships.HostedOn
-    con_HostedOn_1:
-      type: tosca.relationships.HostedOn
-- 
GitLab