File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
aws-parallelcluster-awsbatch/recipes
aws-parallelcluster-computefleet/recipes/install Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 51
51
# Install aws-parallelcluster-awsbatch-cli package
52
52
execute "pip_install_parallelcluster_awsbatch_cli" do
53
53
command "#{ node [ 'cluster' ] [ 'awsbatch_virtualenv_path' ] } /bin/pip install aws-parallelcluster-awsbatch-cli==#{ node [ 'cluster' ] [ 'parallelcluster-awsbatch-cli-version' ] } "
54
+ retries 3
55
+ retry_delay 5
54
56
end
55
57
end
Original file line number Diff line number Diff line change 38
38
else
39
39
execute "install official aws-parallelcluster-node" do
40
40
command "#{ virtualenv_path } /bin/pip install aws-parallelcluster-node==#{ node [ 'cluster' ] [ 'parallelcluster-node-version' ] } "
41
+ retries 3
42
+ retry_delay 5
41
43
end
42
44
end
You can’t perform that action at this time.
0 commit comments