From d9e893d789cc8558e677043c875ccee0e6768a89 Mon Sep 17 00:00:00 2001 From: terc1997 <64480693+terc1997@users.noreply.github.com> Date: Thu, 5 Jun 2025 12:34:14 -0300 Subject: [PATCH 1/2] [patch] additional params for facilities --- .../templates/pipelinerun-install.yml.j2 | 20 ++++--------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 242270cd..2864b94c 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -850,28 +850,16 @@ spec: - name: mas_ws_facilities_storage_log_mode value: "{{ mas_ws_facilities_storage_log_mode }}" {%- endif %} -# {%- if mas_ws_facilities_storage_log_size is defined and mas_ws_facilities_storage_log_size != "" %} -# - name: mas_ws_facilities_storage_log_size -# value: "{{ mas_ws_facilities_storage_log_size }}" -# {%- endif %} - name: mas_ws_facilities_storage_userfiles_class value: "{{ mas_ws_facilities_storage_userfiles_class }}" {%- if mas_ws_facilities_storage_userfiles_mode is defined and mas_ws_facilities_storage_userfiles_mode != "" %} - name: mas_ws_facilities_storage_userfiles_mode value: "{{ mas_ws_facilities_storage_userfiles_mode }}" {%- endif %} -# {%- if mas_ws_facilities_storage_userfiles_size is defined and mas_ws_facilities_storage_userfiles_size != "" %} -# - name: mas_ws_facilities_storage_userfiles_size -# value: "{{ mas_ws_facilities_storage_userfiles_size }}" -# {%- endif %} -{%- if mas_ws_facilities_dwfagents is defined and mas_ws_facilities_dwfagents != "" %} - - name: mas_ws_facilities_dwfagents - value: "{{ mas_ws_facilities_dwfagents }}" -{%- endif %} -# {%- if mas_ws_facilities_db_maxconnpoolsize is defined and mas_ws_facilities_db_maxconnpoolsize != "" %} -# - name: mas_ws_facilities_db_maxconnpoolsize -# value: "{{ mas_ws_facilities_db_maxconnpoolsize }}" -# {%- endif %} +{%- if mas_ws_facilities_config_map_name is defined and mas_ws_facilities_config_map_name != "" %} + - name: mas_ws_facilities_config_map_name + value: "{{ mas_ws_facilities_config_map_name }}" +{%- endif %} - name: db2_action_facilities value: "{{ db2_action_facilities}}" From 3449a24241ae42fce3c551b0360179bb72dc8aac Mon Sep 17 00:00:00 2001 From: terc1997 <64480693+terc1997@users.noreply.github.com> Date: Tue, 10 Jun 2025 07:45:30 -0300 Subject: [PATCH 2/2] [patch] remove todo for facilities --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 2864b94c..fdf9f0b6 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -816,7 +816,6 @@ spec: value: "{{ mas_aibroker_db_secret_value }}" {%- endif %} -# TODO: Fix type for storage sizes and max conn pool size {%- if mas_app_channel_facilities is defined and mas_app_channel_facilities != "" %} # Real Estate anda Facilities Application