Skip to content
Snippets Groups Projects
Commit 02ef40f8 authored by Martin Kristensen Eide's avatar Martin Kristensen Eide
Browse files

Kommentarer

parent 071cd746
Branches
No related tags found
No related merge requests found
# The documentation for Openstack Heat resources were rappidly
# used: https://docs.openstack.org/heat/rocky/template_guide/openstack.html
heat_template_version: 2018-08-31 heat_template_version: 2018-08-31
description: > description: >
......
# The documentation for Openstack Heat resources were rappidly
# used: https://docs.openstack.org/heat/rocky/template_guide/openstack.html
heat_template_version: 2018-08-31 heat_template_version: 2018-08-31
description: > description: >
......
# The documentation for Openstack Heat resources were rappidly
# used: https://docs.openstack.org/heat/rocky/template_guide/openstack.html
heat_template_version: 2018-08-31 heat_template_version: 2018-08-31
parameters: parameters:
......
# The documentation for Openstack Heat resources were rappidly
# used: https://docs.openstack.org/heat/rocky/template_guide/openstack.html
heat_template_version: 2018-08-31 heat_template_version: 2018-08-31
description: > description: >
......
# The documentation for Openstack Heat resources were rappidly
# used: https://docs.openstack.org/heat/rocky/template_guide/openstack.html
heat_template_version: 2018-08-31 heat_template_version: 2018-08-31
description: > description: >
......
# The code below is for the load balancer, it includes load balancing for # The code below is for the load balancer, it includes load balancing for
# rdp and sftp. The documentation for openstack resource types were used # rdp and sftp. The documentation for openstack resource types were used
# to know what resources and properties were necassary for the balancnig # to know what resources and properties were necassary for the balancnig
# logic # logic https://docs.openstack.org/heat/rocky/template_guide/openstack.html
heat_template_version: 2018-08-31 heat_template_version: 2018-08-31
parameters: parameters:
......
# The documentation for Openstack Heat resources were rappidly
# used: https://docs.openstack.org/heat/rocky/template_guide/openstack.html
heat_template_version: 2018-08-31 heat_template_version: 2018-08-31
description: Master template for project. description: Master template for project.
...@@ -71,7 +73,7 @@ resources: ...@@ -71,7 +73,7 @@ resources:
heat_network_subnet: { get_attr: [ base, resource.heat_network_subnet ] } heat_network_subnet: { get_attr: [ base, resource.heat_network_subnet ] }
# This solution was inspired from Lars Erik Pedersens (NTNU IT-Division) # This solution was inspired from Lars Erik Pedersens (NTNU IT-Division)
# proposal # proposal https://github.com/LarsErikP/heat-examples/tree/main/lbtest
clients: clients:
type: OS::Heat::ResourceGroup type: OS::Heat::ResourceGroup
properties: properties:
......
...@@ -25,6 +25,8 @@ parameters: ...@@ -25,6 +25,8 @@ parameters:
type: string type: string
description: RDP members to inject description: RDP members to inject
# This solution was inspired from Lars Erik Pedersens (NTNU IT-Division)
# proposal https://github.com/LarsErikP/heat-examples/tree/main/lbtest
resources: resources:
server: server:
type: OS::Nova::Server type: OS::Nova::Server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment