Skip to content
Snippets Groups Projects
Commit e137a0ee authored by everest's avatar everest
Browse files

Raido adding his apache service template

parent fd6fa4ac
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
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