From c65ba6c15726630c9c41db6621cfb04b6a3136a3 Mon Sep 17 00:00:00 2001 From: nadeemshahzad Date: Thu, 31 Oct 2024 11:12:50 +0500 Subject: [PATCH] feat: ubuntu 24.04 AMI --- requirements.txt | 2 +- util/jenkins/ansible-provision.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5b5218551c0..0d746a00040 100644 --- a/requirements.txt +++ b/requirements.txt @@ -110,7 +110,7 @@ six==1.16.0 # bcrypt # pathlib2 # python-dateutil -urllib3==2.2.3 +urllib3==1.26.18 # via # botocore # requests diff --git a/util/jenkins/ansible-provision.sh b/util/jenkins/ansible-provision.sh index 8a2a23634e6..1d6ebe4d4f9 100644 --- a/util/jenkins/ansible-provision.sh +++ b/util/jenkins/ansible-provision.sh @@ -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