Skip to content

Commit

Permalink
This PR is related to Currency Upgrade. (#494)
Browse files Browse the repository at this point in the history
* commented ganesha package check

Signed-off-by: Jayesh-Kumar3 <Jayesh.Kumar3@ibm.com>

* added scale_node_update_check

Signed-off-by: Jayesh-Kumar3 <Jayesh.Kumar3@ibm.com>

---------

Signed-off-by: Jayesh-Kumar3 <Jayesh.Kumar3@ibm.com>
Co-authored-by: Jayesh-Kumar3 <Jayesh.Kumar3@ibm.com>
jayeshh123 and Jayesh-Kumar3 authored Mar 19, 2024
1 parent de2cf35 commit 2eb181a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/common/scripts/prepare_scale_inv_ini.py
Original file line number Diff line number Diff line change
@@ -115,7 +115,7 @@ def prepare_ansible_playbook(hosts_config, cluster_config, cluster_key_file):
- gpfs.gss.pmsensors
- gpfs.gui
- gpfs.java
- gpfs.nfs-ganesha
# - gpfs.nfs-ganesha
tasks:
- name: Check if scale packages are already installed
shell: rpm -q "{{{{ item }}}}"
@@ -135,6 +135,8 @@ def prepare_ansible_playbook(hosts_config, cluster_config, cluster_key_file):
collections:
- ibm.spectrum_scale
any_errors_fatal: true
vars:
- scale_node_update_check: false
pre_tasks:
- include_vars: group_vars/{cluster_config}
roles:

0 comments on commit 2eb181a

Please sign in to comment.