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

Merge branch 'master' into 'master'

Master

See merge request dehury/radon-particles!9
parents ceec802b fa8a9855
No related branches found
No related tags found
No related merge requests found
this is ex7.
\ 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: "877"
y: "188"
displayName: "containerNginx"
properties:
container_port: 5000
image_name: "canigetyourwhatwhat/devops2021:prac2"
container_name: "mynginxserver2"
host_port: 8085
requirements:
- host:
node: DockerEngineUT_0
relationship: con_HostedOn_0
capability: host
RemoteWorkstation_0:
type: radon.nodes.VM.RemoteWorkstation
metadata:
x: "601"
y: "491"
displayName: "myWorkerVM_daichi"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/.ssh/do_key"
external_ip: "172.17.89.233"
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "601"
y: "313"
displayName: "DockerEngineUT"
requirements:
- host:
node: RemoteWorkstation_0
relationship: con_HostedOn_1
capability: host
relationship_templates:
con_HostedOn_0:
type: tosca.relationships.HostedOn
con_HostedOn_1:
type: tosca.relationships.HostedOn
This is the content of DevOps class, lab 7.
Creating Nginx, docker engine, and worker node by winery.
\ 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: "626"
y: "685"
displayName: "myWorkerVM_daichi"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/.ssh/do_key"
external_ip: "172.17.89.233"
containerNginx_0:
type: radon.nodes.docker.containerNginx
metadata:
x: "896"
y: "120"
displayName: "defaultNginxServer_daichi"
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
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "629"
y: "418"
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
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