osism 0.20250514.0__tar.gz → 0.20250525.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.20250525.0/AUTHORS +1 -0
- osism-0.20250525.0/ChangeLog +7 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/Containerfile +1 -1
- {osism-0.20250514.0 → osism-0.20250525.0}/Dockerfile +1 -1
- {osism-0.20250514.0/osism.egg-info → osism-0.20250525.0}/PKG-INFO +8 -9
- {osism-0.20250514.0 → osism-0.20250525.0}/Pipfile +6 -7
- {osism-0.20250514.0 → osism-0.20250525.0}/Pipfile.lock +382 -309
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/api.py +5 -5
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/compute.py +246 -13
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/netbox.py +22 -3
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/settings.py +2 -2
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/tasks/ansible.py +9 -3
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/tasks/conductor.py +11 -6
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/tasks/reconciler.py +8 -2
- {osism-0.20250514.0 → osism-0.20250525.0/osism.egg-info}/PKG-INFO +8 -9
- {osism-0.20250514.0 → osism-0.20250525.0}/osism.egg-info/entry_points.txt +1 -0
- osism-0.20250525.0/osism.egg-info/pbr.json +1 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism.egg-info/requires.txt +7 -8
- {osism-0.20250514.0 → osism-0.20250525.0}/requirements.ansible.txt +1 -1
- osism-0.20250525.0/requirements.netbox-manager.txt +1 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/requirements.txt +6 -7
- osism-0.20250525.0/requirements.yml +10 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/setup.cfg +1 -0
- osism-0.20250514.0/AUTHORS +0 -1
- osism-0.20250514.0/ChangeLog +0 -7
- osism-0.20250514.0/osism.egg-info/pbr.json +0 -1
- osism-0.20250514.0/requirements.netbox-manager.txt +0 -1
- osism-0.20250514.0/requirements.yml +0 -34
- {osism-0.20250514.0 → osism-0.20250525.0}/.flake8 +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/.github/renovate.json +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/.github/workflows/publish.yml +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/.hadolint.yaml +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/.zuul.yaml +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/LICENSE +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/README.md +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/files/change.sh +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/files/cleanup-ansible-collections.sh +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/files/clustershell/clush.conf +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/files/clustershell/groups.conf +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/files/data/SCS-Spec.MandatoryFlavors.verbose.yaml +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/files/netbox-manager/settings.toml +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/files/run-ansible-console.sh +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/__init__.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/__main__.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/actions/__init__.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/__init__.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/apply.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/compose.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/configuration.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/console.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/container.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/get.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/log.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/manage.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/noset.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/reconciler.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/server.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/service.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/set.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/status.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/sync.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/task.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/validate.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/vault.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/volume.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/wait.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/commands/worker.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/core/__init__.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/core/enums.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/core/playbooks.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/data/__init__.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/main.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/plugins/__init__.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/services/__init__.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/services/listener.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/tasks/__init__.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/tasks/ceph.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/tasks/kolla.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/tasks/kubernetes.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/tasks/netbox.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/tasks/openstack.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism/utils/__init__.py +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism.egg-info/SOURCES.txt +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism.egg-info/dependency_links.txt +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism.egg-info/not-zip-safe +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/osism.egg-info/top_level.txt +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/playbooks/build.yml +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/playbooks/pre.yml +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/playbooks/test-setup.yml +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/requirements.openstack-flavor-manager.txt +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/requirements.openstack-image-manager.txt +0 -0
- {osism-0.20250514.0 → osism-0.20250525.0}/setup.py +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
@@ -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.8 /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.8 /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.20250525.0
|
4
4
|
Summary: OSISM manager interface
|
5
5
|
Home-page: https://github.com/osism/python-osism
|
6
6
|
Author: OSISM GmbH
|
@@ -27,15 +27,15 @@ 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.5.2
|
30
|
-
Requires-Dist: cliff==4.
|
30
|
+
Requires-Dist: cliff==4.10.0
|
31
31
|
Requires-Dist: deepdiff==8.5.0
|
32
32
|
Requires-Dist: docker==7.1.0
|
33
33
|
Requires-Dist: dtrack-auditor==1.5.0
|
34
34
|
Requires-Dist: fastapi==0.115.12
|
35
35
|
Requires-Dist: flower==2.0.1
|
36
|
-
Requires-Dist: hiredis==3.
|
36
|
+
Requires-Dist: hiredis==3.2.1
|
37
37
|
Requires-Dist: jc==1.25.5
|
38
|
-
Requires-Dist: keystoneauth1==5.
|
38
|
+
Requires-Dist: keystoneauth1==5.11.0
|
39
39
|
Requires-Dist: kombu==5.5.3
|
40
40
|
Requires-Dist: kubernetes==32.0.1
|
41
41
|
Requires-Dist: loguru==0.7.3
|
@@ -44,20 +44,19 @@ Requires-Dist: netmiko==4.5.0
|
|
44
44
|
Requires-Dist: openstacksdk==4.5.0
|
45
45
|
Requires-Dist: pottery==3.0.1
|
46
46
|
Requires-Dist: prompt-toolkit==3.0.51
|
47
|
-
Requires-Dist:
|
48
|
-
Requires-Dist: pynetbox==7.4.1
|
47
|
+
Requires-Dist: pynetbox==7.5.0
|
49
48
|
Requires-Dist: pytest-testinfra==10.2.2
|
50
49
|
Requires-Dist: python-dateutil==2.9.0.post0
|
51
|
-
Requires-Dist: setuptools==80.
|
50
|
+
Requires-Dist: setuptools==80.8.0
|
52
51
|
Requires-Dist: sqlmodel==0.0.24
|
53
|
-
Requires-Dist: sushy==5.
|
52
|
+
Requires-Dist: sushy==5.6.0
|
54
53
|
Requires-Dist: tabulate==0.9.0
|
55
54
|
Requires-Dist: transitions==0.9.2
|
56
55
|
Requires-Dist: uvicorn[standard]==0.34.2
|
57
56
|
Requires-Dist: watchdog==6.0.0
|
58
57
|
Provides-Extra: ansible
|
59
58
|
Requires-Dist: ansible-runner==2.4.1; extra == "ansible"
|
60
|
-
Requires-Dist: ansible-core==2.18.
|
59
|
+
Requires-Dist: ansible-core==2.18.6; extra == "ansible"
|
61
60
|
Provides-Extra: openstack-image-manager
|
62
61
|
Requires-Dist: openstack-image-manager==0.20250508.0; extra == "openstack-image-manager"
|
63
62
|
Dynamic: author
|
@@ -11,15 +11,15 @@ PyYAML = "==6.0.2"
|
|
11
11
|
ansible-runner = "==2.4.1"
|
12
12
|
ara = "==1.7.2"
|
13
13
|
celery = {version = "==5.5.2", extras = ["redis"]}
|
14
|
-
cliff = "==4.
|
14
|
+
cliff = "==4.10.0"
|
15
15
|
deepdiff = "==8.5.0"
|
16
16
|
docker = "==7.1.0"
|
17
17
|
dtrack-auditor = "==1.5.0"
|
18
18
|
flower = "==2.0.1"
|
19
|
-
hiredis = "==3.
|
19
|
+
hiredis = "==3.2.1"
|
20
20
|
huey = "==2.5.3"
|
21
21
|
jc = "==1.25.5"
|
22
|
-
keystoneauth1 = "==5.
|
22
|
+
keystoneauth1 = "==5.11.0"
|
23
23
|
kombu = "==5.5.3"
|
24
24
|
kubernetes = "==32.0.1"
|
25
25
|
loguru = "==0.7.3"
|
@@ -28,12 +28,11 @@ netmiko = "==4.5.0"
|
|
28
28
|
openstacksdk = "==4.5.0"
|
29
29
|
pottery = "==3.0.1"
|
30
30
|
prompt-toolkit = "==3.0.51"
|
31
|
-
|
32
|
-
pynetbox = "==7.4.1"
|
31
|
+
pynetbox = "==7.5.0"
|
33
32
|
pytest-testinfra = "==10.2.2"
|
34
33
|
python-dateutil = "==2.9.0.post0"
|
35
|
-
setuptools = "==80.
|
34
|
+
setuptools = "==80.8.0"
|
36
35
|
sqlmodel = "==0.0.24"
|
37
|
-
sushy = "==5.
|
36
|
+
sushy = "==5.6.0"
|
38
37
|
transitions = "==0.9.2"
|
39
38
|
watchdog = "==6.0.0"
|