Skip to content

Commit 6b39df0

Browse files
committed
[patch] add support facilities
1 parent 2040fc5 commit 6b39df0

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

src/mas/devops/templates/pipelinerun-install.yml.j2

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ spec:
112112
value: "{{ db2_action_system }}"
113113
- name: db2_action_manage
114114
value: "{{ db2_action_manage }}"
115+
- name: db2_action_facilities
116+
value: "{{ db2_action_facilities}}"
115117

116118
# Dependencies - Db2u Operator
117119
# -------------------------------------------------------------------------
@@ -814,6 +816,64 @@ spec:
814816
value: "{{ mas_aibroker_db_secret_key }}"
815817
- name: mas_aibroker_db_secret_value
816818
value: "{{ mas_aibroker_db_secret_value }}"
819+
{%- endif %}
820+
821+
{%- if mas_app_channel_facilities is defined and mas_app_channel_facilities != "" %}
822+
823+
# Real Estate anda Facilities Application
824+
# -------------------------------------------------------------------------
825+
- name: mas_app_channel_facilities
826+
value: "{{ mas_app_channel_facilities }}"
827+
828+
{%- if mas_ws_facilities_size is defined and mas_ws_facilities_size != "" %}
829+
- name: mas_ws_facilities_size
830+
value: "{{ mas_ws_facilities_size }}"
831+
{%- endif %}
832+
{%- if mas_ws_facilities_routes_timeout is defined and mas_ws_facilities_routes_timeout != "" %}
833+
- name: mas_ws_facilities_routes_timeout
834+
value: "{{ mas_ws_facilities_routes_timeout }}"
835+
{%- endif %}
836+
{%- if mas_ws_facilities_liberty_extension_XML is defined and mas_ws_facilities_liberty_extension_XML != "" %}
837+
- name: mas_ws_facilities_liberty_extension_XML
838+
value: "{{ mas_ws_facilities_liberty_extension_XML }}"
839+
{%- endif %}
840+
{%- if mas_ws_facilities_vault_secret is defined and mas_ws_facilities_vault_secret != "" %}
841+
- name: mas_ws_facilities_vault_secret
842+
value: "{{ mas_ws_facilities_vault_secret }}"
843+
{%- endif %}
844+
{%- if mas_ws_facilities_pull_policy is defined and mas_ws_facilities_pull_policy != "" %}
845+
- name: mas_ws_facilities_pull_policy
846+
value: "{{ mas_ws_facilities_pull_policy }}"
847+
{%- endif %}
848+
- name: mas_ws_facilities_storage_log_class
849+
value: "{{ mas_ws_facilities_storage_log_class }}"
850+
{%- if mas_ws_facilities_storage_log_mode is defined and mas_ws_facilities_storage_log_mode != "" %}
851+
- name: mas_ws_facilities_storage_log_mode
852+
value: "{{ mas_ws_facilities_storage_log_mode }}"
853+
{%- endif %}
854+
{%- if mas_ws_facilities_storage_log_size is defined and mas_ws_facilities_storage_log_size != "" %}
855+
- name: mas_ws_facilities_storage_log_size
856+
value: "{{ mas_ws_facilities_storage_log_size }}"
857+
{%- endif %}
858+
- name: mas_ws_facilities_storage_userfiles_class
859+
value: "{{ mas_ws_facilities_storage_userfiles_class }}"
860+
{%- if mas_ws_facilities_storage_userfiles_mode is defined and mas_ws_facilities_storage_userfiles_mode != "" %}
861+
- name: mas_ws_facilities_storage_userfiles_mode
862+
value: "{{ mas_ws_facilities_storage_userfiles_mode }}"
863+
{%- endif %}
864+
{%- if mas_ws_facilities_storage_userfiles_size is defined and mas_ws_facilities_storage_userfiles_size != "" %}
865+
- name: mas_ws_facilities_storage_userfiles_size
866+
value: "{{ mas_ws_facilities_storage_userfiles_size }}"
867+
{%- endif %}
868+
{%- if mas_ws_facilities_dwfagents is defined and mas_ws_facilities_dwfagents != "" %}
869+
- name: mas_ws_facilities_dwfagents
870+
value: "{{ mas_ws_facilities_dwfagents }}"
871+
{%- endif %}
872+
{%- if mas_ws_facilities_db_maxconnpoolsize is defined and mas_ws_facilities_db_maxconnpoolsize != "" %}
873+
- name: mas_ws_facilities_db_maxconnpoolsize
874+
value: "{{ mas_ws_facilities_db_maxconnpoolsize }}"
875+
{%- endif %}
876+
817877
{%- endif %}
818878

819879
workspaces:

0 commit comments

Comments
 (0)