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

Merge branch 'master' into 'master'

Tark - added apache and nginx service template

See merge request dehury/radon-particles!21
parents 9c7f7ba6 fd9d72ea
No related branches found
No related tags found
No related merge requests found
Tark first apache service template
\ 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:
RemoteWorkstation_1:
type: radon.nodes.VM.RemoteWorkstation
metadata:
x: "392"
y: "219"
displayName: "myWorkerVM_tark"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/tark_priv.pem"
external_ip: "172.17.89.136"
containerNginx_0:
type: radon.nodes.docker.containerNginx
metadata:
x: "1231"
y: "543"
displayName: "defaultApacheServer_tark"
properties:
container_port: "80"
image_name: "httpd:2.4"
container_name: "tark_apache"
host_port: "8088"
requirements:
- host:
node: DockerEngineUT_0
relationship: con_HostedOn_1
capability: host
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "641"
y: "427"
displayName: "DockerEngineUT"
requirements:
- host:
node: RemoteWorkstation_1
relationship: con_HostedOn_0
capability: host
relationship_templates:
con_HostedOn_0:
type: tosca.relationships.HostedOn
con_HostedOn_1:
type: tosca.relationships.HostedOn
VM machine, docker engine and nginx balance loader in docker container
\ 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: "1651"
y: "197"
displayName: "defaultNginxServer_tark"
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: "819"
y: "396"
displayName: "myWorkerVM_tark"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/tark_priv.pem"
external_ip: "172.17.89.136"
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "1120"
y: "399"
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