Skip to content

Commit

Permalink
python and ansible deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Feb 26, 2024
1 parent 3553915 commit 74acf97
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 29 deletions.
39 changes: 19 additions & 20 deletions docs/user/Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,25 @@ The following table details our dependencies and versions (~ indicates multiple

For dependency installation instructions and sources, links have been provided in the table below:

| SOURCE | NAME | VERSION |
|----------------|------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------|
| ~ | [python](https://www.python.org/downloads/) | >=3.10 |
| ~ | [pip](https://packaging.python.org/en/latest/guides/installing-using-linux-tools/#installing-pip-setuptools-wheel-with-linux-package-managers) | >=22.0 |
| ~ | [terraform](https://www.terraform.io/downloads) | >=1.4.5 |
| ~ | [docker](https://docs.docker.com/engine/install/) | >=20.10.17 |
| ~ | [helm](https://helm.sh/docs/intro/install/) | >=3 |
| ~ | [kubectl](https://kubernetes.io/docs/tasks/tools/) | 1.26 - 1.28 |
| ~ | [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) | any |
| ~ | [jq](https://jqlang.github.io/jq/download/) | >=1.6 |
| pip | ansible | 9.1.0 (ansible core v2.16.1) |
| pip | openshift | 0.13.1 |
| pip | kubernetes | 26.1.0 |
| pip | dnspython | 2.3.0 |
| pip | jmespath | 1.0.1 |
| ansible-galaxy | community.general | 5.6.0 |
| ansible-galaxy | community.postgresql | 2.2.0 |
| ansible-galaxy | kubernetes.core | 2.3.2 |
| ansible-galaxy | ansible.posix | 1.4.0 |
| ansible-galaxy | ansible.utils | 2.6.1 |
| SOURCE | NAME | VERSION |
|----------------|------------------------------------------------------------------------------------------------------------------------------------------------|-------------|
| ~ | [python](https://www.python.org/downloads/) | >=3.10 |
| ~ | [pip](https://packaging.python.org/en/latest/guides/installing-using-linux-tools/#installing-pip-setuptools-wheel-with-linux-package-managers) | >=22.0 |
| ~ | [terraform](https://www.terraform.io/downloads) | >=1.4.5 |
| ~ | [docker](https://docs.docker.com/engine/install/) | >=20.10.17 |
| ~ | [helm](https://helm.sh/docs/intro/install/) | >=3 |
| ~ | [kubectl](https://kubernetes.io/docs/tasks/tools/) | 1.26 - 1.28 |
| ~ | [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) | any |
| ~ | [jq](https://jqlang.github.io/jq/download/) | >=1.6 |
| pip | ansible-core | 2.16.3 |
| pip | kubernetes | 27.2.0 |
| pip | dnspython | 2.6.0 |
| pip | jmespath | 1.0.1 |
| ansible-galaxy | community.general | 8.4.0 |
| ansible-galaxy | community.postgresql | 3.3.0 |
| ansible-galaxy | kubernetes.core | 2.4.0 |
| ansible-galaxy | ansible.posix | 1.5.4 |
| ansible-galaxy | ansible.utils | 2.12.0 |

Python dependencies can be installed via `pip` using the `requirements.txt` provided in this project

Expand Down
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#
# Reference : pypi.org
#
ansible==9.1.0 # 8.6.0 # 8.0.0 # 6.4.0 # 5.5.0 # 2.10.7
openshift==0.13.1 # 0.12.0
kubernetes==26.1.0 # 24.2.0 # 23.3.0 # 12.0.1
dnspython==2.3.0 # 2.2.1 # 2.1.0
ansible-core==2.16.3
kubernetes==27.2.0 # 26.1.0 # 24.2.0 # 23.3.0 # 12.0.1
dnspython==2.6.0 # 2.3.0 # 2.2.1 # 2.1.0
jmespath==1.0.1 # 1.0.0
11 changes: 6 additions & 5 deletions requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
collections:
- name: community.general
version: 5.6.0 # 5.5.0 4.8.0 # 4.2.0
version: 8.4.0 # 5.6.0 # 5.5.0 4.8.0 # 4.2.0
# The collections below are all included in community.general
- name: community.postgresql
version: 2.2.0 # 1.7.2 # 1.7.1
version: 3.3.0 # 2.2.0 # 1.7.2 # 1.7.1
- name: kubernetes.core # community.kubernetes
version: 2.3.2 # 2.3.0 # 1.2.1, 2.2.2
version: 2.4.0 # 2.3.2 # 2.3.0 # 1.2.1, 2.2.2
- name: ansible.posix
version: 1.4.0 # 1.3.0
version: 1.5.4 # 1.4.0 # 1.3.0
- name: ansible.utils
version: 2.6.1 # 2.6.0 # 2.3.0
version: 2.12.0 # 2.6.1 # 2.6.0 # 2.3.0

0 comments on commit 74acf97

Please sign in to comment.