Upgade pywinrm to fix Windows workloads for AAP 2.5 EE running Python 3.11 (#207)

This commit is contained in:
Zach LeBlanc
2024-12-17 14:11:06 -06:00
committed by GitHub
parent 3137ce1090
commit 39d2d0f283
6 changed files with 14 additions and 10 deletions

View File

@@ -7,8 +7,11 @@ Currently these execution environment images are created manually using the `bui
## Building the execution environment images
1. `podman login registry.redhat.io` in order to pull the base EE images
2. `./build.sh` to build the EE images and add them to your local podman image cache
2. `export ANSIBLE_GALAXY_SERVER_CERTIFIED_TOKEN="<token>"` obtained from [Automation Hub](https://console.redhat.com/ansible/automation-hub/token)
3. `export ANSIBLE_GALAXY_SERVER_VALIDATED_TOKEN="<token>"` (same as above)
4. `./build.sh` to build the EE images and add them to your local podman image cache
The `build.sh` script creates multiple EE images, each based on the ee-minimal image that comes with a different minor version of AAP. These images are created in the "quay.io/ansible-product-demos" namespace. Currently the script builds the following images:
* quay.io/ansible-product-demos/apd-ee-24
* quay.io/ansible-product-demos/apd-ee-25

View File

@@ -6,6 +6,8 @@ images:
dependencies:
galaxy: requirements-25.yml
python:
- pywinrm>=0.4.3
python_interpreter:
python_path: /usr/bin/python3.11