From 02ef40f83d9ece195f1ed0e16a42a82530d25cee Mon Sep 17 00:00:00 2001 From: Martin <Martikei@stud.ntnu.no> Date: Fri, 20 May 2022 09:43:44 +0200 Subject: [PATCH] Kommentarer --- .../orchestrationLogic/HEAT/HEAT_TEST_ANDERS/filvolume.yaml | 2 ++ source/orchestrationLogic/HEAT/base.yaml | 2 ++ source/orchestrationLogic/HEAT/dc.yaml | 2 ++ source/orchestrationLogic/HEAT/fileserver.yaml | 2 ++ source/orchestrationLogic/HEAT/filevolume.yaml | 2 ++ source/orchestrationLogic/HEAT/lb.yaml | 2 +- source/orchestrationLogic/HEAT/project.yaml | 4 +++- source/orchestrationLogic/HEAT/rdp_lb_member.yaml | 2 ++ 8 files changed, 16 insertions(+), 2 deletions(-) diff --git a/source/orchestrationLogic/HEAT/HEAT_TEST_ANDERS/filvolume.yaml b/source/orchestrationLogic/HEAT/HEAT_TEST_ANDERS/filvolume.yaml index 6df32b7c..58b720ae 100755 --- a/source/orchestrationLogic/HEAT/HEAT_TEST_ANDERS/filvolume.yaml +++ b/source/orchestrationLogic/HEAT/HEAT_TEST_ANDERS/filvolume.yaml @@ -1,3 +1,5 @@ +# 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 description: > diff --git a/source/orchestrationLogic/HEAT/base.yaml b/source/orchestrationLogic/HEAT/base.yaml index 7ea05334..5715acf7 100644 --- a/source/orchestrationLogic/HEAT/base.yaml +++ b/source/orchestrationLogic/HEAT/base.yaml @@ -1,3 +1,5 @@ +# 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 description: > diff --git a/source/orchestrationLogic/HEAT/dc.yaml b/source/orchestrationLogic/HEAT/dc.yaml index 23f87eeb..77e01fae 100644 --- a/source/orchestrationLogic/HEAT/dc.yaml +++ b/source/orchestrationLogic/HEAT/dc.yaml @@ -1,3 +1,5 @@ +# 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 parameters: diff --git a/source/orchestrationLogic/HEAT/fileserver.yaml b/source/orchestrationLogic/HEAT/fileserver.yaml index 6d368de2..b6144b1f 100644 --- a/source/orchestrationLogic/HEAT/fileserver.yaml +++ b/source/orchestrationLogic/HEAT/fileserver.yaml @@ -1,3 +1,5 @@ +# 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 description: > diff --git a/source/orchestrationLogic/HEAT/filevolume.yaml b/source/orchestrationLogic/HEAT/filevolume.yaml index 8e1b1841..4af79597 100755 --- a/source/orchestrationLogic/HEAT/filevolume.yaml +++ b/source/orchestrationLogic/HEAT/filevolume.yaml @@ -1,3 +1,5 @@ +# 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 description: > diff --git a/source/orchestrationLogic/HEAT/lb.yaml b/source/orchestrationLogic/HEAT/lb.yaml index 813fa62a..39582cd1 100644 --- a/source/orchestrationLogic/HEAT/lb.yaml +++ b/source/orchestrationLogic/HEAT/lb.yaml @@ -1,7 +1,7 @@ # The code below is for the load balancer, it includes load balancing for # rdp and sftp. The documentation for openstack resource types were used # 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 parameters: diff --git a/source/orchestrationLogic/HEAT/project.yaml b/source/orchestrationLogic/HEAT/project.yaml index be216109..5f9b2418 100644 --- a/source/orchestrationLogic/HEAT/project.yaml +++ b/source/orchestrationLogic/HEAT/project.yaml @@ -1,3 +1,5 @@ +# 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 description: Master template for project. @@ -71,7 +73,7 @@ resources: heat_network_subnet: { get_attr: [ base, resource.heat_network_subnet ] } # This solution was inspired from Lars Erik Pedersens (NTNU IT-Division) - # proposal + # proposal https://github.com/LarsErikP/heat-examples/tree/main/lbtest clients: type: OS::Heat::ResourceGroup properties: diff --git a/source/orchestrationLogic/HEAT/rdp_lb_member.yaml b/source/orchestrationLogic/HEAT/rdp_lb_member.yaml index b9ed0768..af431054 100644 --- a/source/orchestrationLogic/HEAT/rdp_lb_member.yaml +++ b/source/orchestrationLogic/HEAT/rdp_lb_member.yaml @@ -25,6 +25,8 @@ parameters: type: string 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: server: type: OS::Nova::Server -- GitLab