osism 0.20250530.0__tar.gz → 0.20250602.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.20250602.0/AUTHORS +1 -0
- osism-0.20250602.0/ChangeLog +7 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/Containerfile +1 -1
- {osism-0.20250530.0 → osism-0.20250602.0}/Dockerfile +1 -1
- {osism-0.20250530.0/osism.egg-info → osism-0.20250602.0}/PKG-INFO +4 -4
- {osism-0.20250530.0 → osism-0.20250602.0}/Pipfile +2 -2
- {osism-0.20250530.0 → osism-0.20250602.0}/Pipfile.lock +20 -25
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/apply.py +1 -1
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/reconciler.py +2 -1
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/tasks/__init__.py +2 -0
- {osism-0.20250530.0 → osism-0.20250602.0/osism.egg-info}/PKG-INFO +4 -4
- osism-0.20250602.0/osism.egg-info/pbr.json +1 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism.egg-info/requires.txt +3 -3
- {osism-0.20250530.0 → osism-0.20250602.0}/requirements.txt +3 -3
- osism-0.20250530.0/AUTHORS +0 -1
- osism-0.20250530.0/ChangeLog +0 -7
- osism-0.20250530.0/osism.egg-info/pbr.json +0 -1
- {osism-0.20250530.0 → osism-0.20250602.0}/.flake8 +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/.github/renovate.json +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/.github/workflows/publish.yml +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/.hadolint.yaml +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/.zuul.yaml +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/LICENSE +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/README.md +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/files/change.sh +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/files/cleanup-ansible-collections.sh +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/files/clustershell/clush.conf +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/files/clustershell/groups.conf +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/files/data/SCS-Spec.MandatoryFlavors.verbose.yaml +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/files/netbox-manager/settings.toml +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/files/run-ansible-console.sh +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/__init__.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/__main__.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/actions/__init__.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/api.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/__init__.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/baremetal.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/compose.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/compute.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/configuration.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/console.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/container.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/get.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/log.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/manage.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/netbox.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/noset.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/server.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/service.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/set.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/status.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/sync.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/task.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/validate.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/vault.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/volume.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/wait.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/worker.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/core/__init__.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/core/enums.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/core/playbooks.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/data/__init__.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/main.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/plugins/__init__.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/services/__init__.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/services/listener.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/settings.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/tasks/ansible.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/tasks/ceph.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/tasks/conductor.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/tasks/kolla.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/tasks/kubernetes.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/tasks/netbox.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/tasks/openstack.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/tasks/reconciler.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism/utils/__init__.py +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism.egg-info/SOURCES.txt +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism.egg-info/dependency_links.txt +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism.egg-info/entry_points.txt +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism.egg-info/not-zip-safe +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/osism.egg-info/top_level.txt +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/playbooks/build.yml +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/playbooks/pre.yml +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/playbooks/test-setup.yml +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/requirements.ansible.txt +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/requirements.netbox-manager.txt +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/requirements.openstack-flavor-manager.txt +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/requirements.openstack-image-manager.txt +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/requirements.yml +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/setup.cfg +0 -0
- {osism-0.20250530.0 → osism-0.20250602.0}/setup.py +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
Christian Berendt <berendt@osism.tech>
|
@@ -7,7 +7,7 @@ FROM ${IMAGE}:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
|
|
7
7
|
ENV PYTHONWARNINGS="ignore::UserWarning"
|
8
8
|
|
9
9
|
COPY . /src
|
10
|
-
COPY --from=ghcr.io/astral-sh/uv:0.7.
|
10
|
+
COPY --from=ghcr.io/astral-sh/uv:0.7.9 /uv /usr/local/bin/uv
|
11
11
|
|
12
12
|
COPY files/data /data
|
13
13
|
COPY files/change.sh /change.sh
|
@@ -7,7 +7,7 @@ FROM ${IMAGE}:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
|
|
7
7
|
ENV PYTHONWARNINGS="ignore::UserWarning"
|
8
8
|
|
9
9
|
COPY . /src
|
10
|
-
COPY --from=ghcr.io/astral-sh/uv:0.7.
|
10
|
+
COPY --from=ghcr.io/astral-sh/uv:0.7.9 /uv /usr/local/bin/uv
|
11
11
|
|
12
12
|
COPY files/data /data
|
13
13
|
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.20250602.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.3
|
30
30
|
Requires-Dist: cliff==4.10.0
|
31
31
|
Requires-Dist: deepdiff==8.5.0
|
32
32
|
Requires-Dist: docker==7.1.0
|
@@ -36,7 +36,7 @@ Requires-Dist: flower==2.0.1
|
|
36
36
|
Requires-Dist: hiredis==3.2.1
|
37
37
|
Requires-Dist: jc==1.25.5
|
38
38
|
Requires-Dist: keystoneauth1==5.11.0
|
39
|
-
Requires-Dist: kombu==5.5.
|
39
|
+
Requires-Dist: kombu==5.5.4
|
40
40
|
Requires-Dist: kubernetes==32.0.1
|
41
41
|
Requires-Dist: loguru==0.7.3
|
42
42
|
Requires-Dist: nbcli==0.10.0.dev2
|
@@ -52,7 +52,7 @@ Requires-Dist: sqlmodel==0.0.24
|
|
52
52
|
Requires-Dist: sushy==5.6.0
|
53
53
|
Requires-Dist: tabulate==0.9.0
|
54
54
|
Requires-Dist: transitions==0.9.2
|
55
|
-
Requires-Dist: uvicorn[standard]==0.34.
|
55
|
+
Requires-Dist: uvicorn[standard]==0.34.3
|
56
56
|
Requires-Dist: watchdog==6.0.0
|
57
57
|
Provides-Extra: ansible
|
58
58
|
Requires-Dist: ansible-runner==2.4.1; extra == "ansible"
|
@@ -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.3", extras = ["redis"]}
|
14
14
|
cliff = "==4.10.0"
|
15
15
|
deepdiff = "==8.5.0"
|
16
16
|
docker = "==7.1.0"
|
@@ -20,7 +20,7 @@ hiredis = "==3.2.1"
|
|
20
20
|
huey = "==2.5.3"
|
21
21
|
jc = "==1.25.5"
|
22
22
|
keystoneauth1 = "==5.11.0"
|
23
|
-
kombu = "==5.5.
|
23
|
+
kombu = "==5.5.4"
|
24
24
|
kubernetes = "==32.0.1"
|
25
25
|
loguru = "==0.7.3"
|
26
26
|
nbcli = "0.10.0.dev2"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_meta": {
|
3
3
|
"hash": {
|
4
|
-
"sha256": "
|
4
|
+
"sha256": "1ff9f04228dbfaeaffb96e1ce0da94559d562d17f9888d8db4b4a759effe22dc"
|
5
5
|
},
|
6
6
|
"pipfile-spec": 6,
|
7
7
|
"requires": {},
|
@@ -134,11 +134,11 @@
|
|
134
134
|
"redis"
|
135
135
|
],
|
136
136
|
"hashes": [
|
137
|
-
"sha256:
|
138
|
-
"sha256:
|
137
|
+
"sha256:0b5761a07057acee94694464ca482416b959568904c9dfa41ce8413a7d65d525",
|
138
|
+
"sha256:6c972ae7968c2b5281227f01c3a3f984037d21c5129d07bf3550cc2afc6b10a5"
|
139
139
|
],
|
140
140
|
"markers": "python_version >= '3.8'",
|
141
|
-
"version": "==5.5.
|
141
|
+
"version": "==5.5.3"
|
142
142
|
},
|
143
143
|
"certifi": {
|
144
144
|
"hashes": [
|
@@ -368,11 +368,11 @@
|
|
368
368
|
},
|
369
369
|
"cmd2": {
|
370
370
|
"hashes": [
|
371
|
-
"sha256:
|
372
|
-
"sha256:
|
371
|
+
"sha256:832f8121c4f21ebf2af4292051b34579d7d4c9e917dc54f8e322feb911d76da1",
|
372
|
+
"sha256:8cffaba7810526421cab3bfa0101b4907e1298ff2bcd8119615965a2eae5d95f"
|
373
373
|
],
|
374
|
-
"markers": "python_version >= '3.
|
375
|
-
"version": "==2.
|
374
|
+
"markers": "python_version >= '3.9'",
|
375
|
+
"version": "==2.6.0"
|
376
376
|
},
|
377
377
|
"cryptography": {
|
378
378
|
"hashes": [
|
@@ -777,13 +777,16 @@
|
|
777
777
|
"version": "==5.11.0"
|
778
778
|
},
|
779
779
|
"kombu": {
|
780
|
+
"extras": [
|
781
|
+
"redis"
|
782
|
+
],
|
780
783
|
"hashes": [
|
781
|
-
"sha256:
|
782
|
-
"sha256:
|
784
|
+
"sha256:886600168275ebeada93b888e831352fe578168342f0d1d5833d88ba0d847363",
|
785
|
+
"sha256:a12ed0557c238897d8e518f1d1fdf84bd1516c5e305af2dacd85c2015115feb8"
|
783
786
|
],
|
784
787
|
"index": "pypi",
|
785
788
|
"markers": "python_version >= '3.8'",
|
786
|
-
"version": "==5.5.
|
789
|
+
"version": "==5.5.4"
|
787
790
|
},
|
788
791
|
"kubernetes": {
|
789
792
|
"hashes": [
|
@@ -1293,14 +1296,6 @@
|
|
1293
1296
|
"markers": "python_version >= '3.8'",
|
1294
1297
|
"version": "==2.19.1"
|
1295
1298
|
},
|
1296
|
-
"pyjwt": {
|
1297
|
-
"hashes": [
|
1298
|
-
"sha256:3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850",
|
1299
|
-
"sha256:7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c"
|
1300
|
-
],
|
1301
|
-
"markers": "python_version >= '3.8'",
|
1302
|
-
"version": "==2.9.0"
|
1303
|
-
},
|
1304
1299
|
"pynacl": {
|
1305
1300
|
"hashes": [
|
1306
1301
|
"sha256:06b8f6fa7f5de8d5d2f7573fe8c863c051225a27b61e6860fd047b1775807858",
|
@@ -1441,11 +1436,11 @@
|
|
1441
1436
|
},
|
1442
1437
|
"redis": {
|
1443
1438
|
"hashes": [
|
1444
|
-
"sha256:
|
1445
|
-
"sha256:
|
1439
|
+
"sha256:16f2e22dff21d5125e8481515e386711a34cbec50f0e44413dd7d9c060a54e0f",
|
1440
|
+
"sha256:ee7e1056b9aea0f04c6c2ed59452947f34c4940ee025f5dd83e6a6418b6989e4"
|
1446
1441
|
],
|
1447
1442
|
"markers": "python_version >= '3.8'",
|
1448
|
-
"version": "==5.
|
1443
|
+
"version": "==5.2.1"
|
1449
1444
|
},
|
1450
1445
|
"requests": {
|
1451
1446
|
"hashes": [
|
@@ -1488,11 +1483,11 @@
|
|
1488
1483
|
},
|
1489
1484
|
"ruamel.yaml": {
|
1490
1485
|
"hashes": [
|
1491
|
-
"sha256:
|
1492
|
-
"sha256:
|
1486
|
+
"sha256:5a38fd5ce39d223bebb9e3a6779e86b9427a03fb0bf9f270060f8b149cffe5e2",
|
1487
|
+
"sha256:790ba4c48b6a6e6b12b532a7308779eb12d2aaab3a80fdb8389216f28ea2b287"
|
1493
1488
|
],
|
1494
1489
|
"markers": "python_version >= '3.7'",
|
1495
|
-
"version": "==0.18.
|
1490
|
+
"version": "==0.18.12"
|
1496
1491
|
},
|
1497
1492
|
"ruamel.yaml.clib": {
|
1498
1493
|
"hashes": [
|
@@ -1,5 +1,6 @@
|
|
1
1
|
# SPDX-License-Identifier: Apache-2.0
|
2
2
|
|
3
|
+
import os
|
3
4
|
import subprocess
|
4
5
|
import time
|
5
6
|
|
@@ -34,7 +35,7 @@ class Sync(Command):
|
|
34
35
|
)
|
35
36
|
parser.add_argument(
|
36
37
|
"--task-timeout",
|
37
|
-
default=
|
38
|
+
default=os.environ.get("OSISM_TASK_TIMEOUT", 300),
|
38
39
|
type=int,
|
39
40
|
help="Timeout for a scheduled task that has not been executed yet",
|
40
41
|
)
|
@@ -1,5 +1,6 @@
|
|
1
1
|
# SPDX-License-Identifier: Apache-2.0
|
2
2
|
|
3
|
+
import logging
|
3
4
|
import os
|
4
5
|
import re
|
5
6
|
import subprocess
|
@@ -77,6 +78,7 @@ def run_ansible_in_environment(
|
|
77
78
|
|
78
79
|
# NOTE: Consider arguments in the future
|
79
80
|
if locking:
|
81
|
+
logging.getLogger("redlock").setLevel(logging.WARNING)
|
80
82
|
lock = Redlock(
|
81
83
|
key=f"lock-ansible-{environment}-{role}",
|
82
84
|
masters={utils.redis},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: osism
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.20250602.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.3
|
30
30
|
Requires-Dist: cliff==4.10.0
|
31
31
|
Requires-Dist: deepdiff==8.5.0
|
32
32
|
Requires-Dist: docker==7.1.0
|
@@ -36,7 +36,7 @@ Requires-Dist: flower==2.0.1
|
|
36
36
|
Requires-Dist: hiredis==3.2.1
|
37
37
|
Requires-Dist: jc==1.25.5
|
38
38
|
Requires-Dist: keystoneauth1==5.11.0
|
39
|
-
Requires-Dist: kombu==5.5.
|
39
|
+
Requires-Dist: kombu==5.5.4
|
40
40
|
Requires-Dist: kubernetes==32.0.1
|
41
41
|
Requires-Dist: loguru==0.7.3
|
42
42
|
Requires-Dist: nbcli==0.10.0.dev2
|
@@ -52,7 +52,7 @@ Requires-Dist: sqlmodel==0.0.24
|
|
52
52
|
Requires-Dist: sushy==5.6.0
|
53
53
|
Requires-Dist: tabulate==0.9.0
|
54
54
|
Requires-Dist: transitions==0.9.2
|
55
|
-
Requires-Dist: uvicorn[standard]==0.34.
|
55
|
+
Requires-Dist: uvicorn[standard]==0.34.3
|
56
56
|
Requires-Dist: watchdog==6.0.0
|
57
57
|
Provides-Extra: ansible
|
58
58
|
Requires-Dist: ansible-runner==2.4.1; extra == "ansible"
|
@@ -0,0 +1 @@
|
|
1
|
+
{"git_version": "e6f441e", "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.3
|
7
7
|
cliff==4.10.0
|
8
8
|
deepdiff==8.5.0
|
9
9
|
docker==7.1.0
|
@@ -13,7 +13,7 @@ flower==2.0.1
|
|
13
13
|
hiredis==3.2.1
|
14
14
|
jc==1.25.5
|
15
15
|
keystoneauth1==5.11.0
|
16
|
-
kombu==5.5.
|
16
|
+
kombu==5.5.4
|
17
17
|
kubernetes==32.0.1
|
18
18
|
loguru==0.7.3
|
19
19
|
nbcli==0.10.0.dev2
|
@@ -29,7 +29,7 @@ sqlmodel==0.0.24
|
|
29
29
|
sushy==5.6.0
|
30
30
|
tabulate==0.9.0
|
31
31
|
transitions==0.9.2
|
32
|
-
uvicorn[standard]==0.34.
|
32
|
+
uvicorn[standard]==0.34.3
|
33
33
|
watchdog==6.0.0
|
34
34
|
|
35
35
|
[ansible]
|
@@ -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.3
|
7
7
|
cliff==4.10.0
|
8
8
|
deepdiff==8.5.0
|
9
9
|
docker==7.1.0
|
@@ -13,7 +13,7 @@ flower==2.0.1
|
|
13
13
|
hiredis==3.2.1
|
14
14
|
jc==1.25.5
|
15
15
|
keystoneauth1==5.11.0
|
16
|
-
kombu==5.5.
|
16
|
+
kombu==5.5.4
|
17
17
|
kubernetes==32.0.1
|
18
18
|
loguru==0.7.3
|
19
19
|
nbcli==0.10.0.dev2
|
@@ -29,5 +29,5 @@ sqlmodel==0.0.24
|
|
29
29
|
sushy==5.6.0
|
30
30
|
tabulate==0.9.0
|
31
31
|
transitions==0.9.2
|
32
|
-
uvicorn[standard]==0.34.
|
32
|
+
uvicorn[standard]==0.34.3
|
33
33
|
watchdog==6.0.0
|
osism-0.20250530.0/AUTHORS
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
osism-0.20250530.0/ChangeLog
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"git_version": "424407f", "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
|