Skip to content

Commit

Permalink
Merge pull request #38 from yukinchan/qe-test-dependecies
Browse files Browse the repository at this point in the history
Update depedencies for QE test
  • Loading branch information
mbaldessari authored May 14, 2024
2 parents 805f1ec + 275a390 commit d90d0bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ rm -rf /root/anaconda* /root/original-ks.cfg /usr/local/README
# otherwise whatever user openshift runs the container with won't find the collection

RUN pip3 install --no-cache-dir "ansible-core>=2.9" kubernetes openshift "boto3>=1.21" "botocore>=1.24" "awscli>=1.22" "azure-cli>=2.34" gcloud humanize --upgrade && \
pip3 install --no-cache-dir git+https://github.com/validatedpatterns/vp-qe-test-common.git@development#egg=vp-qe-test-common --upgrade && \
ansible-galaxy collection install --collections-path /usr/share/ansible/collections kubernetes.core redhat_cop.controller_configuration amazon.aws && \
rm -rf /usr/local/lib/python3.9/site-packages/ansible_collections/$COLLECTIONS_TO_REMOVE && \
curl -L -O https://raw.githubusercontent.com/clumio-code/azure-sdk-trim/main/azure_sdk_trim/azure_sdk_trim.py && \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ utility container for simplified execution of imperative commands in each of the
|python |package |3.9.18 |
|redhat_cop.controller_configuration|collection|2.3.1 |
|sshpass |package |1.09 |
|vp-qe-test-common |pip |development |
|tar |package |1.34 |
|tekton |binary |0.35.2 |
|vi |package |8.2.2637 |
Expand Down

0 comments on commit d90d0bb

Please sign in to comment.