Skip to content
Snippets Groups Projects
Commit 3b57d340 authored by Timofei Ganjusev's avatar Timofei Ganjusev
Browse files

Ganjusev Timofei is adding his first service template

parent a2c98fd1
No related branches found
No related tags found
No related merge requests found
My first TOSCA application
\ No newline at end of file
Simple nginx app created in winery. idk
\ No newline at end of file
......@@ -7,14 +7,14 @@ topology_template:
containerNginx_0:
type: radon.nodes.docker.containerNginx
metadata:
x: "381"
y: "109"
displayName: "containerNginx"
x: "1047"
y: "231"
displayName: "defaultNginxServer_ganjusev"
properties:
container_port: 80
container_port: "80"
image_name: "nginx:1.13"
container_name: "mynginxserver"
host_port: 8082
host_port: "8082"
requirements:
- host:
node: DockerEngineUT_0
......@@ -23,18 +23,18 @@ topology_template:
RemoteWorkstation_0:
type: radon.nodes.VM.RemoteWorkstation
metadata:
x: "959"
y: "210"
x: "368"
y: "269"
displayName: "RemoteWorkstation"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/etais"
external_ip: "172.17.90.104"
KeyFile: "/home/ubuntu/id_rsa"
external_ip: "172.17.91.49"
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "654"
y: "305"
x: "702"
y: "248"
displayName: "DockerEngineUT"
requirements:
- host:
......
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