File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
15
15
- Upgrade CUDA library to version 11.4.3.
16
16
- Upgrade NVIDIA Fabric manager to ` nvidia-fabricmanager-470 ` .
17
17
- Disable unattended upgrades for Ubuntu.
18
+ - Install Python 3 version of ` aws-cfn-bootstrap ` scripts on CentOS 7 and Ubuntu 18.04.
18
19
19
20
2.11.3
20
21
-----
Original file line number Diff line number Diff line change 298
298
" region=\" {{user `region`}}\" " ,
299
299
" bucket=\" s3.amazonaws.com\" " ,
300
300
" [[ ${region} =~ ^cn- ]] && bucket=\" s3.cn-north-1.amazonaws.com.cn/cn-north-1-aws-parallelcluster\" " ,
301
- " curl --retry 3 -L -o /tmp/aws-cfn-bootstrap-latest.tar.gz https://${bucket}/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz" ,
302
- " which pip2" ,
303
- " if [ $? -eq 0 ]; then sudo pip2 install /tmp/aws-cfn-bootstrap-latest.tar.gz; else sudo pip install /tmp/aws-cfn-bootstrap-latest.tar.gz; fi"
301
+ " curl --retry 3 -L -o /tmp/aws-cfn-bootstrap-py3-latest.tar.gz https://${bucket}/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz" ,
302
+ " sudo pip3 install /tmp/aws-cfn-bootstrap-py3-latest.tar.gz"
304
303
]
305
304
},
306
305
{
Original file line number Diff line number Diff line change 295
295
" region=\" {{user `region`}}\" " ,
296
296
" bucket=\" s3.amazonaws.com\" " ,
297
297
" [[ ${region} =~ ^cn- ]] && bucket=\" s3.cn-north-1.amazonaws.com.cn/cn-north-1-aws-parallelcluster\" " ,
298
- " curl --retry 3 -L -o /tmp/aws-cfn-bootstrap-latest.tar.gz https://${bucket}/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz" ,
299
- " sudo pip install /tmp/aws-cfn-bootstrap-latest.tar.gz"
298
+ " curl --retry 3 -L -o /tmp/aws-cfn-bootstrap-py3- latest.tar.gz https://${bucket}/cloudformation-examples/aws-cfn-bootstrap-py3 -latest.tar.gz" ,
299
+ " sudo pip3 install /tmp/aws-cfn-bootstrap-py3 -latest.tar.gz"
300
300
]
301
301
},
302
302
{
You can’t perform that action at this time.
0 commit comments