-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
DO374 - RHAAP2.2-en-1-20230131
-
None
-
False
-
-
False
-
9
-
ILT, VT
-
-
-
-
en-US (English)
Please fill in the following information:
URL: | https://rol.redhat.com/rol/app/courses/do374-2.2/pages/ch07s07 |
Reporter RHNID: | skareiva |
Section Title: |
Issue description
Chapter 9 Lab: Creating Content Collections and Execution Environments.
Instruction step 1: It also requires the Pillow and qrcode Python packages. Configure your collection to specify those two Python dependencies.
Once installed, Pillow package appears in lowercase, i.e.:
$ pip list
Package Version
------- -------
pillow 10.3.0
pip 23.3.2
Steps to reproduce:
Proceed with Lab instructions
Workaround:
No workaround from the perspective of trainees.
Change line 19 of file: do374/ansible/grading/hub_ee/tasks/python_packages.yml (add lower filter):
actual: "{{ python_package_details | selectattr('name', '==', python_item | lower ) | map(attribute='name') }}"
Or set variables in do374/ansible/inventory/group_vars/private_automation_hub/ee.yml:
hub_ee_repo_review_training.python_packages:
- pillow
- qrcode
Expected result:
Lab grade create-review should pass
- duplicates
-
PTL-11345 DO374 : ch09s09 solution in 4.3 is incomplete.
- Closed