From 279caa346920e81dbce16f3c5c9d03e0d436cf5e Mon Sep 17 00:00:00 2001 From: Hicham Mourad <43329991+HichamMourad@users.noreply.github.com> Date: Thu, 31 Oct 2024 08:56:37 -0400 Subject: [PATCH 1/5] Update requirements.txt --- aws_ee/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/aws_ee/requirements.txt b/aws_ee/requirements.txt index af7a38a6..547916e8 100644 --- a/aws_ee/requirements.txt +++ b/aws_ee/requirements.txt @@ -1,3 +1,4 @@ pysnow requests netaddr +boto3 From b6ef9f8cde93062458dcdd2873f12b4f0484cdc9 Mon Sep 17 00:00:00 2001 From: Hicham Mourad <43329991+HichamMourad@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:00:51 -0400 Subject: [PATCH 2/5] Update requirements.yml --- aws_ee/requirements.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/aws_ee/requirements.yml b/aws_ee/requirements.yml index c7e53655..bcbcc1ae 100644 --- a/aws_ee/requirements.yml +++ b/aws_ee/requirements.yml @@ -2,7 +2,6 @@ collections: - name: servicenow.itsm - name: amazon.aws - - name: ansible.controller - name: ansible.posix - name: awx.awx - name: amazon.cloud From 227aed4513037ee471db85b832fbb2066efa31e8 Mon Sep 17 00:00:00 2001 From: Hicham Mourad <43329991+HichamMourad@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:02:36 -0400 Subject: [PATCH 3/5] Update requirements.txt --- aws_ee/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/aws_ee/requirements.txt b/aws_ee/requirements.txt index 547916e8..3d6f03f0 100644 --- a/aws_ee/requirements.txt +++ b/aws_ee/requirements.txt @@ -2,3 +2,4 @@ pysnow requests netaddr boto3 +botocore From 1eed27c5745ee38c7b84bdbee74a77089d60b503 Mon Sep 17 00:00:00 2001 From: Hicham Mourad <43329991+HichamMourad@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:04:36 -0400 Subject: [PATCH 4/5] Update execution-environment.yml --- aws_ee/execution-environment.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aws_ee/execution-environment.yml b/aws_ee/execution-environment.yml index 14eb988d..fc517ee1 100644 --- a/aws_ee/execution-environment.yml +++ b/aws_ee/execution-environment.yml @@ -2,7 +2,7 @@ version: 1 build_arg_defaults: - EE_BASE_IMAGE: 'registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8' + EE_BASE_IMAGE: 'registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8' dependencies: galaxy: requirements.yml @@ -10,6 +10,8 @@ dependencies: system: bindep.txt additional_build_steps: + prepend: | + RUN pip3 install --upgrade pip append: - RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "/awscliv2.zip" - RUN unzip /awscliv2.zip -d /aws From 28f67697456b94a51fde87407ccd78b4a3875b61 Mon Sep 17 00:00:00 2001 From: Hicham Mourad <43329991+HichamMourad@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:05:54 -0400 Subject: [PATCH 5/5] Update requirements.yml --- aws_ee/requirements.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/aws_ee/requirements.yml b/aws_ee/requirements.yml index bcbcc1ae..9076fdfc 100644 --- a/aws_ee/requirements.yml +++ b/aws_ee/requirements.yml @@ -3,6 +3,7 @@ collections: - name: servicenow.itsm - name: amazon.aws - name: ansible.posix + - name: ansible.controller - name: awx.awx - name: amazon.cloud - name: community.aws