osism 0.20250425.0__tar.gz → 0.20250505.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.20250505.0/ChangeLog +7 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/Containerfile +1 -1
- {osism-0.20250425.0 → osism-0.20250505.0}/Dockerfile +1 -1
- {osism-0.20250425.0/osism.egg-info → osism-0.20250505.0}/PKG-INFO +3 -3
- {osism-0.20250425.0 → osism-0.20250505.0}/Pipfile +2 -2
- {osism-0.20250425.0 → osism-0.20250505.0}/Pipfile.lock +151 -149
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/tasks/conductor.py +0 -60
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/tasks/openstack.py +0 -41
- {osism-0.20250425.0 → osism-0.20250505.0/osism.egg-info}/PKG-INFO +3 -3
- osism-0.20250505.0/osism.egg-info/pbr.json +1 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism.egg-info/requires.txt +2 -2
- {osism-0.20250425.0 → osism-0.20250505.0}/requirements.txt +2 -2
- {osism-0.20250425.0 → osism-0.20250505.0}/requirements.yml +2 -2
- osism-0.20250425.0/ChangeLog +0 -7
- osism-0.20250425.0/osism.egg-info/pbr.json +0 -1
- {osism-0.20250425.0 → osism-0.20250505.0}/.flake8 +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/.github/renovate.json +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/.github/workflows/publish.yml +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/.hadolint.yaml +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/.zuul.yaml +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/AUTHORS +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/LICENSE +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/README.md +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/files/change.sh +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/files/cleanup-ansible-collections.sh +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/files/clustershell/clush.conf +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/files/clustershell/groups.conf +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/files/data/SCS-Spec.MandatoryFlavors.verbose.yaml +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/files/netbox-manager/settings.toml +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/files/run-ansible-console.sh +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/__init__.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/__main__.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/actions/__init__.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/api.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/__init__.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/apply.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/compose.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/compute.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/configuration.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/console.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/container.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/get.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/log.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/manage.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/netbox.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/noset.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/reconciler.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/server.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/service.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/set.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/status.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/sync.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/task.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/validate.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/vault.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/volume.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/wait.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/commands/worker.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/core/__init__.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/core/enums.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/core/playbooks.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/data/__init__.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/main.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/plugins/__init__.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/services/__init__.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/services/listener.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/settings.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/tasks/__init__.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/tasks/ansible.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/tasks/ceph.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/tasks/kolla.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/tasks/kubernetes.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/tasks/netbox.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/tasks/reconciler.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism/utils/__init__.py +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism.egg-info/SOURCES.txt +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism.egg-info/dependency_links.txt +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism.egg-info/entry_points.txt +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism.egg-info/not-zip-safe +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/osism.egg-info/top_level.txt +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/playbooks/build.yml +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/playbooks/pre.yml +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/playbooks/test-setup.yml +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/requirements.ansible.txt +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/requirements.netbox-manager.txt +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/requirements.openstack-flavor-manager.txt +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/requirements.openstack-image-manager.txt +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/setup.cfg +0 -0
- {osism-0.20250425.0 → osism-0.20250505.0}/setup.py +0 -0
@@ -6,7 +6,7 @@ FROM python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
|
|
6
6
|
ENV PYTHONWARNINGS="ignore::UserWarning"
|
7
7
|
|
8
8
|
COPY . /src
|
9
|
-
COPY --from=ghcr.io/astral-sh/uv:0.
|
9
|
+
COPY --from=ghcr.io/astral-sh/uv:0.7.2 /uv /usr/local/bin/uv
|
10
10
|
|
11
11
|
COPY files/data /data
|
12
12
|
COPY files/change.sh /change.sh
|
@@ -6,7 +6,7 @@ FROM python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
|
|
6
6
|
ENV PYTHONWARNINGS="ignore::UserWarning"
|
7
7
|
|
8
8
|
COPY . /src
|
9
|
-
COPY --from=ghcr.io/astral-sh/uv:0.
|
9
|
+
COPY --from=ghcr.io/astral-sh/uv:0.7.2 /uv /usr/local/bin/uv
|
10
10
|
|
11
11
|
COPY files/data /data
|
12
12
|
COPY files/change.sh /change.sh
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: osism
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.20250505.0
|
4
4
|
Summary: OSISM manager interface
|
5
5
|
Home-page: https://github.com/osism/python-osism
|
6
6
|
Author: OSISM GmbH
|
@@ -26,7 +26,7 @@ Requires-Dist: GitPython==3.1.44
|
|
26
26
|
Requires-Dist: Jinja2==3.1.6
|
27
27
|
Requires-Dist: PyYAML==6.0.2
|
28
28
|
Requires-Dist: ara==1.7.2
|
29
|
-
Requires-Dist: celery[redis]==5.5.
|
29
|
+
Requires-Dist: celery[redis]==5.5.2
|
30
30
|
Requires-Dist: cliff==4.9.1
|
31
31
|
Requires-Dist: deepdiff==8.4.2
|
32
32
|
Requires-Dist: docker==7.1.0
|
@@ -49,7 +49,7 @@ Requires-Dist: pydantic==1.10.22
|
|
49
49
|
Requires-Dist: pynetbox==7.4.1
|
50
50
|
Requires-Dist: pytest-testinfra==10.2.2
|
51
51
|
Requires-Dist: python-dateutil==2.9.0.post0
|
52
|
-
Requires-Dist: setuptools==
|
52
|
+
Requires-Dist: setuptools==80.3.1
|
53
53
|
Requires-Dist: sqlmodel==0.0.24
|
54
54
|
Requires-Dist: sushy==5.5.0
|
55
55
|
Requires-Dist: tabulate==0.9.0
|
@@ -10,7 +10,7 @@ Jinja2 = "==3.1.6"
|
|
10
10
|
PyYAML = "==6.0.2"
|
11
11
|
ansible-runner = "==2.4.1"
|
12
12
|
ara = "==1.7.2"
|
13
|
-
celery = {version = "==5.5.
|
13
|
+
celery = {version = "==5.5.2", extras = ["redis"]}
|
14
14
|
cliff = "==4.9.1"
|
15
15
|
deepdiff = "==8.4.2"
|
16
16
|
docker = "==7.1.0"
|
@@ -33,7 +33,7 @@ pydantic = "==1.10.22"
|
|
33
33
|
pynetbox = "==7.4.1"
|
34
34
|
pytest-testinfra = "==10.2.2"
|
35
35
|
python-dateutil = "==2.9.0.post0"
|
36
|
-
setuptools = "==
|
36
|
+
setuptools = "==80.3.1"
|
37
37
|
sqlmodel = "==0.0.24"
|
38
38
|
sushy = "==5.5.0"
|
39
39
|
transitions = "==0.9.2"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_meta": {
|
3
3
|
"hash": {
|
4
|
-
"sha256": "
|
4
|
+
"sha256": "82a4b58f0a9a91b9e9863ae575e0dfb3f600488baac9592be0f4048a6c49310e"
|
5
5
|
},
|
6
6
|
"pipfile-spec": 6,
|
7
7
|
"requires": {},
|
@@ -126,19 +126,19 @@
|
|
126
126
|
"redis"
|
127
127
|
],
|
128
128
|
"hashes": [
|
129
|
-
"sha256:
|
130
|
-
"sha256:
|
129
|
+
"sha256:4d6930f354f9d29295425d7a37261245c74a32807c45d764bedc286afd0e724e",
|
130
|
+
"sha256:54425a067afdc88b57cd8d94ed4af2ffaf13ab8c7680041ac2c4ac44357bdf4c"
|
131
131
|
],
|
132
132
|
"markers": "python_version >= '3.8'",
|
133
|
-
"version": "==5.5.
|
133
|
+
"version": "==5.5.2"
|
134
134
|
},
|
135
135
|
"certifi": {
|
136
136
|
"hashes": [
|
137
|
-
"sha256:
|
138
|
-
"sha256:
|
137
|
+
"sha256:0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6",
|
138
|
+
"sha256:30350364dfe371162649852c63336a15c70c6510c2ad5015b21c2345311805f3"
|
139
139
|
],
|
140
140
|
"markers": "python_version >= '3.6'",
|
141
|
-
"version": "==2025.
|
141
|
+
"version": "==2025.4.26"
|
142
142
|
},
|
143
143
|
"cffi": {
|
144
144
|
"hashes": [
|
@@ -215,101 +215,101 @@
|
|
215
215
|
},
|
216
216
|
"charset-normalizer": {
|
217
217
|
"hashes": [
|
218
|
-
"sha256:
|
219
|
-
"sha256:
|
220
|
-
"sha256:
|
221
|
-
"sha256:
|
222
|
-
"sha256:
|
223
|
-
"sha256:
|
224
|
-
"sha256:
|
225
|
-
"sha256:
|
226
|
-
"sha256:
|
227
|
-
"sha256:
|
228
|
-
"sha256:
|
229
|
-
"sha256:
|
230
|
-
"sha256:
|
231
|
-
"sha256:
|
232
|
-
"sha256:
|
233
|
-
"sha256:
|
234
|
-
"sha256:
|
235
|
-
"sha256:
|
236
|
-
"sha256:
|
237
|
-
"sha256:
|
238
|
-
"sha256:
|
239
|
-
"sha256:
|
240
|
-
"sha256:
|
241
|
-
"sha256:
|
242
|
-
"sha256:
|
243
|
-
"sha256:
|
244
|
-
"sha256:
|
245
|
-
"sha256:
|
246
|
-
"sha256:
|
247
|
-
"sha256:
|
248
|
-
"sha256:
|
249
|
-
"sha256:
|
250
|
-
"sha256:
|
251
|
-
"sha256:
|
252
|
-
"sha256:
|
253
|
-
"sha256:
|
254
|
-
"sha256:
|
255
|
-
"sha256:
|
256
|
-
"sha256:
|
257
|
-
"sha256:
|
258
|
-
"sha256:
|
259
|
-
"sha256:
|
260
|
-
"sha256:
|
261
|
-
"sha256:
|
262
|
-
"sha256:
|
263
|
-
"sha256:
|
264
|
-
"sha256:
|
265
|
-
"sha256:
|
266
|
-
"sha256:
|
267
|
-
"sha256:
|
268
|
-
"sha256:
|
269
|
-
"sha256:
|
270
|
-
"sha256:
|
271
|
-
"sha256:
|
272
|
-
"sha256:
|
273
|
-
"sha256:
|
274
|
-
"sha256:
|
275
|
-
"sha256:
|
276
|
-
"sha256:
|
277
|
-
"sha256:
|
278
|
-
"sha256:
|
279
|
-
"sha256:
|
280
|
-
"sha256:
|
281
|
-
"sha256:
|
282
|
-
"sha256:
|
283
|
-
"sha256:
|
284
|
-
"sha256:
|
285
|
-
"sha256:
|
286
|
-
"sha256:
|
287
|
-
"sha256:
|
288
|
-
"sha256:
|
289
|
-
"sha256:
|
290
|
-
"sha256:
|
291
|
-
"sha256:
|
292
|
-
"sha256:
|
293
|
-
"sha256:
|
294
|
-
"sha256:
|
295
|
-
"sha256:
|
296
|
-
"sha256:
|
297
|
-
"sha256:
|
298
|
-
"sha256:
|
299
|
-
"sha256:
|
300
|
-
"sha256:
|
301
|
-
"sha256:
|
302
|
-
"sha256:
|
303
|
-
"sha256:
|
304
|
-
"sha256:
|
305
|
-
"sha256:
|
306
|
-
"sha256:
|
307
|
-
"sha256:
|
308
|
-
"sha256:
|
309
|
-
"sha256:
|
218
|
+
"sha256:005fa3432484527f9732ebd315da8da8001593e2cf46a3d817669f062c3d9ed4",
|
219
|
+
"sha256:046595208aae0120559a67693ecc65dd75d46f7bf687f159127046628178dc45",
|
220
|
+
"sha256:0c29de6a1a95f24b9a1aa7aefd27d2487263f00dfd55a77719b530788f75cff7",
|
221
|
+
"sha256:0c8c57f84ccfc871a48a47321cfa49ae1df56cd1d965a09abe84066f6853b9c0",
|
222
|
+
"sha256:0f5d9ed7f254402c9e7d35d2f5972c9bbea9040e99cd2861bd77dc68263277c7",
|
223
|
+
"sha256:18dd2e350387c87dabe711b86f83c9c78af772c748904d372ade190b5c7c9d4d",
|
224
|
+
"sha256:1b1bde144d98e446b056ef98e59c256e9294f6b74d7af6846bf5ffdafd687a7d",
|
225
|
+
"sha256:1c95a1e2902a8b722868587c0e1184ad5c55631de5afc0eb96bc4b0d738092c0",
|
226
|
+
"sha256:1cad5f45b3146325bb38d6855642f6fd609c3f7cad4dbaf75549bf3b904d3184",
|
227
|
+
"sha256:21b2899062867b0e1fde9b724f8aecb1af14f2778d69aacd1a5a1853a597a5db",
|
228
|
+
"sha256:24498ba8ed6c2e0b56d4acbf83f2d989720a93b41d712ebd4f4979660db4417b",
|
229
|
+
"sha256:25a23ea5c7edc53e0f29bae2c44fcb5a1aa10591aae107f2a2b2583a9c5cbc64",
|
230
|
+
"sha256:289200a18fa698949d2b39c671c2cc7a24d44096784e76614899a7ccf2574b7b",
|
231
|
+
"sha256:28a1005facc94196e1fb3e82a3d442a9d9110b8434fc1ded7a24a2983c9888d8",
|
232
|
+
"sha256:32fc0341d72e0f73f80acb0a2c94216bd704f4f0bce10aedea38f30502b271ff",
|
233
|
+
"sha256:36b31da18b8890a76ec181c3cf44326bf2c48e36d393ca1b72b3f484113ea344",
|
234
|
+
"sha256:3c21d4fca343c805a52c0c78edc01e3477f6dd1ad7c47653241cf2a206d4fc58",
|
235
|
+
"sha256:3fddb7e2c84ac87ac3a947cb4e66d143ca5863ef48e4a5ecb83bd48619e4634e",
|
236
|
+
"sha256:43e0933a0eff183ee85833f341ec567c0980dae57c464d8a508e1b2ceb336471",
|
237
|
+
"sha256:4a476b06fbcf359ad25d34a057b7219281286ae2477cc5ff5e3f70a246971148",
|
238
|
+
"sha256:4e594135de17ab3866138f496755f302b72157d115086d100c3f19370839dd3a",
|
239
|
+
"sha256:50bf98d5e563b83cc29471fa114366e6806bc06bc7a25fd59641e41445327836",
|
240
|
+
"sha256:5a9979887252a82fefd3d3ed2a8e3b937a7a809f65dcb1e068b090e165bbe99e",
|
241
|
+
"sha256:5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63",
|
242
|
+
"sha256:5bf4545e3b962767e5c06fe1738f951f77d27967cb2caa64c28be7c4563e162c",
|
243
|
+
"sha256:6333b3aa5a12c26b2a4d4e7335a28f1475e0e5e17d69d55141ee3cab736f66d1",
|
244
|
+
"sha256:65c981bdbd3f57670af8b59777cbfae75364b483fa8a9f420f08094531d54a01",
|
245
|
+
"sha256:68a328e5f55ec37c57f19ebb1fdc56a248db2e3e9ad769919a58672958e8f366",
|
246
|
+
"sha256:6a0289e4589e8bdfef02a80478f1dfcb14f0ab696b5a00e1f4b8a14a307a3c58",
|
247
|
+
"sha256:6b66f92b17849b85cad91259efc341dce9c1af48e2173bf38a85c6329f1033e5",
|
248
|
+
"sha256:6c9379d65defcab82d07b2a9dfbfc2e95bc8fe0ebb1b176a3190230a3ef0e07c",
|
249
|
+
"sha256:6fc1f5b51fa4cecaa18f2bd7a003f3dd039dd615cd69a2afd6d3b19aed6775f2",
|
250
|
+
"sha256:70f7172939fdf8790425ba31915bfbe8335030f05b9913d7ae00a87d4395620a",
|
251
|
+
"sha256:721c76e84fe669be19c5791da68232ca2e05ba5185575086e384352e2c309597",
|
252
|
+
"sha256:7222ffd5e4de8e57e03ce2cef95a4c43c98fcb72ad86909abdfc2c17d227fc1b",
|
253
|
+
"sha256:75d10d37a47afee94919c4fab4c22b9bc2a8bf7d4f46f87363bcf0573f3ff4f5",
|
254
|
+
"sha256:76af085e67e56c8816c3ccf256ebd136def2ed9654525348cfa744b6802b69eb",
|
255
|
+
"sha256:770cab594ecf99ae64c236bc9ee3439c3f46be49796e265ce0cc8bc17b10294f",
|
256
|
+
"sha256:7a6ab32f7210554a96cd9e33abe3ddd86732beeafc7a28e9955cdf22ffadbab0",
|
257
|
+
"sha256:7c48ed483eb946e6c04ccbe02c6b4d1d48e51944b6db70f697e089c193404941",
|
258
|
+
"sha256:7f56930ab0abd1c45cd15be65cc741c28b1c9a34876ce8c17a2fa107810c0af0",
|
259
|
+
"sha256:8075c35cd58273fee266c58c0c9b670947c19df5fb98e7b66710e04ad4e9ff86",
|
260
|
+
"sha256:8272b73e1c5603666618805fe821edba66892e2870058c94c53147602eab29c7",
|
261
|
+
"sha256:82d8fd25b7f4675d0c47cf95b594d4e7b158aca33b76aa63d07186e13c0e0ab7",
|
262
|
+
"sha256:844da2b5728b5ce0e32d863af26f32b5ce61bc4273a9c720a9f3aa9df73b1455",
|
263
|
+
"sha256:8755483f3c00d6c9a77f490c17e6ab0c8729e39e6390328e42521ef175380ae6",
|
264
|
+
"sha256:915f3849a011c1f593ab99092f3cecfcb4d65d8feb4a64cf1bf2d22074dc0ec4",
|
265
|
+
"sha256:926ca93accd5d36ccdabd803392ddc3e03e6d4cd1cf17deff3b989ab8e9dbcf0",
|
266
|
+
"sha256:982bb1e8b4ffda883b3d0a521e23abcd6fd17418f6d2c4118d257a10199c0ce3",
|
267
|
+
"sha256:98f862da73774290f251b9df8d11161b6cf25b599a66baf087c1ffe340e9bfd1",
|
268
|
+
"sha256:9cbfacf36cb0ec2897ce0ebc5d08ca44213af24265bd56eca54bee7923c48fd6",
|
269
|
+
"sha256:a370b3e078e418187da8c3674eddb9d983ec09445c99a3a263c2011993522981",
|
270
|
+
"sha256:a955b438e62efdf7e0b7b52a64dc5c3396e2634baa62471768a64bc2adb73d5c",
|
271
|
+
"sha256:aa6af9e7d59f9c12b33ae4e9450619cf2488e2bbe9b44030905877f0b2324980",
|
272
|
+
"sha256:aa88ca0b1932e93f2d961bf3addbb2db902198dca337d88c89e1559e066e7645",
|
273
|
+
"sha256:aaeeb6a479c7667fbe1099af9617c83aaca22182d6cf8c53966491a0f1b7ffb7",
|
274
|
+
"sha256:aaf27faa992bfee0264dc1f03f4c75e9fcdda66a519db6b957a3f826e285cf12",
|
275
|
+
"sha256:b2680962a4848b3c4f155dc2ee64505a9c57186d0d56b43123b17ca3de18f0fa",
|
276
|
+
"sha256:b2d318c11350e10662026ad0eb71bb51c7812fc8590825304ae0bdd4ac283acd",
|
277
|
+
"sha256:b33de11b92e9f75a2b545d6e9b6f37e398d86c3e9e9653c4864eb7e89c5773ef",
|
278
|
+
"sha256:b3daeac64d5b371dea99714f08ffc2c208522ec6b06fbc7866a450dd446f5c0f",
|
279
|
+
"sha256:be1e352acbe3c78727a16a455126d9ff83ea2dfdcbc83148d2982305a04714c2",
|
280
|
+
"sha256:bee093bf902e1d8fc0ac143c88902c3dfc8941f7ea1d6a8dd2bcb786d33db03d",
|
281
|
+
"sha256:c72fbbe68c6f32f251bdc08b8611c7b3060612236e960ef848e0a517ddbe76c5",
|
282
|
+
"sha256:c9e36a97bee9b86ef9a1cf7bb96747eb7a15c2f22bdb5b516434b00f2a599f02",
|
283
|
+
"sha256:cddf7bd982eaa998934a91f69d182aec997c6c468898efe6679af88283b498d3",
|
284
|
+
"sha256:cf713fe9a71ef6fd5adf7a79670135081cd4431c2943864757f0fa3a65b1fafd",
|
285
|
+
"sha256:d11b54acf878eef558599658b0ffca78138c8c3655cf4f3a4a673c437e67732e",
|
286
|
+
"sha256:d41c4d287cfc69060fa91cae9683eacffad989f1a10811995fa309df656ec214",
|
287
|
+
"sha256:d524ba3f1581b35c03cb42beebab4a13e6cdad7b36246bd22541fa585a56cccd",
|
288
|
+
"sha256:daac4765328a919a805fa5e2720f3e94767abd632ae410a9062dff5412bae65a",
|
289
|
+
"sha256:db4c7bf0e07fc3b7d89ac2a5880a6a8062056801b83ff56d8464b70f65482b6c",
|
290
|
+
"sha256:dc7039885fa1baf9be153a0626e337aa7ec8bf96b0128605fb0d77788ddc1681",
|
291
|
+
"sha256:dccab8d5fa1ef9bfba0590ecf4d46df048d18ffe3eec01eeb73a42e0d9e7a8ba",
|
292
|
+
"sha256:dedb8adb91d11846ee08bec4c8236c8549ac721c245678282dcb06b221aab59f",
|
293
|
+
"sha256:e45ba65510e2647721e35323d6ef54c7974959f6081b58d4ef5d87c60c84919a",
|
294
|
+
"sha256:e53efc7c7cee4c1e70661e2e112ca46a575f90ed9ae3fef200f2a25e954f4b28",
|
295
|
+
"sha256:e635b87f01ebc977342e2697d05b56632f5f879a4f15955dfe8cef2448b51691",
|
296
|
+
"sha256:e70e990b2137b29dc5564715de1e12701815dacc1d056308e2b17e9095372a82",
|
297
|
+
"sha256:e8082b26888e2f8b36a042a58307d5b917ef2b1cacab921ad3323ef91901c71a",
|
298
|
+
"sha256:e8323a9b031aa0393768b87f04b4164a40037fb2a3c11ac06a03ffecd3618027",
|
299
|
+
"sha256:e92fca20c46e9f5e1bb485887d074918b13543b1c2a1185e69bb8d17ab6236a7",
|
300
|
+
"sha256:eb30abc20df9ab0814b5a2524f23d75dcf83cde762c161917a2b4b7b55b1e518",
|
301
|
+
"sha256:eba9904b0f38a143592d9fc0e19e2df0fa2e41c3c3745554761c5f6447eedabf",
|
302
|
+
"sha256:ef8de666d6179b009dce7bcb2ad4c4a779f113f12caf8dc77f0162c29d20490b",
|
303
|
+
"sha256:efd387a49825780ff861998cd959767800d54f8308936b21025326de4b5a42b9",
|
304
|
+
"sha256:f0aa37f3c979cf2546b73e8222bbfa3dc07a641585340179d768068e3455e544",
|
305
|
+
"sha256:f4074c5a429281bf056ddd4c5d3b740ebca4d43ffffe2ef4bf4d2d05114299da",
|
306
|
+
"sha256:f69a27e45c43520f5487f27627059b64aaf160415589230992cec34c5e18a509",
|
307
|
+
"sha256:fb707f3e15060adf5b7ada797624a6c6e0138e2a26baa089df64c68ee98e040f",
|
308
|
+
"sha256:fcbe676a55d7445b22c10967bceaaf0ee69407fbe0ece4d032b6eb8d4565982a",
|
309
|
+
"sha256:fdb20a30fe1175ecabed17cbf7812f7b804b8a315a25f24678bcdf120a90077f"
|
310
310
|
],
|
311
311
|
"markers": "python_version >= '3.7'",
|
312
|
-
"version": "==3.4.
|
312
|
+
"version": "==3.4.2"
|
313
313
|
},
|
314
314
|
"click": {
|
315
315
|
"hashes": [
|
@@ -368,44 +368,46 @@
|
|
368
368
|
},
|
369
369
|
"cryptography": {
|
370
370
|
"hashes": [
|
371
|
-
"sha256:
|
372
|
-
"sha256:
|
373
|
-
"sha256:
|
374
|
-
"sha256:
|
375
|
-
"sha256:
|
376
|
-
"sha256:
|
377
|
-
"sha256:
|
378
|
-
"sha256:
|
379
|
-
"sha256:
|
380
|
-
"sha256:
|
381
|
-
"sha256:
|
382
|
-
"sha256:
|
383
|
-
"sha256:
|
384
|
-
"sha256:
|
385
|
-
"sha256:
|
386
|
-
"sha256:
|
387
|
-
"sha256:
|
388
|
-
"sha256:
|
389
|
-
"sha256:
|
390
|
-
"sha256:
|
391
|
-
"sha256:
|
392
|
-
"sha256:
|
393
|
-
"sha256:
|
394
|
-
"sha256:
|
395
|
-
"sha256:
|
396
|
-
"sha256:
|
397
|
-
"sha256:
|
398
|
-
"sha256:
|
399
|
-
"sha256:
|
400
|
-
"sha256:
|
401
|
-
"sha256:
|
402
|
-
"sha256:
|
403
|
-
"sha256:
|
404
|
-
"sha256:
|
405
|
-
"sha256:
|
371
|
+
"sha256:02f55fb4f8b79c1221b0961488eaae21015b69b210e18c386b69de182ebb1259",
|
372
|
+
"sha256:157f1f3b8d941c2bd8f3ffee0af9b049c9665c39d3da9db2dc338feca5e98a43",
|
373
|
+
"sha256:192ed30fac1728f7587c6f4613c29c584abdc565d7417c13904708db10206645",
|
374
|
+
"sha256:21a83f6f35b9cc656d71b5de8d519f566df01e660ac2578805ab245ffd8523f8",
|
375
|
+
"sha256:25cd194c39fa5a0aa4169125ee27d1172097857b27109a45fadc59653ec06f44",
|
376
|
+
"sha256:3883076d5c4cc56dbef0b898a74eb6992fdac29a7b9013870b34efe4ddb39a0d",
|
377
|
+
"sha256:3bb0847e6363c037df8f6ede57d88eaf3410ca2267fb12275370a76f85786a6f",
|
378
|
+
"sha256:3be3f649d91cb182c3a6bd336de8b61a0a71965bd13d1a04a0e15b39c3d5809d",
|
379
|
+
"sha256:3f07943aa4d7dad689e3bb1638ddc4944cc5e0921e3c227486daae0e31a05e54",
|
380
|
+
"sha256:479d92908277bed6e1a1c69b277734a7771c2b78633c224445b5c60a9f4bc1d9",
|
381
|
+
"sha256:4ffc61e8f3bf5b60346d89cd3d37231019c17a081208dfbbd6e1605ba03fa137",
|
382
|
+
"sha256:5639c2b16764c6f76eedf722dbad9a0914960d3489c0cc38694ddf9464f1bb2f",
|
383
|
+
"sha256:58968d331425a6f9eedcee087f77fd3c927c88f55368f43ff7e0a19891f2642c",
|
384
|
+
"sha256:5d186f32e52e66994dce4f766884bcb9c68b8da62d61d9d215bfe5fb56d21334",
|
385
|
+
"sha256:5d20cc348cca3a8aa7312f42ab953a56e15323800ca3ab0706b8cd452a3a056c",
|
386
|
+
"sha256:6866df152b581f9429020320e5eb9794c8780e90f7ccb021940d7f50ee00ae0b",
|
387
|
+
"sha256:7d5fe7195c27c32a64955740b949070f21cba664604291c298518d2e255931d2",
|
388
|
+
"sha256:896530bc9107b226f265effa7ef3f21270f18a2026bc09fed1ebd7b66ddf6375",
|
389
|
+
"sha256:962bc30480a08d133e631e8dfd4783ab71cc9e33d5d7c1e192f0b7c06397bb88",
|
390
|
+
"sha256:978631ec51a6bbc0b7e58f23b68a8ce9e5f09721940933e9c217068388789fe5",
|
391
|
+
"sha256:9b4d4a5dbee05a2c390bf212e78b99434efec37b17a4bff42f50285c5c8c9647",
|
392
|
+
"sha256:ab0b005721cc0039e885ac3503825661bd9810b15d4f374e473f8c89b7d5460c",
|
393
|
+
"sha256:af653022a0c25ef2e3ffb2c673a50e5a0d02fecc41608f4954176f1933b12359",
|
394
|
+
"sha256:b0cc66c74c797e1db750aaa842ad5b8b78e14805a9b5d1348dc603612d3e3ff5",
|
395
|
+
"sha256:b424563394c369a804ecbee9b06dfb34997f19d00b3518e39f83a5642618397d",
|
396
|
+
"sha256:c138abae3a12a94c75c10499f1cbae81294a6f983b3af066390adee73f433028",
|
397
|
+
"sha256:c6cd67722619e4d55fdb42ead64ed8843d64638e9c07f4011163e46bc512cf01",
|
398
|
+
"sha256:c91fc8e8fd78af553f98bc7f2a1d8db977334e4eea302a4bfd75b9461c2d8904",
|
399
|
+
"sha256:cad399780053fb383dc067475135e41c9fe7d901a97dd5d9c5dfb5611afc0d7d",
|
400
|
+
"sha256:cb90f60e03d563ca2445099edf605c16ed1d5b15182d21831f58460c48bffb93",
|
401
|
+
"sha256:dad80b45c22e05b259e33ddd458e9e2ba099c86ccf4e88db7bbab4b747b18d06",
|
402
|
+
"sha256:dd3db61b8fe5be220eee484a17233287d0be6932d056cf5738225b9c05ef4fff",
|
403
|
+
"sha256:e28d62e59a4dbd1d22e747f57d4f00c459af22181f0b2f787ea83f5a876d7c76",
|
404
|
+
"sha256:e909df4053064a97f1e6565153ff8bb389af12c5c8d29c343308760890560aff",
|
405
|
+
"sha256:f3ffef566ac88f75967d7abd852ed5f182da252d23fac11b4766da3957766759",
|
406
|
+
"sha256:fc3c9babc1e1faefd62704bb46a69f359a9819eb0292e40df3fb6e3574715cd4",
|
407
|
+
"sha256:fe19d8bc5536a91a24a8133328880a41831b6c5df54599a8417b62fe015d3053"
|
406
408
|
],
|
407
409
|
"markers": "python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'",
|
408
|
-
"version": "==44.0.
|
410
|
+
"version": "==44.0.3"
|
409
411
|
},
|
410
412
|
"decorator": {
|
411
413
|
"hashes": [
|
@@ -435,11 +437,11 @@
|
|
435
437
|
},
|
436
438
|
"dogpile.cache": {
|
437
439
|
"hashes": [
|
438
|
-
"sha256:
|
439
|
-
"sha256:
|
440
|
+
"sha256:b00a9e2f409cf9bf48c2e7a3e3e68dac5fa75913acbf1a62f827c812d35f3d09",
|
441
|
+
"sha256:f1581953afefd5f55743178694bf3b3ffb2782bba3d9537566a09db6daa48a63"
|
440
442
|
],
|
441
|
-
"markers": "python_version >= '3.
|
442
|
-
"version": "==1.
|
443
|
+
"markers": "python_version >= '3.9'",
|
444
|
+
"version": "==1.4.0"
|
443
445
|
},
|
444
446
|
"dtrack-auditor": {
|
445
447
|
"hashes": [
|
@@ -685,11 +687,11 @@
|
|
685
687
|
},
|
686
688
|
"humanize": {
|
687
689
|
"hashes": [
|
688
|
-
"sha256:
|
689
|
-
"sha256:
|
690
|
+
"sha256:2cbf6370af06568fa6d2da77c86edb7886f3160ecd19ee1ffef07979efc597f6",
|
691
|
+
"sha256:8430be3a615106fdfceb0b2c1b41c4c98c6b0fc5cc59663a5539b111dd325fb0"
|
690
692
|
],
|
691
693
|
"markers": "python_version >= '3.9'",
|
692
|
-
"version": "==4.12.
|
694
|
+
"version": "==4.12.3"
|
693
695
|
},
|
694
696
|
"idna": {
|
695
697
|
"hashes": [
|
@@ -1384,11 +1386,11 @@
|
|
1384
1386
|
},
|
1385
1387
|
"redis": {
|
1386
1388
|
"hashes": [
|
1387
|
-
"sha256:
|
1388
|
-
"sha256:
|
1389
|
+
"sha256:8d69d2dde11a12dc85d0dbf5c45577a5af048e2456f7077d87ad35c1c81c310e",
|
1390
|
+
"sha256:f1deeca1ea2ef25c1e4e46b07f4ea1275140526b1feea4c6459c0ec27a10ef83"
|
1389
1391
|
],
|
1390
1392
|
"markers": "python_version >= '3.8'",
|
1391
|
-
"version": "==5.3.
|
1393
|
+
"version": "==5.3.0"
|
1392
1394
|
},
|
1393
1395
|
"requests": {
|
1394
1396
|
"hashes": [
|
@@ -1446,12 +1448,12 @@
|
|
1446
1448
|
},
|
1447
1449
|
"setuptools": {
|
1448
1450
|
"hashes": [
|
1449
|
-
"sha256:
|
1450
|
-
"sha256:
|
1451
|
+
"sha256:31e2c58dbb67c99c289f51c16d899afedae292b978f8051efaf6262d8212f927",
|
1452
|
+
"sha256:ea8e00d7992054c4c592aeb892f6ad51fe1b4d90cc6947cc45c45717c40ec537"
|
1451
1453
|
],
|
1452
1454
|
"index": "pypi",
|
1453
1455
|
"markers": "python_version >= '3.9'",
|
1454
|
-
"version": "==
|
1456
|
+
"version": "==80.3.1"
|
1455
1457
|
},
|
1456
1458
|
"six": {
|
1457
1459
|
"hashes": [
|
@@ -198,11 +198,6 @@ def sync_netbox_with_ironic(self, force_update=False):
|
|
198
198
|
logger.info(
|
199
199
|
f"Cleaning up baremetal node not found in netbox: {node['Name']}"
|
200
200
|
)
|
201
|
-
flavor_name = "osism-" + node["Name"]
|
202
|
-
flavor = openstack.compute_flavor_get(flavor_name)
|
203
|
-
if flavor:
|
204
|
-
logger.info(f"Deleting flavor {flavor_name}")
|
205
|
-
openstack.compute_flavor_delete(flavor)
|
206
201
|
for port in openstack.baremetal_port_list(
|
207
202
|
details=False, attributes=dict(node_uuid=node["UUID"])
|
208
203
|
):
|
@@ -271,19 +266,6 @@ def sync_netbox_with_ironic(self, force_update=False):
|
|
271
266
|
for interface in node_interfaces
|
272
267
|
if interface.enabled and not interface.mgmt_only and interface.mac_address
|
273
268
|
]
|
274
|
-
flavor_attributes = {
|
275
|
-
"ram": 1,
|
276
|
-
"disk": 0,
|
277
|
-
"vcpus": 1,
|
278
|
-
"is_public": False,
|
279
|
-
"extra_specs": {
|
280
|
-
"resources:CUSTOM_"
|
281
|
-
+ device.name.upper().replace("-", "_").replace(".", "_"): "1",
|
282
|
-
"resources:VCPU": "0",
|
283
|
-
"resources:MEMORY_MB": "0",
|
284
|
-
"resources:DISK_GB": "0",
|
285
|
-
},
|
286
|
-
}
|
287
269
|
|
288
270
|
lock = Redlock(
|
289
271
|
key=f"lock_osism_tasks_conductor_sync_netbox_with_ironic-{device.name}",
|
@@ -413,48 +395,6 @@ def sync_netbox_with_ironic(self, force_update=False):
|
|
413
395
|
logger.info(
|
414
396
|
f"Validation of management interface failed for baremetal node for {device.name}\nReason: {node_validation['management'].reason}"
|
415
397
|
)
|
416
|
-
|
417
|
-
flavor_name = "osism-" + device.name
|
418
|
-
flavor = openstack.compute_flavor_get(flavor_name)
|
419
|
-
if not flavor:
|
420
|
-
logger.info(f"Creating flavor for {flavor_name}")
|
421
|
-
flavor = openstack.compute_flavor_create(
|
422
|
-
flavor_name, flavor_attributes
|
423
|
-
)
|
424
|
-
else:
|
425
|
-
flavor_updates = {}
|
426
|
-
deep_compare(flavor_attributes, flavor, flavor_updates)
|
427
|
-
flavor_updates_extra_specs = flavor_updates.pop("extra_specs", None)
|
428
|
-
if flavor_updates:
|
429
|
-
logger.info(
|
430
|
-
f"Updating flavor for {device.name} with {flavor_updates}"
|
431
|
-
)
|
432
|
-
openstack.compute_flavor_delete(flavor)
|
433
|
-
flavor = openstack.compute_flavor_create(
|
434
|
-
flavor_name, flavor_attributes
|
435
|
-
)
|
436
|
-
elif flavor_updates_extra_specs:
|
437
|
-
logger.info(
|
438
|
-
f"Updating flavor extra_specs for {device.name} with {flavor_updates_extra_specs}"
|
439
|
-
)
|
440
|
-
openstack.compute_flavor_update_extra_specs(
|
441
|
-
flavor, flavor_updates_extra_specs
|
442
|
-
)
|
443
|
-
flavor = openstack.compute_flavor_get(flavor_name)
|
444
|
-
for extra_specs_key in flavor["extra_specs"].keys():
|
445
|
-
if (
|
446
|
-
extra_specs_key
|
447
|
-
not in flavor_attributes["extra_specs"].keys()
|
448
|
-
):
|
449
|
-
logger.info(
|
450
|
-
f"Deleting flavor extra_specs property {extra_specs_key} for {device.name}"
|
451
|
-
)
|
452
|
-
flavor = (
|
453
|
-
openstack.compute_flavor_delete_extra_specs_property(
|
454
|
-
flavor, extra_specs_key
|
455
|
-
)
|
456
|
-
)
|
457
|
-
|
458
398
|
except Exception as exc:
|
459
399
|
logger.info(
|
460
400
|
f"Could not fully synchronize device {device.name} with ironic: {exc}"
|
@@ -136,47 +136,6 @@ def baremetal_port_delete(self, port_or_id):
|
|
136
136
|
return result
|
137
137
|
|
138
138
|
|
139
|
-
@app.task(bind=True, name="osism.tasks.openstack.compute_flavor_get")
|
140
|
-
def compute_flavor_get(self, name_or_id):
|
141
|
-
conn = utils.get_openstack_connection()
|
142
|
-
result = conn.compute.find_flavor(
|
143
|
-
name_or_id, ignore_missing=True, get_extra_specs=True
|
144
|
-
)
|
145
|
-
return result
|
146
|
-
|
147
|
-
|
148
|
-
@app.task(bind=True, name="osism.tasks.openstack.compute_flavor_create")
|
149
|
-
def compute_flavor_create(self, name, attributes=None):
|
150
|
-
if attributes is None:
|
151
|
-
attributes = {}
|
152
|
-
attributes.update({"name": name})
|
153
|
-
extra_specs = attributes.pop("extra_specs", None)
|
154
|
-
conn = utils.get_openstack_connection()
|
155
|
-
flavor = conn.compute.create_flavor(**attributes)
|
156
|
-
if extra_specs:
|
157
|
-
flavor = conn.compute.create_flavor_extra_specs(flavor, extra_specs)
|
158
|
-
return flavor
|
159
|
-
|
160
|
-
|
161
|
-
@app.task(bind=True, name="osism.tasks.openstack.compute_flavor_delete")
|
162
|
-
def compute_flavor_delete(self, flavor):
|
163
|
-
conn = utils.get_openstack_connection()
|
164
|
-
conn.compute.delete_flavor(flavor, ignore_missing=True)
|
165
|
-
|
166
|
-
|
167
|
-
@app.task(bind=True, name="osism.tasks.openstack.compute_flavor_update_extra_specs")
|
168
|
-
def compute_flavor_update_extra_specs(self, flavor, extra_specs={}):
|
169
|
-
conn = utils.get_openstack_connection()
|
170
|
-
for key, value in extra_specs.items():
|
171
|
-
conn.compute.update_flavor_extra_specs_property(flavor, key, value)
|
172
|
-
|
173
|
-
|
174
|
-
@app.task(bind=True, name="osism.tasks.openstack.compute_flavor_delete_extra_specs")
|
175
|
-
def compute_flavor_delete_extra_specs_property(self, flavor, prop):
|
176
|
-
conn = utils.get_openstack_connection()
|
177
|
-
conn.compute.delete_flavor_extra_specs_property(flavor, prop)
|
178
|
-
|
179
|
-
|
180
139
|
@app.task(bind=True, name="osism.tasks.openstack.image_manager")
|
181
140
|
def image_manager(
|
182
141
|
self,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: osism
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.20250505.0
|
4
4
|
Summary: OSISM manager interface
|
5
5
|
Home-page: https://github.com/osism/python-osism
|
6
6
|
Author: OSISM GmbH
|
@@ -26,7 +26,7 @@ Requires-Dist: GitPython==3.1.44
|
|
26
26
|
Requires-Dist: Jinja2==3.1.6
|
27
27
|
Requires-Dist: PyYAML==6.0.2
|
28
28
|
Requires-Dist: ara==1.7.2
|
29
|
-
Requires-Dist: celery[redis]==5.5.
|
29
|
+
Requires-Dist: celery[redis]==5.5.2
|
30
30
|
Requires-Dist: cliff==4.9.1
|
31
31
|
Requires-Dist: deepdiff==8.4.2
|
32
32
|
Requires-Dist: docker==7.1.0
|
@@ -49,7 +49,7 @@ Requires-Dist: pydantic==1.10.22
|
|
49
49
|
Requires-Dist: pynetbox==7.4.1
|
50
50
|
Requires-Dist: pytest-testinfra==10.2.2
|
51
51
|
Requires-Dist: python-dateutil==2.9.0.post0
|
52
|
-
Requires-Dist: setuptools==
|
52
|
+
Requires-Dist: setuptools==80.3.1
|
53
53
|
Requires-Dist: sqlmodel==0.0.24
|
54
54
|
Requires-Dist: sushy==5.5.0
|
55
55
|
Requires-Dist: tabulate==0.9.0
|
@@ -0,0 +1 @@
|
|
1
|
+
{"git_version": "6139ca4", "is_release": false}
|
@@ -3,7 +3,7 @@ GitPython==3.1.44
|
|
3
3
|
Jinja2==3.1.6
|
4
4
|
PyYAML==6.0.2
|
5
5
|
ara==1.7.2
|
6
|
-
celery[redis]==5.5.
|
6
|
+
celery[redis]==5.5.2
|
7
7
|
cliff==4.9.1
|
8
8
|
deepdiff==8.4.2
|
9
9
|
docker==7.1.0
|
@@ -26,7 +26,7 @@ pydantic==1.10.22
|
|
26
26
|
pynetbox==7.4.1
|
27
27
|
pytest-testinfra==10.2.2
|
28
28
|
python-dateutil==2.9.0.post0
|
29
|
-
setuptools==
|
29
|
+
setuptools==80.3.1
|
30
30
|
sqlmodel==0.0.24
|
31
31
|
sushy==5.5.0
|
32
32
|
tabulate==0.9.0
|
@@ -3,7 +3,7 @@ GitPython==3.1.44
|
|
3
3
|
Jinja2==3.1.6
|
4
4
|
PyYAML==6.0.2
|
5
5
|
ara==1.7.2
|
6
|
-
celery[redis]==5.5.
|
6
|
+
celery[redis]==5.5.2
|
7
7
|
cliff==4.9.1
|
8
8
|
deepdiff==8.4.2
|
9
9
|
docker==7.1.0
|
@@ -26,7 +26,7 @@ pydantic==1.10.22
|
|
26
26
|
pynetbox==7.4.1
|
27
27
|
pytest-testinfra==10.2.2
|
28
28
|
python-dateutil==2.9.0.post0
|
29
|
-
setuptools==
|
29
|
+
setuptools==80.3.1
|
30
30
|
sqlmodel==0.0.24
|
31
31
|
sushy==5.5.0
|
32
32
|
tabulate==0.9.0
|
@@ -9,9 +9,9 @@ collections:
|
|
9
9
|
- name: cloud.common
|
10
10
|
version: 4.0.0
|
11
11
|
- name: community.crypto
|
12
|
-
version: 2.26.
|
12
|
+
version: 2.26.1
|
13
13
|
- name: community.docker
|
14
|
-
version: 4.
|
14
|
+
version: 4.6.0
|
15
15
|
- name: community.general
|
16
16
|
version: 10.6.0
|
17
17
|
- name: community.grafana
|
osism-0.20250425.0/ChangeLog
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"git_version": "121615f", "is_release": false}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|