Skip to content
Snippets Groups Projects
Commit 4e74a757 authored by dehury's avatar dehury
Browse files

Deleted...

Deleted servicetemplates/radon.blueprints.examples/myApacheService_artjom/README.md, servicetemplates/radon.blueprints.examples/myApacheService_artjom/README.md.mimetype, servicetemplates/radon.blueprints.examples/myApacheService_artjom/ServiceTemplate.tosca, servicetemplates/radon.blueprints.examples/myApacheService_daichi/README.md, servicetemplates/radon.blueprints.examples/myApacheService_daichi/README.md.mimetype, servicetemplates/radon.blueprints.examples/myApacheService_daichi/ServiceTemplate.tosca, servicetemplates/radon.blueprints.examples/myApacheService_everest/README.md, servicetemplates/radon.blueprints.examples/myApacheService_everest/README.md.mimetype, servicetemplates/radon.blueprints.examples/myApacheService_everest/ServiceTemplate.tosca, servicetemplates/radon.blueprints.examples/myApacheService_jsapas/README.md, servicetemplates/radon.blueprints.examples/myApacheService_jsapas/README.md.mimetype, servicetemplates/radon.blueprints.examples/myApacheService_jsapas/ServiceTemplate.tosca, servicetemplates/radon.blueprints.examples/myApacheService_krylov/README.md, servicetemplates/radon.blueprints.examples/myApacheService_krylov/README.md.mimetype, servicetemplates/radon.blueprints.examples/myApacheService_krylov/ServiceTemplate.tosca, servicetemplates/radon.blueprints.examples/myApacheService_lohvina/README.md, servicetemplates/radon.blueprints.examples/myApacheService_lohvina/README.md.mimetype, servicetemplates/radon.blueprints.examples/myApacheService_lohvina/ServiceTemplate.tosca, servicetemplates/radon.blueprints.examples/myApacheService_mateus_w1-wip1/ServiceTemplate.tosca, servicetemplates/radon.blueprints.examples/myApacheService_paul/ServiceTemplate.tosca, servicetemplates/radon.blueprints.examples/myApacheService_ramos/README.md, servicetemplates/radon.blueprints.examples/myApacheService_ramos/README.md.mimetype, servicetemplates/radon.blueprints.examples/myApacheService_ramos/ServiceTemplate.tosca, servicetemplates/radon.blueprints.examples/myApacheService_rapur/README.md, servicetemplates/radon.blueprints.examples/myApacheService_rapur/README.md.mimetype, servicetemplates/radon.blueprints.examples/myApacheService_rapur/ServiceTemplate.tosca, servicetemplates/radon.blueprints.examples/myApacheService_rooparg/README.md, servicetemplates/radon.blueprints.examples/myApacheService_rooparg/README.md.mimetype, servicetemplates/radon.blueprints.examples/myApacheService_rooparg/ServiceTemplate.tosca, servicetemplates/radon.blueprints.examples/myApacheService_roosalu/README.md, servicetemplates/radon.blueprints.examples/myApacheService_roosalu/README.md.mimetype, servicetemplates/radon.blueprints.examples/myApacheService_roosalu/ServiceTemplate.tosca, servicetemplates/radon.blueprints.examples/myApacheService_saan/README.md, servicetemplates/radon.blueprints.examples/myApacheService_saan/README.md.mimetype, servicetemplates/radon.blueprints.examples/myApacheService_saan/ServiceTemplate.tosca, servicetemplates/radon.blueprints.examples/myFirstToscaApp_everest/README.md, servicetemplates/radon.blueprints.examples/myFirstToscaApp_everest/README.md.mimetype, servicetemplates/radon.blueprints.examples/myFirstToscaApp_everest/ServiceTemplate.tosca, servicetemplates/radon.blueprints.examples/myFirstToscaApp_vija/README.md, servicetemplates/radon.blueprints.examples/myFirstToscaApp_vija/README.md.mimetype, servicetemplates/radon.blueprints.examples/myFirstToscaApp_vija/ServiceTemplate.tosca
parent 70e134ed
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 398 deletions
This is my Apache service
\ 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: "1484"
y: "232"
displayName: "containerNginx"
properties:
container_port: 80
image_name: "httpd:2.4"
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: "332"
y: "194"
displayName: "myWorkerVM_artjom"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/id_rsa"
external_ip: "172.17.91.128"
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "878"
y: "234"
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
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
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
Lab7 homework
\ 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: "990"
y: "170"
displayName: "containerNginx"
properties:
container_port: "80"
image_name: "httpd:2.4"
container_name: "myapacheserver"
host_port: "8088"
name: "defaultApacheServer_jsapas"
requirements:
- host:
node: DockerEngineUT_0
relationship: con_HostedOn_1
capability: host
RemoteWorkstation_0:
type: radon.nodes.VM.RemoteWorkstation
metadata:
x: "207"
y: "229"
displayName: "RemoteWorkstation"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/jsapas.pem"
external_ip: "192.168.42.46"
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "541"
y: "202"
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
In this application, we deploy an Apache HTTP server from [this](https://hub.docker.com/_/httpd?tab=description) image on docker engine installed in a centos worker 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: "490"
y: "104"
displayName: "defaultApacheServer_krylov"
properties:
container_port: "80"
image_name: "httpd"
container_name: "my_apache_server"
host_port: "8083"
requirements:
- host:
node: DockerEngineUT_0
relationship: con_HostedOn_1
capability: host
RemoteWorkstation_0:
type: radon.nodes.VM.RemoteWorkstation
metadata:
x: "490"
y: "472"
displayName: "myWorkerVM_krylov"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/krylov_key"
external_ip: "172.17.91.193"
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "490"
y: "285"
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
Lohvina is doing Apache Service...
\ 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: "980"
y: "156"
displayName: "defaultNginxServer_anhelina"
properties:
container_port: "5000"
image_name: "lohvina/devops2021:prac2"
container_name: "mynginxserver"
host_port: "8083"
requirements:
- host:
node: DockerEngineUT_0
relationship: con_HostedOn_1
capability: host
RemoteWorkstation_0:
type: radon.nodes.VM.RemoteWorkstation
metadata:
x: "355"
y: "176"
displayName: "myWorkerVM_anhelina"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/lohvina.pem"
external_ip: "172.17.90.136"
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "660"
y: "174"
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
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: "520"
y: "643"
displayName: "containerNginx"
properties:
container_port: "80"
image_name: "httpd"
container_name: "defaultApacheServer_mateus"
host_port: "8083"
requirements:
- host:
node: DockerEngineUT_0
relationship: con_HostedOn_0
capability: host
RemoteWorkstation_0:
type: radon.nodes.VM.RemoteWorkstation
metadata:
x: "223"
y: "107"
displayName: "RemoteWorkstation"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/ETAIS"
external_ip: "172.17.90.16"
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "944"
y: "275"
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
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: "843"
y: "182"
displayName: "containerNginx"
properties:
container_port: "80"
image_name: "httpd"
container_name: "myapacheserver"
host_port: "8081"
name: "apache_paul"
requirements:
- host:
node: DockerEngineUT_0
relationship: con_HostedOn_1
capability: host
RemoteWorkstation_0:
type: radon.nodes.VM.RemoteWorkstation
metadata:
x: "696"
y: "444"
displayName: "RemoteWorkstationPaul"
properties:
ssh_username: "centos"
KeyFile: "/home/ubuntu/key"
external_ip: "172.17.88.55"
DockerEngineUT_0:
type: radon.nodes.docker.DockerEngineUT
metadata:
x: "402"
y: "264"
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