Skip to content
Snippets Groups Projects
Commit 03cdc7d4 authored by poojara's avatar poojara
Browse files

Deleted myfirstToscaApp service template

parent 98471c00
Branches master
No related tags found
No related merge requests found
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
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment