Skip to content

Commit 90e2d9b

Browse files
committed
--azure for AFM cos extra params
Signed-off-by: Rajan Mishra <[email protected]>
1 parent 863df3e commit 90e2d9b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

roles/afm_cos_configure/tasks/afm_configure.yml

+6
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@
7070
extra_option_flag: "{{ extra_option_flag }} --gcs"
7171
when: "scale_afm_cos_config_params is defined and
7272
(scale_afm_cos_config_params.is_gcs is defined and scale_afm_cos_config_params.is_gcs|bool)"
73+
74+
- name: create | Set extra parameter config
75+
set_fact:
76+
extra_option_flag: "{{ extra_option_flag }} --azure"
77+
when: "scale_afm_cos_config_params is defined and
78+
(scale_afm_cos_config_params.is_azure is defined and scale_afm_cos_config_params.is_azure|bool)"
7379

7480
- name: configure | Create a AFM cos relationship with filesets
7581
command: "{{ scale_command_path }}mmafmcosconfig {{ item.filesystem }} {{ item.fileset }} --endpoint {{ item.endpoint }} {{ extra_option_flag }} --directory-object"

0 commit comments

Comments
 (0)