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

Merge branch 'master' into 'master'

Hallikas is adding his first service template

See merge request dehury/radon-particles!14
parents 06f61371 e13a11e5
No related branches found
No related tags found
No related merge requests found
Apache httpd
\ No newline at end of file
text/plain
\ No newline at end of file
tosca_definitions_version: tosca_simple_yaml_1_3
metadata:
targetNamespace: "example.org.tosca.servicetemplates"
topology_template:
node_templates:
containerNginx_0:
type: radon.nodes.docker.containerNginx
metadata:
x: "1076"
y: "145"
displayName: "containerNginx"
properties:
container_port: 80
image_name: "httpd"
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: "350"
y: "218"
displayName: "RemoteWorkstation"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/hallikas_key_main.pem"
external_ip: "172.17.89.24"
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "681"
y: "207"
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
My application. Rain Hallikas.
\ 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: "1055"
y: "128"
displayName: "defaultNginxServer_hallikas"
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: "306"
y: "115"
displayName: "myWorkerVM_hallikas"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/hallikas_key_main.pem"
external_ip: "172.17.89.24"
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "676"
y: "159"
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