osism 0.20250219.0__tar.gz → 0.20250314.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- osism-0.20250314.0/AUTHORS +1 -0
- osism-0.20250314.0/ChangeLog +7 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/Containerfile +7 -34
- {osism-0.20250219.0 → osism-0.20250314.0}/Dockerfile +7 -34
- {osism-0.20250219.0/osism.egg-info → osism-0.20250314.0}/PKG-INFO +14 -14
- {osism-0.20250219.0 → osism-0.20250314.0}/Pipfile +10 -10
- {osism-0.20250219.0 → osism-0.20250314.0}/Pipfile.lock +216 -189
- osism-0.20250314.0/files/netbox-manager/settings.toml +3 -0
- osism-0.20250314.0/osism/actions/manage_device.py +120 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/api.py +18 -0
- osism-0.20250314.0/osism/commands/netbox.py +164 -0
- osism-0.20250314.0/osism/services/listener.py +286 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/settings.py +2 -3
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/tasks/__init__.py +44 -14
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/tasks/netbox.py +22 -98
- {osism-0.20250219.0 → osism-0.20250314.0/osism.egg-info}/PKG-INFO +14 -14
- {osism-0.20250219.0 → osism-0.20250314.0}/osism.egg-info/SOURCES.txt +2 -5
- {osism-0.20250219.0 → osism-0.20250314.0}/osism.egg-info/entry_points.txt +1 -9
- osism-0.20250314.0/osism.egg-info/pbr.json +1 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism.egg-info/requires.txt +13 -13
- {osism-0.20250219.0 → osism-0.20250314.0}/playbooks/build.yml +0 -16
- {osism-0.20250219.0 → osism-0.20250314.0}/requirements.ansible.txt +1 -1
- osism-0.20250314.0/requirements.netbox-manager.txt +1 -0
- osism-0.20250314.0/requirements.openstack-flavor-manager.txt +1 -0
- osism-0.20250314.0/requirements.openstack-image-manager.txt +1 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/requirements.txt +11 -11
- {osism-0.20250219.0 → osism-0.20250314.0}/requirements.yml +4 -4
- {osism-0.20250219.0 → osism-0.20250314.0}/setup.cfg +1 -9
- osism-0.20250219.0/AUTHORS +0 -1
- osism-0.20250219.0/ChangeLog +0 -7
- osism-0.20250219.0/files/import/main.py +0 -473
- osism-0.20250219.0/osism/actions/check_configuration.py +0 -49
- osism-0.20250219.0/osism/actions/deploy_configuration.py +0 -92
- osism-0.20250219.0/osism/actions/diff_configuration.py +0 -59
- osism-0.20250219.0/osism/actions/generate_configuration.py +0 -137
- osism-0.20250219.0/osism/actions/manage_device.py +0 -979
- osism-0.20250219.0/osism/commands/netbox.py +0 -453
- osism-0.20250219.0/osism/services/listener.py +0 -196
- osism-0.20250219.0/osism.egg-info/pbr.json +0 -1
- osism-0.20250219.0/requirements.openstack-flavor-manager.txt +0 -1
- osism-0.20250219.0/requirements.openstack-image-manager.txt +0 -1
- {osism-0.20250219.0 → osism-0.20250314.0}/.flake8 +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/.github/renovate.json +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/.github/workflows/publish.yml +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/.hadolint.yaml +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/.zuul.yaml +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/LICENSE +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/README.md +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/files/change.sh +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/files/cleanup-ansible-collections.sh +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/files/clustershell/clush.conf +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/files/clustershell/groups.conf +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/files/data/SCS-Spec.MandatoryFlavors.verbose.yaml +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/files/run-ansible-console.sh +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/__init__.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/__main__.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/actions/__init__.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/actions/manage_interface.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/__init__.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/apply.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/compose.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/compute.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/configuration.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/console.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/container.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/get.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/log.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/manage.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/noset.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/reconciler.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/server.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/service.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/set.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/status.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/sync.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/task.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/validate.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/vault.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/volume.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/wait.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/commands/worker.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/core/__init__.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/core/enums.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/core/playbooks.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/data/__init__.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/main.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/plugins/__init__.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/services/__init__.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/tasks/ansible.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/tasks/ceph.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/tasks/conductor.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/tasks/kolla.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/tasks/kubernetes.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/tasks/openstack.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/tasks/reconciler.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism/utils/__init__.py +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism.egg-info/dependency_links.txt +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism.egg-info/not-zip-safe +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/osism.egg-info/top_level.txt +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/playbooks/pre.yml +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/playbooks/test-setup.yml +0 -0
- {osism-0.20250219.0 → osism-0.20250314.0}/setup.py +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
janhorstmann <horstmann@osism.tech>
|
@@ -20,11 +20,12 @@ apt-get install -y --no-install-recommends \
|
|
20
20
|
|
21
21
|
# install python packages
|
22
22
|
mkdir /wheels
|
23
|
-
python3 -m pip --no-cache-dir install -U 'pip==25.0'
|
23
|
+
python3 -m pip --no-cache-dir install -U 'pip==25.0.1'
|
24
24
|
python3 -m pip wheel --no-cache-dir --wheel-dir=/wheels -r /src/requirements.txt
|
25
25
|
python3 -m pip wheel --no-cache-dir --wheel-dir=/wheels -r /src/requirements.ansible.txt
|
26
26
|
python3 -m pip wheel --no-cache-dir --wheel-dir=/wheels -r /src/requirements.openstack-image-manager.txt
|
27
27
|
python3 -m pip wheel --no-cache-dir --wheel-dir=/wheels -r /src/requirements.openstack-flavor-manager.txt
|
28
|
+
python3 -m pip wheel --no-cache-dir --wheel-dir=/wheels -r /src/requirements.netbox-manager.txt
|
28
29
|
|
29
30
|
# install openstack-project-manager
|
30
31
|
git clone --depth 1 https://github.com/osism/openstack-project-manager.git /openstack-project-manager
|
@@ -54,6 +55,8 @@ ENV CLUSTERSHELL_CFGDIR=/etc/clustershell/
|
|
54
55
|
COPY files/clustershell/clush.conf /etc/clustershell/clush.conf
|
55
56
|
COPY files/clustershell/groups.conf /etc/clustershell/groups.conf
|
56
57
|
|
58
|
+
COPY files/netbox-manager/settings.toml /usr/local/config/settings.toml
|
59
|
+
|
57
60
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
58
61
|
|
59
62
|
RUN <<EOF
|
@@ -70,11 +73,12 @@ apt-get install -y --no-install-recommends \
|
|
70
73
|
tini
|
71
74
|
|
72
75
|
# install python packages
|
73
|
-
python3 -m pip --no-cache-dir install -U 'pip==25.0'
|
76
|
+
python3 -m pip --no-cache-dir install -U 'pip==25.0.1'
|
74
77
|
python3 -m pip --no-cache-dir install --no-index --find-links=/wheels -r /src/requirements.txt
|
75
78
|
python3 -m pip --no-cache-dir install --no-index --find-links=/wheels -r /src/requirements.ansible.txt
|
76
79
|
python3 -m pip --no-cache-dir install --no-index --find-links=/wheels -r /src/requirements.openstack-image-manager.txt
|
77
80
|
python3 -m pip --no-cache-dir install --no-index --find-links=/wheels -r /src/requirements.openstack-flavor-manager.txt
|
81
|
+
python3 -m pip --no-cache-dir install --no-index --find-links=/wheels -r /src/requirements.netbox-manager.txt
|
78
82
|
|
79
83
|
# install python-osism
|
80
84
|
python3 -m pip --no-cache-dir install --no-index /src
|
@@ -82,6 +86,7 @@ python3 -m pip --no-cache-dir install --no-index /src
|
|
82
86
|
# install ansible collections
|
83
87
|
mkdir -p /ansible/logs
|
84
88
|
ansible-galaxy collection install -v -f -r /ansible/requirements.yml -p /usr/share/ansible/collections
|
89
|
+
ansible-galaxy collection install -v -f -r /usr/local/lib/python*/site-packages/netbox_manager/requirements.yml -p /usr/share/ansible/collections
|
85
90
|
ln -s /usr/share/ansible/collections /ansible/collections
|
86
91
|
|
87
92
|
# copy image definitions for the openstack-image-manager
|
@@ -128,35 +133,3 @@ pip3 uninstall -y pyclean
|
|
128
133
|
EOF
|
129
134
|
|
130
135
|
ENTRYPOINT ["/usr/bin/tini", "--"]
|
131
|
-
|
132
|
-
FROM osism AS osism-netbox
|
133
|
-
|
134
|
-
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
135
|
-
|
136
|
-
RUN <<EOF
|
137
|
-
set -e
|
138
|
-
set -x
|
139
|
-
|
140
|
-
apt-get update
|
141
|
-
apt-get install -y --no-install-recommends \
|
142
|
-
git \
|
143
|
-
tini
|
144
|
-
|
145
|
-
mkdir -p /import
|
146
|
-
git clone --depth 1 https://github.com/netbox-community/devicetype-library /devicetype-library
|
147
|
-
rm -rf /devicetype-library/.git
|
148
|
-
rm -rf /devicetype-library/elevation-images
|
149
|
-
|
150
|
-
apt-get clean
|
151
|
-
rm -rf \
|
152
|
-
/tmp/* \
|
153
|
-
/var/cache/apt \
|
154
|
-
/var/lib/apt/lists/* \
|
155
|
-
/var/tmp/*
|
156
|
-
|
157
|
-
pip3 install --no-cache-dir pyclean==3.0.0
|
158
|
-
pyclean /usr
|
159
|
-
pip3 uninstall -y pyclean
|
160
|
-
EOF
|
161
|
-
|
162
|
-
COPY files/import/* /import
|
@@ -20,11 +20,12 @@ apt-get install -y --no-install-recommends \
|
|
20
20
|
|
21
21
|
# install python packages
|
22
22
|
mkdir /wheels
|
23
|
-
python3 -m pip --no-cache-dir install -U 'pip==25.0'
|
23
|
+
python3 -m pip --no-cache-dir install -U 'pip==25.0.1'
|
24
24
|
python3 -m pip wheel --no-cache-dir --wheel-dir=/wheels -r /src/requirements.txt
|
25
25
|
python3 -m pip wheel --no-cache-dir --wheel-dir=/wheels -r /src/requirements.ansible.txt
|
26
26
|
python3 -m pip wheel --no-cache-dir --wheel-dir=/wheels -r /src/requirements.openstack-image-manager.txt
|
27
27
|
python3 -m pip wheel --no-cache-dir --wheel-dir=/wheels -r /src/requirements.openstack-flavor-manager.txt
|
28
|
+
python3 -m pip wheel --no-cache-dir --wheel-dir=/wheels -r /src/requirements.netbox-manager.txt
|
28
29
|
|
29
30
|
# install openstack-project-manager
|
30
31
|
git clone --depth 1 https://github.com/osism/openstack-project-manager.git /openstack-project-manager
|
@@ -54,6 +55,8 @@ ENV CLUSTERSHELL_CFGDIR=/etc/clustershell/
|
|
54
55
|
COPY files/clustershell/clush.conf /etc/clustershell/clush.conf
|
55
56
|
COPY files/clustershell/groups.conf /etc/clustershell/groups.conf
|
56
57
|
|
58
|
+
COPY files/netbox-manager/settings.toml /usr/local/config/settings.toml
|
59
|
+
|
57
60
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
58
61
|
|
59
62
|
RUN <<EOF
|
@@ -70,11 +73,12 @@ apt-get install -y --no-install-recommends \
|
|
70
73
|
tini
|
71
74
|
|
72
75
|
# install python packages
|
73
|
-
python3 -m pip --no-cache-dir install -U 'pip==25.0'
|
76
|
+
python3 -m pip --no-cache-dir install -U 'pip==25.0.1'
|
74
77
|
python3 -m pip --no-cache-dir install --no-index --find-links=/wheels -r /src/requirements.txt
|
75
78
|
python3 -m pip --no-cache-dir install --no-index --find-links=/wheels -r /src/requirements.ansible.txt
|
76
79
|
python3 -m pip --no-cache-dir install --no-index --find-links=/wheels -r /src/requirements.openstack-image-manager.txt
|
77
80
|
python3 -m pip --no-cache-dir install --no-index --find-links=/wheels -r /src/requirements.openstack-flavor-manager.txt
|
81
|
+
python3 -m pip --no-cache-dir install --no-index --find-links=/wheels -r /src/requirements.netbox-manager.txt
|
78
82
|
|
79
83
|
# install python-osism
|
80
84
|
python3 -m pip --no-cache-dir install --no-index /src
|
@@ -82,6 +86,7 @@ python3 -m pip --no-cache-dir install --no-index /src
|
|
82
86
|
# install ansible collections
|
83
87
|
mkdir -p /ansible/logs
|
84
88
|
ansible-galaxy collection install -v -f -r /ansible/requirements.yml -p /usr/share/ansible/collections
|
89
|
+
ansible-galaxy collection install -v -f -r /usr/local/lib/python*/site-packages/netbox_manager/requirements.yml -p /usr/share/ansible/collections
|
85
90
|
ln -s /usr/share/ansible/collections /ansible/collections
|
86
91
|
|
87
92
|
# copy image definitions for the openstack-image-manager
|
@@ -128,35 +133,3 @@ pip3 uninstall -y pyclean
|
|
128
133
|
EOF
|
129
134
|
|
130
135
|
ENTRYPOINT ["/usr/bin/tini", "--"]
|
131
|
-
|
132
|
-
FROM osism AS osism-netbox
|
133
|
-
|
134
|
-
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
135
|
-
|
136
|
-
RUN <<EOF
|
137
|
-
set -e
|
138
|
-
set -x
|
139
|
-
|
140
|
-
apt-get update
|
141
|
-
apt-get install -y --no-install-recommends \
|
142
|
-
git \
|
143
|
-
tini
|
144
|
-
|
145
|
-
mkdir -p /import
|
146
|
-
git clone --depth 1 https://github.com/netbox-community/devicetype-library /devicetype-library
|
147
|
-
rm -rf /devicetype-library/.git
|
148
|
-
rm -rf /devicetype-library/elevation-images
|
149
|
-
|
150
|
-
apt-get clean
|
151
|
-
rm -rf \
|
152
|
-
/tmp/* \
|
153
|
-
/var/cache/apt \
|
154
|
-
/var/lib/apt/lists/* \
|
155
|
-
/var/tmp/*
|
156
|
-
|
157
|
-
pip3 install --no-cache-dir pyclean==3.0.0
|
158
|
-
pyclean /usr
|
159
|
-
pip3 uninstall -y pyclean
|
160
|
-
EOF
|
161
|
-
|
162
|
-
COPY files/import/* /import
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: osism
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.20250314.0
|
4
4
|
Summary: OSISM manager interface
|
5
5
|
Home-page: https://github.com/osism/python-osism
|
6
6
|
Author: OSISM GmbH
|
@@ -23,44 +23,44 @@ Description-Content-Type: text/markdown
|
|
23
23
|
License-File: LICENSE
|
24
24
|
Requires-Dist: ClusterShell==1.9.3
|
25
25
|
Requires-Dist: GitPython==3.1.44
|
26
|
-
Requires-Dist: Jinja2==3.1.
|
26
|
+
Requires-Dist: Jinja2==3.1.6
|
27
27
|
Requires-Dist: PyYAML==6.0.2
|
28
28
|
Requires-Dist: ara==1.7.2
|
29
29
|
Requires-Dist: celery[redis]==5.4.0
|
30
|
-
Requires-Dist: cliff==4.
|
31
|
-
Requires-Dist: deepdiff==8.
|
30
|
+
Requires-Dist: cliff==4.9.1
|
31
|
+
Requires-Dist: deepdiff==8.3.0
|
32
32
|
Requires-Dist: docker==7.1.0
|
33
33
|
Requires-Dist: dtrack-auditor==1.5.0
|
34
|
-
Requires-Dist: fastapi==0.115.
|
34
|
+
Requires-Dist: fastapi==0.115.11
|
35
35
|
Requires-Dist: flower==2.0.1
|
36
36
|
Requires-Dist: hiredis==3.1.0
|
37
37
|
Requires-Dist: jc==1.25.4
|
38
|
-
Requires-Dist: keystoneauth1==5.
|
39
|
-
Requires-Dist: kombu==5.
|
40
|
-
Requires-Dist: kubernetes==32.0.
|
38
|
+
Requires-Dist: keystoneauth1==5.10.0
|
39
|
+
Requires-Dist: kombu==5.5.0
|
40
|
+
Requires-Dist: kubernetes==32.0.1
|
41
41
|
Requires-Dist: loguru==0.7.3
|
42
42
|
Requires-Dist: netmiko==4.5.0
|
43
43
|
Requires-Dist: nornir-ansible==2023.12.28
|
44
44
|
Requires-Dist: nornir==3.5.0
|
45
|
-
Requires-Dist: openstacksdk==4.
|
45
|
+
Requires-Dist: openstacksdk==4.4.0
|
46
46
|
Requires-Dist: pottery==3.0.0
|
47
47
|
Requires-Dist: prompt-toolkit==3.0.50
|
48
48
|
Requires-Dist: pydantic==1.10.21
|
49
49
|
Requires-Dist: pynetbox==7.4.1
|
50
50
|
Requires-Dist: pytest-testinfra==10.1.1
|
51
51
|
Requires-Dist: python-dateutil==2.9.0.post0
|
52
|
-
Requires-Dist: setuptools==
|
53
|
-
Requires-Dist: sqlmodel==0.0.
|
54
|
-
Requires-Dist: sushy==5.
|
52
|
+
Requires-Dist: setuptools==76.0.0
|
53
|
+
Requires-Dist: sqlmodel==0.0.24
|
54
|
+
Requires-Dist: sushy==5.5.0
|
55
55
|
Requires-Dist: tabulate==0.9.0
|
56
56
|
Requires-Dist: transitions==0.9.2
|
57
57
|
Requires-Dist: uvicorn[standard]==0.34.0
|
58
58
|
Requires-Dist: watchdog==6.0.0
|
59
59
|
Provides-Extra: ansible
|
60
60
|
Requires-Dist: ansible-runner==2.4.0; extra == "ansible"
|
61
|
-
Requires-Dist: ansible-core==2.18.
|
61
|
+
Requires-Dist: ansible-core==2.18.3; extra == "ansible"
|
62
62
|
Provides-Extra: openstack-image-manager
|
63
|
-
Requires-Dist: openstack-image-manager==0.
|
63
|
+
Requires-Dist: openstack-image-manager==0.20250314.0; extra == "openstack-image-manager"
|
64
64
|
Dynamic: author
|
65
65
|
Dynamic: author-email
|
66
66
|
Dynamic: classifier
|
@@ -6,35 +6,35 @@ name = "pypi"
|
|
6
6
|
[packages]
|
7
7
|
ClusterShell = "==1.9.3"
|
8
8
|
GitPython = "==3.1.44"
|
9
|
-
Jinja2 = "==3.1.
|
9
|
+
Jinja2 = "==3.1.6"
|
10
10
|
PyYAML = "==6.0.2"
|
11
11
|
ansible-runner = "==2.4.0"
|
12
12
|
ara = "==1.7.2"
|
13
13
|
celery = {version = "==5.4.0", extras = ["redis"]}
|
14
|
-
cliff = "==4.
|
15
|
-
deepdiff = "==8.
|
14
|
+
cliff = "==4.9.1"
|
15
|
+
deepdiff = "==8.3.0"
|
16
16
|
docker = "==7.1.0"
|
17
17
|
dtrack-auditor = "==1.5.0"
|
18
18
|
flower = "==2.0.1"
|
19
19
|
hiredis = "==3.1.0"
|
20
20
|
huey = "==2.5.2"
|
21
21
|
jc = "==1.25.4"
|
22
|
-
keystoneauth1 = "==5.
|
23
|
-
kombu = "==5.
|
24
|
-
kubernetes = "==32.0.
|
22
|
+
keystoneauth1 = "==5.10.0"
|
23
|
+
kombu = "==5.5.0"
|
24
|
+
kubernetes = "==32.0.1"
|
25
25
|
loguru = "==0.7.3"
|
26
26
|
netmiko = "==4.5.0"
|
27
27
|
nornir = "==3.5.0"
|
28
28
|
nornir-ansible = "==2023.12.28"
|
29
|
-
openstacksdk = "==4.
|
29
|
+
openstacksdk = "==4.4.0"
|
30
30
|
pottery = "==3.0.0"
|
31
31
|
prompt-toolkit = "==3.0.50"
|
32
32
|
pydantic = "==1.10.21"
|
33
33
|
pynetbox = "==7.4.1"
|
34
34
|
pytest-testinfra = "==10.1.1"
|
35
35
|
python-dateutil = "==2.9.0.post0"
|
36
|
-
setuptools = "==
|
37
|
-
sqlmodel = "==0.0.
|
38
|
-
sushy = "==5.
|
36
|
+
setuptools = "==76.0.0"
|
37
|
+
sqlmodel = "==0.0.24"
|
38
|
+
sushy = "==5.5.0"
|
39
39
|
transitions = "==0.9.2"
|
40
40
|
watchdog = "==6.0.0"
|