Skip to content

Commit 9740a9a

Browse files
author
GitExample
committed
Updated playbooks/resize.py path
1 parent 0ad2b21 commit 9740a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/resize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def update_cluster(mode,hostnames=[],slurm_only_update='false'):
213213
my_env = os.environ.copy()
214214
my_env["ANSIBLE_HOST_KEY_CHECKING"] = "False"
215215
rc = 0
216-
p = subprocess.Popen(["/tmp/configure.sh",playbook,inv_file],env=my_env,stderr = subprocess.PIPE, stdout=subprocess.PIPE)
216+
p = subprocess.Popen(["/opt/oci-hpc/bin/configure.sh",playbook,inv_file],env=my_env,stderr = subprocess.PIPE, stdout=subprocess.PIPE)
217217
while True:
218218
output = p.stdout.readline().decode()
219219
if output == '' and p.poll() is not None:

0 commit comments

Comments
 (0)