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

Merge branch 'master' into 'master'

Lohvina is adding his first service template

See merge request dehury/radon-particles!22
parents de77390b f0d6b3d6
No related branches found
No related tags found
No related merge requests found
Lohvina is doing Apache Service...
\ No newline at end of file
text/plain
\ No newline at end of file
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: "980"
y: "156"
displayName: "defaultNginxServer_anhelina"
properties:
container_port: "5000"
image_name: "lohvina/devops2021:prac2"
container_name: "mynginxserver"
host_port: "8083"
requirements:
- host:
node: DockerEngineUT_0
relationship: con_HostedOn_1
capability: host
RemoteWorkstation_0:
type: radon.nodes.VM.RemoteWorkstation
metadata:
x: "355"
y: "176"
displayName: "myWorkerVM_anhelina"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/lohvina.pem"
external_ip: "172.17.90.136"
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "660"
y: "174"
displayName: "DockerEngineUT"
requirements:
- host:
node: RemoteWorkstation_0
relationship: con_HostedOn_0
capability: host
relationship_templates:
con_HostedOn_0:
type: tosca.relationships.HostedOn
con_HostedOn_1:
type: tosca.relationships.HostedOn
I learn TOSCA
\ No newline at end of file
text/plain
\ No newline at end of file
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: "1026"
y: "114"
displayName: "defaultNginxServer_lohvina"
properties:
container_port: "80"
image_name: "nginx:1.13"
container_name: "mynginxserver"
host_port: "8082"
requirements:
- host:
node: DockerEngineUT_0
relationship: con_HostedOn_1
capability: host
RemoteWorkstation_0:
type: radon.nodes.VM.RemoteWorkstation
metadata:
x: "356"
y: "146"
displayName: "myWorkerVM_lohvina"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/lohvina.pem"
external_ip: "172.17.90.136"
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "689"
y: "145"
displayName: "DockerEngineUT"
requirements:
- host:
node: RemoteWorkstation_0
relationship: con_HostedOn_0
capability: host
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