Skip to content
Snippets Groups Projects
Commit 13e32cc6 authored by papkov's avatar papkov
Browse files

task 7

parent 02b34618
Branches master
No related tags found
No related merge requests found
......@@ -2,3 +2,47 @@ 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: "376"
y: "537"
displayName: "defaultApacheServer_papkov"
properties:
container_port: 80
image_name: "httpd:latest"
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: "122"
y: "168"
displayName: "myWorkerVM_papkov"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/papkov"
external_ip: "172.17.91.198"
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "558"
y: "181"
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