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

Merge branch 'master' into 'master'

Souvik is adding his first service template

See merge request dehury/radon-particles!36
parents 4a04bbfc 9c601e3d
No related branches found
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: "843"
y: "182"
displayName: "containerNginx"
properties:
container_port: "80"
image_name: "httpd"
container_name: "myapacheserver"
host_port: "8081"
name: "apache_paul"
requirements:
- host:
node: DockerEngineUT_0
relationship: con_HostedOn_1
capability: host
RemoteWorkstation_0:
type: radon.nodes.VM.RemoteWorkstation
metadata:
x: "696"
y: "444"
displayName: "RemoteWorkstationPaul"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/key"
external_ip: "172.17.88.55"
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "402"
y: "264"
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
Nginx container docker hosted on VM
\ 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: "822"
y: "755"
displayName: "defaultNginxServer_paul"
properties:
container_port: "80"
image_name: "nginx:1.13"
container_name: "mynginxserver"
host_port: "8082"
name: "defaultNginxServer_paul"
requirements:
- host:
node: DockerEngineUT_0
relationship: con_HostedOn_1
capability: host
RemoteWorkstation_0:
type: radon.nodes.VM.RemoteWorkstation
metadata:
x: "544"
y: "195"
displayName: "myWorkerVM_paul"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/key"
external_ip: "172.17.88.55"
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "936"
y: "357"
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