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

Merge branch 'master' into 'master'

Harry is adding his service templates

See merge request dehury/radon-particles!15
parents 2acf12d7 d40b532c
No related branches found
No related tags found
No related merge requests found
Apache server on top of Docker hosted on remote CentOS 8 VM.
text/x-web-markdown
\ 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: "1033"
y: "153"
displayName: "defaultApacheServer_talvik"
properties:
container_port: 80
image_name: "httpd:2.4"
container_name: "myapacheserver"
host_port: 8088
requirements:
- host:
node: DockerEngineUT_0
relationship: con_HostedOn_1
capability: host
RemoteWorkstation_0:
type: radon.nodes.VM.RemoteWorkstation
metadata:
x: "315"
y: "155"
displayName: "myWorkerVM_talvik"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/.ssh/id_rsa_devops_talvik"
external_ip: "172.17.91.157"
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "651"
y: "153"
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 server on top of Docker hosted on remote CentOS 8 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: "1019"
y: "166"
displayName: "defaultNginxServer_hat"
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: "346"
y: "172"
displayName: "myWorkerVM_hat"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/.ssh/id_rsa_devops_talvik"
external_ip: "172.17.91.157"
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "637"
y: "166"
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