Skip to content

Commit

Permalink
feat: ubuntu 24.04 AMI
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeemshahzad committed Oct 31, 2024
1 parent 75e3979 commit c65ba6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ six==1.16.0
# bcrypt
# pathlib2
# python-dateutil
urllib3==2.2.3
urllib3==1.26.18
# via
# botocore
# requests
4 changes: 2 additions & 2 deletions util/jenkins/ansible-provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ fi
if [[ -z $ami ]]; then
if [[ $server_type == "full_edx_installation" ]]; then
ami="ami-0644020c3c81d30ba"
elif [[ $server_type == "ubuntu_18.04" ]]; then
ami="ami-07ebfd5b3428b6f4d"
elif [[ $server_type == "ubuntu_24.04" ]]; then
ami="ami-0866a3c8686eaeeba"
elif [[ $server_type == "ubuntu_20.04" || $server_type == "full_edx_installation_from_scratch" ]]; then
ami="ami-089b5711e63812c2a"
# Ansible will always use Python3 interpreter on Ubuntu 20.04 hosts to execute modules
Expand Down

0 comments on commit c65ba6c

Please sign in to comment.