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

Merge branch 'master' into 'master'

Raido's templates

See merge request dehury/radon-particles!27
parents 473ea9ad e137a0ee
No related branches found
No related tags found
No related merge requests found
yes hello this is apache !!! connect on port 8083 !!!
\ 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: "1541"
y: "430"
displayName: "defaultApacheServer_everest"
properties:
container_port: "80"
image_name: "httpd:2.4.51"
container_name: "myapacheserver"
host_port: "8083"
requirements:
- host:
node: DockerEngineUT_0
relationship: con_HostedOn_1
capability: host
RemoteWorkstation_0:
type: radon.nodes.VM.RemoteWorkstation
metadata:
x: "840"
y: "441"
displayName: "myWorkerVM_everest"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/id_rsa"
external_ip: "192.168.42.82"
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "1206"
y: "437"
displayName: "Docker Engine"
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
This application is just an nginx docker container running on a centos VM. Best regards
\ 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: "813"
y: "510"
displayName: "myWorkerVM_everest"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/id_rsa"
external_ip: "192.168.42.82"
containerNginx_0:
type: radon.nodes.docker.containerNginx
metadata:
x: "1605"
y: "510"
displayName: "defaultNginxServer_everest"
properties:
image_name: "nginx:1.13"
container_port: "80"
container_name: "mynginxserver"
host_port: "8082"
requirements:
- host:
node: DockerEngineUT_0
relationship: con_HostedOn_1
capability: host
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "1225"
y: "510"
displayName: "Docker Engine"
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
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