osism 0.20250914.0__tar.gz → 0.20250919.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.
Files changed (155) hide show
  1. osism-0.20250919.0/AUTHORS +1 -0
  2. osism-0.20250919.0/ChangeLog +7 -0
  3. {osism-0.20250914.0 → osism-0.20250919.0}/Containerfile +1 -1
  4. {osism-0.20250914.0 → osism-0.20250919.0}/Dockerfile +1 -1
  5. {osism-0.20250914.0/osism.egg-info → osism-0.20250919.0}/PKG-INFO +3 -3
  6. {osism-0.20250914.0 → osism-0.20250919.0}/Pipfile +1 -1
  7. {osism-0.20250914.0 → osism-0.20250919.0}/Pipfile.lock +81 -65
  8. {osism-0.20250914.0 → osism-0.20250919.0}/osism/data/__init__.py +3 -0
  9. {osism-0.20250914.0 → osism-0.20250919.0/osism.egg-info}/PKG-INFO +3 -3
  10. osism-0.20250919.0/osism.egg-info/pbr.json +1 -0
  11. {osism-0.20250914.0 → osism-0.20250919.0}/osism.egg-info/requires.txt +2 -2
  12. osism-0.20250919.0/requirements.netbox-manager.txt +1 -0
  13. osism-0.20250919.0/requirements.openstack-flavor-manager.txt +1 -0
  14. {osism-0.20250914.0 → osism-0.20250919.0}/requirements.txt +2 -2
  15. osism-0.20250914.0/AUTHORS +0 -1
  16. osism-0.20250914.0/ChangeLog +0 -7
  17. osism-0.20250914.0/osism.egg-info/pbr.json +0 -1
  18. osism-0.20250914.0/requirements.netbox-manager.txt +0 -1
  19. osism-0.20250914.0/requirements.openstack-flavor-manager.txt +0 -1
  20. {osism-0.20250914.0 → osism-0.20250919.0}/.flake8 +0 -0
  21. {osism-0.20250914.0 → osism-0.20250919.0}/.github/renovate.json +0 -0
  22. {osism-0.20250914.0 → osism-0.20250919.0}/.github/workflows/publish.yml +0 -0
  23. {osism-0.20250914.0 → osism-0.20250919.0}/.hadolint.yaml +0 -0
  24. {osism-0.20250914.0 → osism-0.20250919.0}/.zuul.yaml +0 -0
  25. {osism-0.20250914.0 → osism-0.20250919.0}/LICENSE +0 -0
  26. {osism-0.20250914.0 → osism-0.20250919.0}/README.md +0 -0
  27. {osism-0.20250914.0 → osism-0.20250919.0}/files/change.sh +0 -0
  28. {osism-0.20250914.0 → osism-0.20250919.0}/files/cleanup-ansible-collections.sh +0 -0
  29. {osism-0.20250914.0 → osism-0.20250919.0}/files/clustershell/clush.conf +0 -0
  30. {osism-0.20250914.0 → osism-0.20250919.0}/files/clustershell/groups.conf +0 -0
  31. {osism-0.20250914.0 → osism-0.20250919.0}/files/data/SCS-Spec.MandatoryFlavors.verbose.yaml +0 -0
  32. {osism-0.20250914.0 → osism-0.20250919.0}/files/data/flavors.yaml +0 -0
  33. {osism-0.20250914.0 → osism-0.20250919.0}/files/netbox-manager/settings.toml +0 -0
  34. {osism-0.20250914.0 → osism-0.20250919.0}/files/redfishMockupCreate.py +0 -0
  35. {osism-0.20250914.0 → osism-0.20250919.0}/files/run-ansible-console.sh +0 -0
  36. {osism-0.20250914.0 → osism-0.20250919.0}/files/sonic/config_db.json +0 -0
  37. {osism-0.20250914.0 → osism-0.20250919.0}/files/sonic/port_config/Accton-AS4625-54T.ini +0 -0
  38. {osism-0.20250914.0 → osism-0.20250919.0}/files/sonic/port_config/Accton-AS5835-54T.ini +0 -0
  39. {osism-0.20250914.0 → osism-0.20250919.0}/files/sonic/port_config/Accton-AS5835-54X.ini +0 -0
  40. {osism-0.20250914.0 → osism-0.20250919.0}/files/sonic/port_config/Accton-AS7326-56X.ini +0 -0
  41. {osism-0.20250914.0 → osism-0.20250919.0}/files/sonic/port_config/Accton-AS7726-32X.ini +0 -0
  42. {osism-0.20250914.0 → osism-0.20250919.0}/files/sonic/port_config/Accton-AS9716-32D.ini +0 -0
  43. {osism-0.20250914.0 → osism-0.20250919.0}/files/sonic/port_config/Accton-AS9726-32D.ini +0 -0
  44. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/.dockerignore +0 -0
  45. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/.gitignore +0 -0
  46. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/Containerfile +0 -0
  47. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/Dockerfile +0 -0
  48. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/app/api/config/route.ts +0 -0
  49. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/app/api/health/route.ts +0 -0
  50. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/app/components/ConnectionStatus.tsx +0 -0
  51. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/app/components/EventsFilters.tsx +0 -0
  52. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/app/components/EventsList.tsx +0 -0
  53. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/app/events/page.tsx +0 -0
  54. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/app/favicon.ico +0 -0
  55. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/app/globals.css +0 -0
  56. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/app/layout.tsx +0 -0
  57. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/app/nodes/page.tsx +0 -0
  58. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/app/page.tsx +0 -0
  59. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/app/services/page.tsx +0 -0
  60. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/components.json +0 -0
  61. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/eslint.config.mjs +0 -0
  62. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/lib/api.ts +0 -0
  63. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/lib/hooks/useWebSocket.ts +0 -0
  64. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/lib/types.ts +0 -0
  65. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/lib/utils.ts +0 -0
  66. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/next.config.ts +0 -0
  67. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/package-lock.json +0 -0
  68. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/package.json +0 -0
  69. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/postcss.config.mjs +0 -0
  70. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/public/file.svg +0 -0
  71. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/public/globe.svg +0 -0
  72. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/public/next.svg +0 -0
  73. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/public/vercel.svg +0 -0
  74. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/public/window.svg +0 -0
  75. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/tailwind.config.ts +0 -0
  76. {osism-0.20250914.0 → osism-0.20250919.0}/frontend/tsconfig.json +0 -0
  77. {osism-0.20250914.0 → osism-0.20250919.0}/osism/__init__.py +0 -0
  78. {osism-0.20250914.0 → osism-0.20250919.0}/osism/__main__.py +0 -0
  79. {osism-0.20250914.0 → osism-0.20250919.0}/osism/api.py +0 -0
  80. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/__init__.py +0 -0
  81. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/apply.py +0 -0
  82. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/baremetal.py +0 -0
  83. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/compose.py +0 -0
  84. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/compute.py +0 -0
  85. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/configuration.py +0 -0
  86. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/console.py +0 -0
  87. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/container.py +0 -0
  88. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/get.py +0 -0
  89. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/lock.py +0 -0
  90. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/log.py +0 -0
  91. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/manage.py +0 -0
  92. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/netbox.py +0 -0
  93. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/noset.py +0 -0
  94. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/reconciler.py +0 -0
  95. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/redfish.py +0 -0
  96. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/server.py +0 -0
  97. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/service.py +0 -0
  98. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/set.py +0 -0
  99. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/sonic.py +0 -0
  100. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/status.py +0 -0
  101. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/sync.py +0 -0
  102. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/task.py +0 -0
  103. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/validate.py +0 -0
  104. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/vault.py +0 -0
  105. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/volume.py +0 -0
  106. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/wait.py +0 -0
  107. {osism-0.20250914.0 → osism-0.20250919.0}/osism/commands/worker.py +0 -0
  108. {osism-0.20250914.0 → osism-0.20250919.0}/osism/data/enums.py +0 -0
  109. {osism-0.20250914.0 → osism-0.20250919.0}/osism/data/playbooks.py +0 -0
  110. {osism-0.20250914.0 → osism-0.20250919.0}/osism/main.py +0 -0
  111. {osism-0.20250914.0 → osism-0.20250919.0}/osism/services/__init__.py +0 -0
  112. {osism-0.20250914.0 → osism-0.20250919.0}/osism/services/event_bridge.py +0 -0
  113. {osism-0.20250914.0 → osism-0.20250919.0}/osism/services/listener.py +0 -0
  114. {osism-0.20250914.0 → osism-0.20250919.0}/osism/services/websocket_manager.py +0 -0
  115. {osism-0.20250914.0 → osism-0.20250919.0}/osism/settings.py +0 -0
  116. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/__init__.py +0 -0
  117. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/ansible.py +0 -0
  118. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/ceph.py +0 -0
  119. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/conductor/__init__.py +0 -0
  120. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/conductor/config.py +0 -0
  121. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/conductor/ironic.py +0 -0
  122. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/conductor/netbox.py +0 -0
  123. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/conductor/redfish.py +0 -0
  124. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/conductor/sonic/__init__.py +0 -0
  125. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/conductor/sonic/bgp.py +0 -0
  126. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/conductor/sonic/cache.py +0 -0
  127. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/conductor/sonic/config_generator.py +0 -0
  128. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/conductor/sonic/connections.py +0 -0
  129. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/conductor/sonic/constants.py +0 -0
  130. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/conductor/sonic/device.py +0 -0
  131. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/conductor/sonic/exporter.py +0 -0
  132. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/conductor/sonic/interface.py +0 -0
  133. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/conductor/sonic/sync.py +0 -0
  134. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/conductor/utils.py +0 -0
  135. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/conductor.py +0 -0
  136. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/kolla.py +0 -0
  137. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/kubernetes.py +0 -0
  138. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/netbox.py +0 -0
  139. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/openstack.py +0 -0
  140. {osism-0.20250914.0 → osism-0.20250919.0}/osism/tasks/reconciler.py +0 -0
  141. {osism-0.20250914.0 → osism-0.20250919.0}/osism/utils/__init__.py +0 -0
  142. {osism-0.20250914.0 → osism-0.20250919.0}/osism/utils/ssh.py +0 -0
  143. {osism-0.20250914.0 → osism-0.20250919.0}/osism.egg-info/SOURCES.txt +0 -0
  144. {osism-0.20250914.0 → osism-0.20250919.0}/osism.egg-info/dependency_links.txt +0 -0
  145. {osism-0.20250914.0 → osism-0.20250919.0}/osism.egg-info/entry_points.txt +0 -0
  146. {osism-0.20250914.0 → osism-0.20250919.0}/osism.egg-info/not-zip-safe +0 -0
  147. {osism-0.20250914.0 → osism-0.20250919.0}/osism.egg-info/top_level.txt +0 -0
  148. {osism-0.20250914.0 → osism-0.20250919.0}/playbooks/build.yml +0 -0
  149. {osism-0.20250914.0 → osism-0.20250919.0}/playbooks/pre.yml +0 -0
  150. {osism-0.20250914.0 → osism-0.20250919.0}/playbooks/test-setup.yml +0 -0
  151. {osism-0.20250914.0 → osism-0.20250919.0}/requirements.ansible.txt +0 -0
  152. {osism-0.20250914.0 → osism-0.20250919.0}/requirements.openstack-image-manager.txt +0 -0
  153. {osism-0.20250914.0 → osism-0.20250919.0}/requirements.yml +0 -0
  154. {osism-0.20250914.0 → osism-0.20250919.0}/setup.cfg +0 -0
  155. {osism-0.20250914.0 → osism-0.20250919.0}/setup.py +0 -0
@@ -0,0 +1 @@
1
+ janhorstmann <horstmann@osism.tech>
@@ -0,0 +1,7 @@
1
+ CHANGES
2
+ =======
3
+
4
+ v0.20250919.0
5
+ -------------
6
+
7
+ * Add os\_purpose to image template metadata (#1725)
@@ -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.8.17 /uv /usr/local/bin/uv
10
+ COPY --from=ghcr.io/astral-sh/uv:0.8.18 /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.8.17 /uv /usr/local/bin/uv
10
+ COPY --from=ghcr.io/astral-sh/uv:0.8.18 /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.20250914.0
3
+ Version: 0.20250919.0
4
4
  Summary: OSISM manager interface
5
5
  Home-page: https://github.com/osism/python-osism
6
6
  Author: OSISM GmbH
@@ -31,7 +31,7 @@ Requires-Dist: cliff==4.11.0
31
31
  Requires-Dist: deepdiff==8.6.1
32
32
  Requires-Dist: docker==7.1.0
33
33
  Requires-Dist: dtrack-auditor==1.5.0
34
- Requires-Dist: fastapi==0.116.1
34
+ Requires-Dist: fastapi==0.116.2
35
35
  Requires-Dist: flower==2.0.1
36
36
  Requires-Dist: hiredis==3.2.1
37
37
  Requires-Dist: jc==1.25.5
@@ -48,7 +48,7 @@ Requires-Dist: pynetbox==7.5.0
48
48
  Requires-Dist: pytest-testinfra==10.2.2
49
49
  Requires-Dist: python-dateutil==2.9.0.post0
50
50
  Requires-Dist: setuptools==80.9.0
51
- Requires-Dist: sqlmodel==0.0.24
51
+ Requires-Dist: sqlmodel==0.0.25
52
52
  Requires-Dist: sushy==5.7.1
53
53
  Requires-Dist: tabulate==0.9.0
54
54
  Requires-Dist: transitions==0.9.3
@@ -32,7 +32,7 @@ pynetbox = "==7.5.0"
32
32
  pytest-testinfra = "==10.2.2"
33
33
  python-dateutil = "==2.9.0.post0"
34
34
  setuptools = "==80.9.0"
35
- sqlmodel = "==0.0.24"
35
+ sqlmodel = "==0.0.25"
36
36
  sushy = "==5.7.1"
37
37
  transitions = "==0.9.3"
38
38
  validators = "==0.35.0"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_meta": {
3
3
  "hash": {
4
- "sha256": "5ef0bae206253935ae93771c0eb2d2bbcbb0318f51ebf6c175ab295c0919ac5f"
4
+ "sha256": "299dd7f8a4c2159f79ea830d25647af362e414981d786d24d4f92d593fa55ab1"
5
5
  },
6
6
  "pipfile-spec": 6,
7
7
  "requires": {},
@@ -380,46 +380,63 @@
380
380
  },
381
381
  "cryptography": {
382
382
  "hashes": [
383
- "sha256:06ce84dc14df0bf6ea84666f958e6080cdb6fe1231be2a51f3fc1267d9f3fb34",
384
- "sha256:16ede8a4f7929b4b7ff3642eba2bf79aa1d71f24ab6ee443935c0d269b6bc513",
385
- "sha256:18fcf70f243fe07252dcb1b268a687f2358025ce32f9f88028ca5c364b123ef5",
386
- "sha256:1993a1bb7e4eccfb922b6cd414f072e08ff5816702a0bdb8941c247a6b1b287c",
387
- "sha256:1f3d56f73595376f4244646dd5c5870c14c196949807be39e79e7bd9bac3da63",
388
- "sha256:258e0dff86d1d891169b5af222d362468a9570e2532923088658aa866eb11130",
389
- "sha256:2f641b64acc00811da98df63df7d59fd4706c0df449da71cb7ac39a0732b40ae",
390
- "sha256:3808e6b2e5f0b46d981c24d79648e5c25c35e59902ea4391a0dcb3e667bf7443",
391
- "sha256:3994c809c17fc570c2af12c9b840d7cea85a9fd3e5c0e0491f4fa3c029216d59",
392
- "sha256:3be4f21c6245930688bd9e162829480de027f8bf962ede33d4f8ba7d67a00cee",
393
- "sha256:465ccac9d70115cd4de7186e60cfe989de73f7bb23e8a7aa45af18f7412e75bf",
394
- "sha256:48c41a44ef8b8c2e80ca4527ee81daa4c527df3ecbc9423c41a420a9559d0e27",
395
- "sha256:4a862753b36620af6fc54209264f92c716367f2f0ff4624952276a6bbd18cbde",
396
- "sha256:4b1654dfc64ea479c242508eb8c724044f1e964a47d1d1cacc5132292d851971",
397
- "sha256:4bd3e5c4b9682bc112d634f2c6ccc6736ed3635fc3319ac2bb11d768cc5a00d8",
398
- "sha256:577470e39e60a6cd7780793202e63536026d9b8641de011ed9d8174da9ca5339",
399
- "sha256:67285f8a611b0ebc0857ced2081e30302909f571a46bfa7a3cc0ad303fe015c6",
400
- "sha256:7285a89df4900ed3bfaad5679b1e668cb4b38a8de1ccbfc84b05f34512da0a90",
401
- "sha256:81823935e2f8d476707e85a78a405953a03ef7b7b4f55f93f7c2d9680e5e0691",
402
- "sha256:8978132287a9d3ad6b54fcd1e08548033cc09dc6aacacb6c004c73c3eb5d3ac3",
403
- "sha256:a20e442e917889d1a6b3c570c9e3fa2fdc398c20868abcea268ea33c024c4083",
404
- "sha256:a24ee598d10befaec178efdff6054bc4d7e883f615bfbcd08126a0f4931c83a6",
405
- "sha256:b04f85ac3a90c227b6e5890acb0edbaf3140938dbecf07bff618bf3638578cf1",
406
- "sha256:b6a0e535baec27b528cb07a119f321ac024592388c5681a5ced167ae98e9fff3",
407
- "sha256:bef32a5e327bd8e5af915d3416ffefdbe65ed975b646b3805be81b23580b57b8",
408
- "sha256:bfb4c801f65dd61cedfc61a83732327fafbac55a47282e6f26f073ca7a41c3b2",
409
- "sha256:c13b1e3afd29a5b3b2656257f14669ca8fa8d7956d509926f0b130b600b50ab7",
410
- "sha256:c987dad82e8c65ebc985f5dae5e74a3beda9d0a2a4daf8a1115f3772b59e5141",
411
- "sha256:ce7a453385e4c4693985b4a4a3533e041558851eae061a58a5405363b098fcd3",
412
- "sha256:d0c5c6bac22b177bf8da7435d9d27a6834ee130309749d162b26c3105c0795a9",
413
- "sha256:d97cf502abe2ab9eff8bd5e4aca274da8d06dd3ef08b759a8d6143f4ad65d4b4",
414
- "sha256:dad43797959a74103cb59c5dac71409f9c27d34c8a05921341fb64ea8ccb1dd4",
415
- "sha256:dd342f085542f6eb894ca00ef70236ea46070c8a13824c6bde0dfdcd36065b9b",
416
- "sha256:de58755d723e86175756f463f2f0bddd45cc36fbd62601228a3f8761c9f58252",
417
- "sha256:f3df7b3d0f91b88b2106031fd995802a2e9ae13e02c36c1fc075b43f420f3a17",
418
- "sha256:f5414a788ecc6ee6bc58560e85ca624258a55ca434884445440a810796ea0e0b",
419
- "sha256:fa26fa54c0a9384c27fcdc905a2fb7d60ac6e47d14bc2692145f2b3b1e2cfdbd"
420
- ],
421
- "markers": "python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'",
422
- "version": "==45.0.7"
383
+ "sha256:0a17377fa52563d730248ba1f68185461fff36e8bc75d8787a7dd2e20a802b7a",
384
+ "sha256:0ca4be2af48c24df689a150d9cd37404f689e2968e247b6b8ff09bff5bcd786f",
385
+ "sha256:0d1922d9280e08cde90b518a10cd66831f632960a8d08cb3418922d83fce6f12",
386
+ "sha256:0dfb7c88d4462a0cfdd0d87a3c245a7bc3feb59de101f6ff88194f740f72eda6",
387
+ "sha256:0ff483716be32690c14636e54a1f6e2e1b7bf8e22ca50b989f88fa1b2d287080",
388
+ "sha256:13e67c4d3fb8b6bc4ef778a7ccdd8df4cd15b4bcc18f4239c8440891a11245cc",
389
+ "sha256:15b5fd9358803b0d1cc42505a18d8bca81dabb35b5cfbfea1505092e13a9d96d",
390
+ "sha256:1cd6d50c1a8b79af1a6f703709d8973845f677c8e97b1268f5ff323d38ce8475",
391
+ "sha256:2dd339ba3345b908fa3141ddba4025568fa6fd398eabce3ef72a29ac2d73ad75",
392
+ "sha256:341fb7a26bc9d6093c1b124b9f13acc283d2d51da440b98b55ab3f79f2522ead",
393
+ "sha256:34f04b7311174469ab3ac2647469743720f8b6c8b046f238e5cb27905695eb2a",
394
+ "sha256:41c281a74df173876da1dc9a9b6953d387f06e3d3ed9284e3baae3ab3f40883a",
395
+ "sha256:449ef2b321bec7d97ef2c944173275ebdab78f3abdd005400cc409e27cd159ab",
396
+ "sha256:45f790934ac1018adeba46a0f7289b2b8fe76ba774a88c7f1922213a56c98bc1",
397
+ "sha256:48948940d0ae00483e85e9154bb42997d0b77c21e43a77b7773c8c80de532ac5",
398
+ "sha256:4c49eda9a23019e11d32a0eb51a27b3e7ddedde91e099c0ac6373e3aacc0d2ee",
399
+ "sha256:504e464944f2c003a0785b81668fe23c06f3b037e9cb9f68a7c672246319f277",
400
+ "sha256:534b96c0831855e29fc3b069b085fd185aa5353033631a585d5cd4dd5d40d657",
401
+ "sha256:6ef1488967e729948d424d09c94753d0167ce59afba8d0f6c07a22b629c557b2",
402
+ "sha256:7176a5ab56fac98d706921f6416a05e5aff7df0e4b91516f450f8627cda22af3",
403
+ "sha256:7411c910fb2a412053cf33cfad0153ee20d27e256c6c3f14d7d7d1d9fec59fd5",
404
+ "sha256:757af4f6341ce7a1e47c326ca2a81f41d236070217e5fbbad61bbfe299d55d28",
405
+ "sha256:7823bc7cdf0b747ecfb096d004cc41573c2f5c7e3a29861603a2871b43d3ef32",
406
+ "sha256:7fab1187b6c6b2f11a326f33b036f7168f5b996aedd0c059f9738915e4e8f53a",
407
+ "sha256:84ef1f145de5aee82ea2447224dc23f065ff4cc5791bb3b506615957a6ba8128",
408
+ "sha256:92e8cfe8bd7dd86eac0a677499894862cd5cc2fd74de917daa881d00871ac8e7",
409
+ "sha256:9394c7d5a7565ac5f7d9ba38b2617448eba384d7b107b262d63890079fad77ca",
410
+ "sha256:9495d78f52c804b5ec8878b5b8c7873aa8e63db9cd9ee387ff2db3fffe4df784",
411
+ "sha256:9873bf7c1f2a6330bdfe8621e7ce64b725784f9f0c3a6a55c3047af5849f920e",
412
+ "sha256:9babb7818fdd71394e576cf26c5452df77a355eac1a27ddfa24096665a27f8fd",
413
+ "sha256:9e8776dac9e660c22241b6587fae51a67b4b0147daa4d176b172c3ff768ad736",
414
+ "sha256:9ed64e5083fa806709e74fc5ea067dfef9090e5b7a2320a49be3c9df3583a2d8",
415
+ "sha256:9f2c4cc63be3ef43c0221861177cee5d14b505cd4d4599a89e2cd273c4d3542a",
416
+ "sha256:9f40642a140c0c8649987027867242b801486865277cbabc8c6059ddef16dc8b",
417
+ "sha256:af84e8e99f1a82cea149e253014ea9dc89f75b82c87bb6c7242203186f465129",
418
+ "sha256:b9c79af2c3058430d911ff1a5b2b96bbfe8da47d5ed961639ce4681886614e70",
419
+ "sha256:c52fded6383f7e20eaf70a60aeddd796b3677c3ad2922c801be330db62778e05",
420
+ "sha256:cbb8e769d4cac884bb28e3ff620ef1001b75588a5c83c9c9f1fdc9afbe7f29b0",
421
+ "sha256:d84c40bdb8674c29fa192373498b6cb1e84f882889d21a471b45d1f868d8d44b",
422
+ "sha256:db5597a4c7353b2e5fb05a8e6cb74b56a4658a2b7bf3cb6b1821ae7e7fd6eaa0",
423
+ "sha256:e22801b61613ebdebf7deb18b507919e107547a1d39a3b57f5f855032dd7cfb8",
424
+ "sha256:e34da95e29daf8a71cb2841fd55df0511539a6cdf33e6f77c1e95e44006b9b46",
425
+ "sha256:e46710a240a41d594953012213ea8ca398cd2448fbc5d0f1be8160b5511104a0",
426
+ "sha256:e94eb5fa32a8a9f9bf991f424f002913e3dd7c699ef552db9b14ba6a76a6313b",
427
+ "sha256:ec13b7105117dbc9afd023300fb9954d72ca855c274fe563e72428ece10191c0",
428
+ "sha256:ed570874e88f213437f5cf758f9ef26cbfc3f336d889b1e592ee11283bb8d1c7",
429
+ "sha256:ed957044e368ed295257ae3d212b95456bd9756df490e1ac4538857f67531fcc",
430
+ "sha256:ef648d2c690703501714588b2ba640facd50fd16548133b11b2859e8655a69da",
431
+ "sha256:efc9e51c3e595267ff84adf56e9b357db89ab2279d7e375ffcaf8f678606f3d9",
432
+ "sha256:f736ab8036796f5a119ff8211deda416f8c15ce03776db704a7a4e17381cb2ef",
433
+ "sha256:f7a24ea78de345cfa7f6a8d3bde8b242c7fac27f2bd78fa23474ca38dfaeeab9",
434
+ "sha256:f7de12fa0eee6234de9a9ce0ffcfa6ce97361db7a50b09b65c63ac58e5f22fc7",
435
+ "sha256:f9b55038b5c6c47559aa33626d8ecd092f354e23de3c6975e4bb205df128a2a0",
436
+ "sha256:fd4b5e2ee4e60425711ec65c33add4e7a626adef79d66f62ba0acfd493af282d"
437
+ ],
438
+ "markers": "python_version >= '3.8' and python_full_version not in '3.9.0, 3.9.1'",
439
+ "version": "==46.0.1"
423
440
  },
424
441
  "decorator": {
425
442
  "hashes": [
@@ -449,11 +466,11 @@
449
466
  },
450
467
  "dogpile.cache": {
451
468
  "hashes": [
452
- "sha256:b00a9e2f409cf9bf48c2e7a3e3e68dac5fa75913acbf1a62f827c812d35f3d09",
453
- "sha256:f1581953afefd5f55743178694bf3b3ffb2782bba3d9537566a09db6daa48a63"
469
+ "sha256:99130ce990800c8d89c26a5a8d9923cbe1b78c8a9972c2aaa0abf3d2ef2984ad",
470
+ "sha256:e25c60e677a5e28ff86124765fbf18c53257bcd7830749cd5ba350ace2a12989"
454
471
  ],
455
472
  "markers": "python_version >= '3.9'",
456
- "version": "==1.4.0"
473
+ "version": "==1.4.1"
457
474
  },
458
475
  "dtrack-auditor": {
459
476
  "hashes": [
@@ -1150,19 +1167,18 @@
1150
1167
  },
1151
1168
  "psutil": {
1152
1169
  "hashes": [
1153
- "sha256:101d71dc322e3cffd7cea0650b09b3d08b8e7c4109dd6809fe452dfd00e58b25",
1154
- "sha256:1e744154a6580bc968a0195fd25e80432d3afec619daf145b9e5ba16cc1d688e",
1155
- "sha256:1fcee592b4c6f146991ca55919ea3d1f8926497a713ed7faaf8225e174581e91",
1156
- "sha256:39db632f6bb862eeccf56660871433e111b6ea58f2caea825571951d4b6aa3da",
1157
- "sha256:4b1388a4f6875d7e2aff5c4ca1cc16c545ed41dd8bb596cefea80111db353a34",
1158
- "sha256:4cf3d4eb1aa9b348dec30105c55cd9b7d4629285735a102beb4441e38db90553",
1159
- "sha256:7be9c3eba38beccb6495ea33afd982a44074b78f28c434a1f51cc07fd315c456",
1160
- "sha256:84df4eb63e16849689f76b1ffcb36db7b8de703d1bc1fe41773db487621b6c17",
1161
- "sha256:a5f098451abc2828f7dc6b58d44b532b22f2088f4999a937557b603ce72b1993",
1162
- "sha256:ba3fcef7523064a6c9da440fc4d6bd07da93ac726b5733c29027d7dc95b39d99"
1170
+ "sha256:09ad740870c8d219ed8daae0ad3b726d3bf9a028a198e7f3080f6a1888b99bca",
1171
+ "sha256:22e4454970b32472ce7deaa45d045b34d3648ce478e26a04c7e858a0a6e75ff3",
1172
+ "sha256:57f5e987c36d3146c0dd2528cd42151cf96cd359b9d67cfff836995cc5df9a3d",
1173
+ "sha256:5d007560c8c372efdff9e4579c2846d71de737e4605f611437255e81efcca2c5",
1174
+ "sha256:655708b3c069387c8b77b072fc429a57d0e214221d01c0a772df7dfedcb3bcd2",
1175
+ "sha256:6937cb68133e7c97b6cc9649a570c9a18ba0efebed46d8c5dae4c07fa1b67a07",
1176
+ "sha256:76168cef4397494250e9f4e73eb3752b146de1dd950040b29186d0cce1d5ca13",
1177
+ "sha256:7d4a113425c037300de3ac8b331637293da9be9713855c4fc9d2d97436d7259d",
1178
+ "sha256:8c70e113920d51e89f212dd7be06219a9b88014e63a4cec69b684c327bc474e3"
1163
1179
  ],
1164
1180
  "markers": "python_version >= '3.6'",
1165
- "version": "==7.0.0"
1181
+ "version": "==7.1.0"
1166
1182
  },
1167
1183
  "ptyprocess": {
1168
1184
  "hashes": [
@@ -1197,11 +1213,11 @@
1197
1213
  },
1198
1214
  "pydantic": {
1199
1215
  "hashes": [
1200
- "sha256:d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db",
1201
- "sha256:dde5df002701f6de26248661f6835bbe296a47bf73990135c7d07ce741b9623b"
1216
+ "sha256:6b8ffda597a14812a7975c90b82a8a2e777d9257aba3453f973acd3c032a18e2",
1217
+ "sha256:c42dd626f5cfc1c6950ce6205ea58c93efa406da65f479dcb4029d5934857da2"
1202
1218
  ],
1203
1219
  "markers": "python_version >= '3.9'",
1204
- "version": "==2.11.7"
1220
+ "version": "==2.11.9"
1205
1221
  },
1206
1222
  "pydantic-core": {
1207
1223
  "hashes": [
@@ -1669,12 +1685,12 @@
1669
1685
  },
1670
1686
  "sqlmodel": {
1671
1687
  "hashes": [
1672
- "sha256:6778852f09370908985b667d6a3ab92910d0d5ec88adcaf23dbc242715ff7193",
1673
- "sha256:cc5c7613c1a5533c9c7867e1aab2fd489a76c9e8a061984da11b4e613c182423"
1688
+ "sha256:56548c2e645975b1ed94d6c53f0d13c85593f57926a575e2bf566650b2243fa4",
1689
+ "sha256:c98234cda701fb77e9dcbd81688c23bb251c13bb98ce1dd8d4adc467374d45b7"
1674
1690
  ],
1675
1691
  "index": "pypi",
1676
- "markers": "python_version >= '3.7'",
1677
- "version": "==0.0.24"
1692
+ "markers": "python_version >= '3.8'",
1693
+ "version": "==0.0.25"
1678
1694
  },
1679
1695
  "stevedore": {
1680
1696
  "hashes": [
@@ -1822,11 +1838,11 @@
1822
1838
  },
1823
1839
  "xmltodict": {
1824
1840
  "hashes": [
1825
- "sha256:3d8d49127f3ce6979d40a36dbcad96f8bab106d232d24b49efdd4bd21716983c",
1826
- "sha256:dcd84b52f30a15be5ac4c9099a0cb234df8758624b035411e329c5c1e7a49089"
1841
+ "sha256:54306780b7c2175a3967cad1db92f218207e5bc1aba697d887807c0fb68b7649",
1842
+ "sha256:62d0fddb0dcbc9f642745d8bbf4d81fd17d6dfaec5a15b5c1876300aad92af0d"
1827
1843
  ],
1828
1844
  "markers": "python_version >= '3.9'",
1829
- "version": "==0.15.1"
1845
+ "version": "==1.0.2"
1830
1846
  }
1831
1847
  },
1832
1848
  "develop": {}
@@ -23,6 +23,7 @@ images:
23
23
  replace_frequency: quarterly
24
24
  uuid_validity: last-1
25
25
  provided_until: none
26
+ os_purpose: network
26
27
  tags:
27
28
  - amphora
28
29
  versions:
@@ -57,6 +58,7 @@ images:
57
58
  replace_frequency: never
58
59
  uuid_validity: none
59
60
  provided_until: none
61
+ os_purpose: k8snode
60
62
  tags: []
61
63
  versions:
62
64
  - version: "v{{ image_version }}"
@@ -90,6 +92,7 @@ images:
90
92
  replace_frequency: never
91
93
  uuid_validity: none
92
94
  provided_until: none
95
+ os_purpose: k8snode
93
96
  tags: []
94
97
  versions:
95
98
  - version: "{{ image_version }}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: osism
3
- Version: 0.20250914.0
3
+ Version: 0.20250919.0
4
4
  Summary: OSISM manager interface
5
5
  Home-page: https://github.com/osism/python-osism
6
6
  Author: OSISM GmbH
@@ -31,7 +31,7 @@ Requires-Dist: cliff==4.11.0
31
31
  Requires-Dist: deepdiff==8.6.1
32
32
  Requires-Dist: docker==7.1.0
33
33
  Requires-Dist: dtrack-auditor==1.5.0
34
- Requires-Dist: fastapi==0.116.1
34
+ Requires-Dist: fastapi==0.116.2
35
35
  Requires-Dist: flower==2.0.1
36
36
  Requires-Dist: hiredis==3.2.1
37
37
  Requires-Dist: jc==1.25.5
@@ -48,7 +48,7 @@ Requires-Dist: pynetbox==7.5.0
48
48
  Requires-Dist: pytest-testinfra==10.2.2
49
49
  Requires-Dist: python-dateutil==2.9.0.post0
50
50
  Requires-Dist: setuptools==80.9.0
51
- Requires-Dist: sqlmodel==0.0.24
51
+ Requires-Dist: sqlmodel==0.0.25
52
52
  Requires-Dist: sushy==5.7.1
53
53
  Requires-Dist: tabulate==0.9.0
54
54
  Requires-Dist: transitions==0.9.3
@@ -0,0 +1 @@
1
+ {"git_version": "6f46bd9", "is_release": false}
@@ -8,7 +8,7 @@ cliff==4.11.0
8
8
  deepdiff==8.6.1
9
9
  docker==7.1.0
10
10
  dtrack-auditor==1.5.0
11
- fastapi==0.116.1
11
+ fastapi==0.116.2
12
12
  flower==2.0.1
13
13
  hiredis==3.2.1
14
14
  jc==1.25.5
@@ -25,7 +25,7 @@ pynetbox==7.5.0
25
25
  pytest-testinfra==10.2.2
26
26
  python-dateutil==2.9.0.post0
27
27
  setuptools==80.9.0
28
- sqlmodel==0.0.24
28
+ sqlmodel==0.0.25
29
29
  sushy==5.7.1
30
30
  tabulate==0.9.0
31
31
  transitions==0.9.3
@@ -0,0 +1 @@
1
+ netbox-manager==0.20250915.0
@@ -0,0 +1 @@
1
+ openstack-flavor-manager==0.20250918.0
@@ -8,7 +8,7 @@ cliff==4.11.0
8
8
  deepdiff==8.6.1
9
9
  docker==7.1.0
10
10
  dtrack-auditor==1.5.0
11
- fastapi==0.116.1
11
+ fastapi==0.116.2
12
12
  flower==2.0.1
13
13
  hiredis==3.2.1
14
14
  jc==1.25.5
@@ -25,7 +25,7 @@ pynetbox==7.5.0
25
25
  pytest-testinfra==10.2.2
26
26
  python-dateutil==2.9.0.post0
27
27
  setuptools==80.9.0
28
- sqlmodel==0.0.24
28
+ sqlmodel==0.0.25
29
29
  sushy==5.7.1
30
30
  tabulate==0.9.0
31
31
  transitions==0.9.3
@@ -1 +0,0 @@
1
- renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@@ -1,7 +0,0 @@
1
- CHANGES
2
- =======
3
-
4
- v0.20250914.0
5
- -------------
6
-
7
- * chore(deps): update dependency openstack-image-manager to v0.20250912.0 (#1718)
@@ -1 +0,0 @@
1
- {"git_version": "10a12ce", "is_release": false}
@@ -1 +0,0 @@
1
- netbox-manager==0.20250825.0
@@ -1 +0,0 @@
1
- openstack-flavor-manager==0.20250912.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes