osism 0.20250824.1__tar.gz → 0.20250826.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.20250826.0/.github/renovate.json +15 -0
- osism-0.20250826.0/ChangeLog +7 -0
- {osism-0.20250824.1/osism.egg-info → osism-0.20250826.0}/PKG-INFO +3 -3
- {osism-0.20250824.1 → osism-0.20250826.0}/Pipfile +1 -1
- {osism-0.20250824.1 → osism-0.20250826.0}/Pipfile.lock +49 -73
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/app/nodes/page.tsx +4 -4
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/package-lock.json +3 -3
- {osism-0.20250824.1 → osism-0.20250826.0/osism.egg-info}/PKG-INFO +3 -3
- osism-0.20250826.0/osism.egg-info/pbr.json +1 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism.egg-info/requires.txt +2 -2
- {osism-0.20250824.1 → osism-0.20250826.0}/requirements.ansible.txt +1 -1
- osism-0.20250826.0/requirements.netbox-manager.txt +1 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/requirements.txt +1 -1
- osism-0.20250824.1/.github/renovate.json +0 -15
- osism-0.20250824.1/ChangeLog +0 -7
- osism-0.20250824.1/osism.egg-info/pbr.json +0 -1
- osism-0.20250824.1/requirements.netbox-manager.txt +0 -1
- {osism-0.20250824.1 → osism-0.20250826.0}/.flake8 +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/.github/workflows/publish.yml +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/.hadolint.yaml +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/.zuul.yaml +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/AUTHORS +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/Containerfile +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/Dockerfile +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/LICENSE +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/README.md +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/files/change.sh +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/files/cleanup-ansible-collections.sh +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/files/clustershell/clush.conf +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/files/clustershell/groups.conf +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/files/data/SCS-Spec.MandatoryFlavors.verbose.yaml +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/files/netbox-manager/settings.toml +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/files/redfishMockupCreate.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/files/run-ansible-console.sh +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/files/sonic/config_db.json +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/files/sonic/port_config/Accton-AS4625-54T.ini +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/files/sonic/port_config/Accton-AS5835-54T.ini +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/files/sonic/port_config/Accton-AS5835-54X.ini +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/files/sonic/port_config/Accton-AS7326-56X.ini +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/files/sonic/port_config/Accton-AS7726-32X.ini +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/files/sonic/port_config/Accton-AS9716-32D.ini +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/.dockerignore +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/.gitignore +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/Containerfile +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/Dockerfile +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/app/api/config/route.ts +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/app/api/health/route.ts +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/app/components/ConnectionStatus.tsx +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/app/components/EventsFilters.tsx +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/app/components/EventsList.tsx +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/app/events/page.tsx +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/app/favicon.ico +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/app/globals.css +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/app/layout.tsx +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/app/page.tsx +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/app/services/page.tsx +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/components.json +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/eslint.config.mjs +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/lib/api.ts +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/lib/hooks/useWebSocket.ts +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/lib/types.ts +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/lib/utils.ts +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/next.config.ts +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/package.json +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/postcss.config.mjs +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/public/file.svg +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/public/globe.svg +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/public/next.svg +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/public/vercel.svg +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/public/window.svg +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/tailwind.config.ts +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/frontend/tsconfig.json +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/__init__.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/__main__.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/api.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/__init__.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/apply.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/baremetal.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/compose.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/compute.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/configuration.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/console.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/container.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/get.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/log.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/manage.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/netbox.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/noset.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/reconciler.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/redfish.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/server.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/service.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/set.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/sonic.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/status.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/sync.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/task.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/validate.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/vault.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/volume.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/wait.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/commands/worker.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/data/__init__.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/data/enums.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/data/playbooks.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/main.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/services/__init__.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/services/event_bridge.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/services/listener.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/services/websocket_manager.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/settings.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/__init__.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/ansible.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/ceph.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/conductor/__init__.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/conductor/config.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/conductor/ironic.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/conductor/netbox.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/conductor/redfish.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/conductor/sonic/__init__.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/conductor/sonic/bgp.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/conductor/sonic/cache.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/conductor/sonic/config_generator.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/conductor/sonic/connections.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/conductor/sonic/constants.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/conductor/sonic/device.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/conductor/sonic/exporter.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/conductor/sonic/interface.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/conductor/sonic/sync.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/conductor/utils.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/conductor.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/kolla.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/kubernetes.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/netbox.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/openstack.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/tasks/reconciler.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/utils/__init__.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism/utils/ssh.py +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism.egg-info/SOURCES.txt +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism.egg-info/dependency_links.txt +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism.egg-info/entry_points.txt +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism.egg-info/not-zip-safe +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/osism.egg-info/top_level.txt +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/playbooks/build.yml +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/playbooks/pre.yml +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/playbooks/test-setup.yml +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/requirements.openstack-flavor-manager.txt +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/requirements.openstack-image-manager.txt +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/requirements.yml +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/setup.cfg +0 -0
- {osism-0.20250824.1 → osism-0.20250826.0}/setup.py +0 -0
@@ -0,0 +1,15 @@
|
|
1
|
+
{
|
2
|
+
"extends": [
|
3
|
+
"github>osism/renovate-config",
|
4
|
+
"github>osism/renovate-config:docker"
|
5
|
+
],
|
6
|
+
"pip_requirements": {
|
7
|
+
"managerFilePatterns": [
|
8
|
+
"/requirements.ansible.txt/",
|
9
|
+
"/requirements.netbox-manager.txt/",
|
10
|
+
"/requirements.openstack-flavor-manager.txt/",
|
11
|
+
"/requirements.openstack-image-manager.txt/",
|
12
|
+
"/requirements.txt/"
|
13
|
+
]
|
14
|
+
}
|
15
|
+
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: osism
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.20250826.0
|
4
4
|
Summary: OSISM manager interface
|
5
5
|
Home-page: https://github.com/osism/python-osism
|
6
6
|
Author: OSISM GmbH
|
@@ -25,7 +25,7 @@ Requires-Dist: ClusterShell==1.9.3
|
|
25
25
|
Requires-Dist: GitPython==3.1.45
|
26
26
|
Requires-Dist: Jinja2==3.1.6
|
27
27
|
Requires-Dist: PyYAML==6.0.2
|
28
|
-
Requires-Dist: ara==1.7.
|
28
|
+
Requires-Dist: ara==1.7.3
|
29
29
|
Requires-Dist: celery[redis]==5.5.3
|
30
30
|
Requires-Dist: cliff==4.11.0
|
31
31
|
Requires-Dist: deepdiff==8.6.0
|
@@ -58,7 +58,7 @@ Requires-Dist: watchdog==6.0.0
|
|
58
58
|
Requires-Dist: websockets==15.0.1
|
59
59
|
Provides-Extra: ansible
|
60
60
|
Requires-Dist: ansible-runner==2.4.1; extra == "ansible"
|
61
|
-
Requires-Dist: ansible-core==2.19.
|
61
|
+
Requires-Dist: ansible-core==2.19.1; extra == "ansible"
|
62
62
|
Provides-Extra: openstack-image-manager
|
63
63
|
Requires-Dist: openstack-image-manager==0.20250508.0; extra == "openstack-image-manager"
|
64
64
|
Dynamic: author
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_meta": {
|
3
3
|
"hash": {
|
4
|
-
"sha256": "
|
4
|
+
"sha256": "e8b77ed25ea8d9164f944f0b58d5c4242305ac9b12c3a081d010e2a5c2435e53"
|
5
5
|
},
|
6
6
|
"pipfile-spec": 6,
|
7
7
|
"requires": {},
|
@@ -41,12 +41,12 @@
|
|
41
41
|
},
|
42
42
|
"ara": {
|
43
43
|
"hashes": [
|
44
|
-
"sha256:
|
45
|
-
"sha256:
|
44
|
+
"sha256:9147813977ea96b6625d0beafb84e5203b8481061f117e5a89bd8246286e18f4",
|
45
|
+
"sha256:f09b08d1f86fb4f622663551463289994a08f08a6aa2b5ca6e6486fbdf0f7041"
|
46
46
|
],
|
47
47
|
"index": "pypi",
|
48
48
|
"markers": "python_version >= '3.8'",
|
49
|
-
"version": "==1.7.
|
49
|
+
"version": "==1.7.3"
|
50
50
|
},
|
51
51
|
"autopage": {
|
52
52
|
"hashes": [
|
@@ -480,6 +480,42 @@
|
|
480
480
|
"markers": "python_version >= '3.7'",
|
481
481
|
"version": "==3.1.45"
|
482
482
|
},
|
483
|
+
"gnureadline": {
|
484
|
+
"hashes": [
|
485
|
+
"sha256:07231f8191adb7f204010a86a91df9df9a80944981a16576a471f59304ad6a16",
|
486
|
+
"sha256:0ca03501ce0939d7ecf9d075860d6f6ceb2f49f30331b4e96e4678ce03687bab",
|
487
|
+
"sha256:0cc77fc9c8a8fcf10e0a554e49ee763219683386b8f906b7e6ef07c9e40e8420",
|
488
|
+
"sha256:10fcaf561bc4ed6ab7075ab3ead188a18faaf4e6e92d916f81a09c0a670ce906",
|
489
|
+
"sha256:23b43c8e9e2e6566cb3094749826181a86dba1d94b1e023b5f9923dc26e37876",
|
490
|
+
"sha256:265bcf6ef7082e130160fb34b9664284affb216a22c5bffcd518b35d02bcc4e9",
|
491
|
+
"sha256:2d3e33d2e0dd694d623a2ca1fae6990b52f1d25955504b7293a9350fb9912940",
|
492
|
+
"sha256:30cc1b6cb11d94554815cb91eb1dfa6a11887185aae50f253adaa393e91c6a86",
|
493
|
+
"sha256:3f1050ecf789f34d0ab0aacdb605f177725009a864e0038e70380614af92dc0d",
|
494
|
+
"sha256:4f57a3aa97c3379b2513c8bfbac0de2dfb41f695623c0b2ad337babb646b51a7",
|
495
|
+
"sha256:4f5fc90af56a1ae6f88c9c7122fc76141c395b6c342a63800abed8c813f48b85",
|
496
|
+
"sha256:50c40bfffffa82d4fcb0fde4940d4ff128ba2f876c1da09bae9d6d9ff770095e",
|
497
|
+
"sha256:561a60b12f74ea7234036cc4fe558f3b46023be0dac5ed73541ece58cba2f88a",
|
498
|
+
"sha256:576dac060887adc6067ee9d23fb2f0031fb2b3e560e07a6c9e666e05f0473af7",
|
499
|
+
"sha256:59c5505026646da6d5ced6a5316d6d191d011e8be422cba4abce71730ef37dc6",
|
500
|
+
"sha256:6472e3a780087eecd67c03e5455aecb209de51bcae74583222976f6b816f6192",
|
501
|
+
"sha256:6c550d08c4d2882a83293a724b14a262ee5078fd4fa7acdc78aa59cab26ae343",
|
502
|
+
"sha256:811d85a70ac97cddeb1755282915e8a93c279dcf89513426f28617b8feff5aec",
|
503
|
+
"sha256:85e362d2d0e85e45f0affae7bbfaf998b00167c55a78d31ee0f214de9ff429d2",
|
504
|
+
"sha256:94b143ea5d22b0c1ca4a591265afe135272c69b7757e968e34fbb47a7858d1ce",
|
505
|
+
"sha256:9c152a82613fa012ab4331bb9a0ffddb415e37561d376b910bf9e7d535607faf",
|
506
|
+
"sha256:a7d6e3f5d9fd0cf8a84fb382d4e3ad2914331be4d929f17d50da01f1571c4b03",
|
507
|
+
"sha256:b69e6608cc94e110018b721a11718d480a6330e0b62cbab65a22880e84011205",
|
508
|
+
"sha256:c28e33bfc56d4204693f213abeab927f65c505ce91f668a039720bc7c46b0353",
|
509
|
+
"sha256:c7b8d3f2a2c9b7e6feaf1f20bdb6ebb8210e207b8c5360ffe407a47efeeb3fb8",
|
510
|
+
"sha256:c9b9e1e7ba99a80bb50c12027d6ce692574f77a65bf57bc97041cf81c0f49bd1",
|
511
|
+
"sha256:d708e8f655d3b556a138f13e9fcb2d8a10a6901e3125c04cad5ef7c883191fe8",
|
512
|
+
"sha256:daa405028b9fe92bfbb93624e13e0674a242a1c5434b70ef61a04294502fdb65",
|
513
|
+
"sha256:dcfa601d95c00aa670ec5e4bf791caf6ba0bcf266de940fb54d44c278bd302fe",
|
514
|
+
"sha256:f59275168cae1b02ca1ec7586a9804bb04ce427df92f8582a80d16e96c846b78"
|
515
|
+
],
|
516
|
+
"markers": "platform_system == 'Darwin'",
|
517
|
+
"version": "==8.2.13"
|
518
|
+
},
|
483
519
|
"google-auth": {
|
484
520
|
"hashes": [
|
485
521
|
"sha256:1370d4593e86213563547f97a92752fc658456fe4514c809544f330fed45a7ca",
|
@@ -488,66 +524,6 @@
|
|
488
524
|
"markers": "python_version >= '3.7'",
|
489
525
|
"version": "==2.40.3"
|
490
526
|
},
|
491
|
-
"greenlet": {
|
492
|
-
"hashes": [
|
493
|
-
"sha256:00fadb3fedccc447f517ee0d3fd8fe49eae949e1cd0f6a611818f4f6fb7dc83b",
|
494
|
-
"sha256:061dc4cf2c34852b052a8620d40f36324554bc192be474b9e9770e8c042fd735",
|
495
|
-
"sha256:0db5594dce18db94f7d1650d7489909b57afde4c580806b8d9203b6e79cdc079",
|
496
|
-
"sha256:0dca0d95ff849f9a364385f36ab49f50065d76964944638be9691e1832e9f86d",
|
497
|
-
"sha256:16458c245a38991aa19676900d48bd1a6f2ce3e16595051a4db9d012154e8433",
|
498
|
-
"sha256:18d9260df2b5fbf41ae5139e1be4e796d99655f023a636cd0e11e6406cca7d58",
|
499
|
-
"sha256:1987de92fec508535687fb807a5cea1560f6196285a4cde35c100b8cd632cc52",
|
500
|
-
"sha256:1a921e542453fe531144e91e1feedf12e07351b1cf6c9e8a3325ea600a715a31",
|
501
|
-
"sha256:1ee8fae0519a337f2329cb78bd7a8e128ec0f881073d43f023c7b8d4831d5246",
|
502
|
-
"sha256:20fb936b4652b6e307b8f347665e2c615540d4b42b3b4c8a321d8286da7e520f",
|
503
|
-
"sha256:23768528f2911bcd7e475210822ffb5254ed10d71f4028387e5a99b4c6699671",
|
504
|
-
"sha256:2523e5246274f54fdadbce8494458a2ebdcdbc7b802318466ac5606d3cded1f8",
|
505
|
-
"sha256:27890167f55d2387576d1f41d9487ef171849ea0359ce1510ca6e06c8bece11d",
|
506
|
-
"sha256:299fd615cd8fc86267b47597123e3f43ad79c9d8a22bebdce535e53550763e2f",
|
507
|
-
"sha256:3b3812d8d0c9579967815af437d96623f45c0f2ae5f04e366de62a12d83a8fb0",
|
508
|
-
"sha256:3b67ca49f54cede0186854a008109d6ee71f66bd57bb36abd6d0a0267b540cdd",
|
509
|
-
"sha256:44358b9bf66c8576a9f57a590d5f5d6e72fa4228b763d0e43fee6d3b06d3a337",
|
510
|
-
"sha256:49a30d5fda2507ae77be16479bdb62a660fa51b1eb4928b524975b3bde77b3c0",
|
511
|
-
"sha256:4d1378601b85e2e5171b99be8d2dc85f594c79967599328f95c1dc1a40f1c633",
|
512
|
-
"sha256:554b03b6e73aaabec3745364d6239e9e012d64c68ccd0b8430c64ccc14939a8b",
|
513
|
-
"sha256:55e9c5affaa6775e2c6b67659f3a71684de4c549b3dd9afca3bc773533d284fa",
|
514
|
-
"sha256:58b97143c9cc7b86fc458f215bd0932f1757ce649e05b640fea2e79b54cedb31",
|
515
|
-
"sha256:5c9320971821a7cb77cfab8d956fa8e39cd07ca44b6070db358ceb7f8797c8c9",
|
516
|
-
"sha256:65458b409c1ed459ea899e939f0e1cdb14f58dbc803f2f93c5eab5694d32671b",
|
517
|
-
"sha256:671df96c1f23c4a0d4077a325483c1503c96a1b7d9db26592ae770daa41233d4",
|
518
|
-
"sha256:710638eb93b1fa52823aa91bf75326f9ecdfd5e0466f00789246a5280f4ba0fc",
|
519
|
-
"sha256:73f49b5368b5359d04e18d15828eecc1806033db5233397748f4ca813ff1056c",
|
520
|
-
"sha256:81701fd84f26330f0d5f4944d4e92e61afe6319dcd9775e39396e39d7c3e5f98",
|
521
|
-
"sha256:8854167e06950ca75b898b104b63cc646573aa5fef1353d4508ecdd1ee76254f",
|
522
|
-
"sha256:8c68325b0d0acf8d91dde4e6f930967dd52a5302cd4062932a6b2e7c2969f47c",
|
523
|
-
"sha256:94385f101946790ae13da500603491f04a76b6e4c059dab271b3ce2e283b2590",
|
524
|
-
"sha256:94abf90142c2a18151632371140b3dba4dee031633fe614cb592dbb6c9e17bc3",
|
525
|
-
"sha256:96378df1de302bc38e99c3a9aa311967b7dc80ced1dcc6f171e99842987882a2",
|
526
|
-
"sha256:9c40adce87eaa9ddb593ccb0fa6a07caf34015a29bf8d344811665b573138db9",
|
527
|
-
"sha256:9fe0a28a7b952a21e2c062cd5756d34354117796c6d9215a87f55e38d15402c5",
|
528
|
-
"sha256:a7d4e128405eea3814a12cc2605e0e6aedb4035bf32697f72deca74de4105e02",
|
529
|
-
"sha256:abbf57b5a870d30c4675928c37278493044d7c14378350b3aa5d484fa65575f0",
|
530
|
-
"sha256:b4a1870c51720687af7fa3e7cda6d08d801dae660f75a76f3845b642b4da6ee1",
|
531
|
-
"sha256:b6a7c19cf0d2742d0809a4c05975db036fdff50cd294a93632d6a310bf9ac02c",
|
532
|
-
"sha256:b90654e092f928f110e0007f572007c9727b5265f7632c2fa7415b4689351594",
|
533
|
-
"sha256:c17b6b34111ea72fc5a4e4beec9711d2226285f0386ea83477cbb97c30a3f3a5",
|
534
|
-
"sha256:c2ca18a03a8cfb5b25bc1cbe20f3d9a4c80d8c3b13ba3df49ac3961af0b1018d",
|
535
|
-
"sha256:c5111ccdc9c88f423426df3fd1811bfc40ed66264d35aa373420a34377efc98a",
|
536
|
-
"sha256:c60a6d84229b271d44b70fb6e5fa23781abb5d742af7b808ae3f6efd7c9c60f6",
|
537
|
-
"sha256:c8c9e331e58180d0d83c5b7999255721b725913ff6bc6cf39fa2a45841a4fd4b",
|
538
|
-
"sha256:c9913f1a30e4526f432991f89ae263459b1c64d1608c0d22a5c79c287b3c70df",
|
539
|
-
"sha256:cd3c8e693bff0fff6ba55f140bf390fa92c994083f838fece0f63be121334945",
|
540
|
-
"sha256:d25c5091190f2dc0eaa3f950252122edbbadbb682aa7b1ef2f8af0f8c0afefae",
|
541
|
-
"sha256:d2e685ade4dafd447ede19c31277a224a239a0a1a4eca4e6390efedf20260cfb",
|
542
|
-
"sha256:d76383238584e9711e20ebe14db6c88ddcedc1829a9ad31a584389463b5aa504",
|
543
|
-
"sha256:ddf9164e7a5b08e9d22511526865780a576f19ddd00d62f8a665949327fde8bb",
|
544
|
-
"sha256:e37ab26028f12dbb0ff65f29a8d3d44a765c61e729647bf2ddfbbed621726f01",
|
545
|
-
"sha256:f10fd42b5ee276335863712fa3da6608e93f70629c631bf77145021600abc23c",
|
546
|
-
"sha256:f28588772bb5fb869a8eb331374ec06f24a83a9c25bfa1f38b6993afe9c1e968"
|
547
|
-
],
|
548
|
-
"markers": "python_version >= '3.9'",
|
549
|
-
"version": "==3.2.4"
|
550
|
-
},
|
551
527
|
"hiredis": {
|
552
528
|
"hashes": [
|
553
529
|
"sha256:0079ef1e03930b364556b78548e67236ab3def4e07e674f6adfc52944aa972dd",
|
@@ -673,11 +649,11 @@
|
|
673
649
|
},
|
674
650
|
"humanize": {
|
675
651
|
"hashes": [
|
676
|
-
"sha256:
|
677
|
-
"sha256:
|
652
|
+
"sha256:78f79e68f76f0b04d711c4e55d32bebef5be387148862cb1ef83d2b58e7935a0",
|
653
|
+
"sha256:b810820b31891813b1673e8fec7f1ed3312061eab2f26e3fa192c393d11ed25f"
|
678
654
|
],
|
679
655
|
"markers": "python_version >= '3.9'",
|
680
|
-
"version": "==4.
|
656
|
+
"version": "==4.13.0"
|
681
657
|
},
|
682
658
|
"idna": {
|
683
659
|
"hashes": [
|
@@ -1644,11 +1620,11 @@
|
|
1644
1620
|
},
|
1645
1621
|
"stevedore": {
|
1646
1622
|
"hashes": [
|
1647
|
-
"sha256:
|
1648
|
-
"sha256:
|
1623
|
+
"sha256:18363d4d268181e8e8452e71a38cd77630f345b2ef6b4a8d5614dac5ee0d18cf",
|
1624
|
+
"sha256:d31496a4f4df9825e1a1e4f1f74d19abb0154aff311c3b376fcc89dae8fccd73"
|
1649
1625
|
],
|
1650
1626
|
"markers": "python_version >= '3.9'",
|
1651
|
-
"version": "==5.
|
1627
|
+
"version": "==5.5.0"
|
1652
1628
|
},
|
1653
1629
|
"sushy": {
|
1654
1630
|
"hashes": [
|
@@ -1687,11 +1663,11 @@
|
|
1687
1663
|
},
|
1688
1664
|
"typing-extensions": {
|
1689
1665
|
"hashes": [
|
1690
|
-
"sha256:
|
1691
|
-
"sha256:
|
1666
|
+
"sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466",
|
1667
|
+
"sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"
|
1692
1668
|
],
|
1693
1669
|
"markers": "python_version >= '3.9'",
|
1694
|
-
"version": "==4.
|
1670
|
+
"version": "==4.15.0"
|
1695
1671
|
},
|
1696
1672
|
"typing-inspection": {
|
1697
1673
|
"hashes": [
|
@@ -218,7 +218,7 @@ export default function NodesPage() {
|
|
218
218
|
</span>
|
219
219
|
)}
|
220
220
|
</div>
|
221
|
-
<div className="flex items-center gap-2">
|
221
|
+
<div className="flex items-center justify-end gap-2">
|
222
222
|
<span className={`px-2 inline-flex text-xs leading-5 font-semibold rounded-full ${
|
223
223
|
node.power_state === "power on"
|
224
224
|
? "bg-green-100 text-green-800"
|
@@ -242,7 +242,7 @@ export default function NodesPage() {
|
|
242
242
|
</div>
|
243
243
|
</div>
|
244
244
|
<div className="mt-2 grid grid-cols-1 gap-x-4 gap-y-2 sm:grid-cols-2 lg:grid-cols-4">
|
245
|
-
<p className="flex items-center text-sm text-gray-500">
|
245
|
+
<p className="flex items-center text-sm text-gray-500 lg:col-span-2">
|
246
246
|
UUID: {node.uuid}
|
247
247
|
</p>
|
248
248
|
{node.driver && (
|
@@ -251,12 +251,12 @@ export default function NodesPage() {
|
|
251
251
|
</p>
|
252
252
|
)}
|
253
253
|
{node.created_at && (
|
254
|
-
<p className="flex items-center text-sm text-gray-500">
|
254
|
+
<p className="flex items-center justify-end text-sm text-gray-500">
|
255
255
|
Created: {new Date(node.created_at).toLocaleString()}
|
256
256
|
</p>
|
257
257
|
)}
|
258
258
|
{node.updated_at && (
|
259
|
-
<p className="flex items-center text-sm text-gray-500">
|
259
|
+
<p className="flex items-center justify-end text-sm text-gray-500 lg:col-start-4">
|
260
260
|
Updated: {new Date(node.updated_at).toLocaleString()}
|
261
261
|
</p>
|
262
262
|
)}
|
@@ -1303,9 +1303,9 @@
|
|
1303
1303
|
"license": "MIT"
|
1304
1304
|
},
|
1305
1305
|
"node_modules/@types/node": {
|
1306
|
-
"version": "22.
|
1307
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
1308
|
-
"integrity": "sha512-
|
1306
|
+
"version": "22.18.0",
|
1307
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.0.tgz",
|
1308
|
+
"integrity": "sha512-m5ObIqwsUp6BZzyiy4RdZpzWGub9bqLJMvZDD0QMXhxjqMHMENlj+SqF5QxoUwaQNFe+8kz8XM8ZQhqkQPTgMQ==",
|
1309
1309
|
"dev": true,
|
1310
1310
|
"license": "MIT",
|
1311
1311
|
"dependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: osism
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.20250826.0
|
4
4
|
Summary: OSISM manager interface
|
5
5
|
Home-page: https://github.com/osism/python-osism
|
6
6
|
Author: OSISM GmbH
|
@@ -25,7 +25,7 @@ Requires-Dist: ClusterShell==1.9.3
|
|
25
25
|
Requires-Dist: GitPython==3.1.45
|
26
26
|
Requires-Dist: Jinja2==3.1.6
|
27
27
|
Requires-Dist: PyYAML==6.0.2
|
28
|
-
Requires-Dist: ara==1.7.
|
28
|
+
Requires-Dist: ara==1.7.3
|
29
29
|
Requires-Dist: celery[redis]==5.5.3
|
30
30
|
Requires-Dist: cliff==4.11.0
|
31
31
|
Requires-Dist: deepdiff==8.6.0
|
@@ -58,7 +58,7 @@ Requires-Dist: watchdog==6.0.0
|
|
58
58
|
Requires-Dist: websockets==15.0.1
|
59
59
|
Provides-Extra: ansible
|
60
60
|
Requires-Dist: ansible-runner==2.4.1; extra == "ansible"
|
61
|
-
Requires-Dist: ansible-core==2.19.
|
61
|
+
Requires-Dist: ansible-core==2.19.1; extra == "ansible"
|
62
62
|
Provides-Extra: openstack-image-manager
|
63
63
|
Requires-Dist: openstack-image-manager==0.20250508.0; extra == "openstack-image-manager"
|
64
64
|
Dynamic: author
|
@@ -0,0 +1 @@
|
|
1
|
+
{"git_version": "45ddd70", "is_release": false}
|
@@ -2,7 +2,7 @@ ClusterShell==1.9.3
|
|
2
2
|
GitPython==3.1.45
|
3
3
|
Jinja2==3.1.6
|
4
4
|
PyYAML==6.0.2
|
5
|
-
ara==1.7.
|
5
|
+
ara==1.7.3
|
6
6
|
celery[redis]==5.5.3
|
7
7
|
cliff==4.11.0
|
8
8
|
deepdiff==8.6.0
|
@@ -36,7 +36,7 @@ websockets==15.0.1
|
|
36
36
|
|
37
37
|
[ansible]
|
38
38
|
ansible-runner==2.4.1
|
39
|
-
ansible-core==2.19.
|
39
|
+
ansible-core==2.19.1
|
40
40
|
|
41
41
|
[openstack-image-manager]
|
42
42
|
openstack-image-manager==0.20250508.0
|
@@ -1,2 +1,2 @@
|
|
1
1
|
ansible-runner==2.4.1
|
2
|
-
ansible-core==2.19.
|
2
|
+
ansible-core==2.19.1
|
@@ -0,0 +1 @@
|
|
1
|
+
netbox-manager==0.20250825.0
|
@@ -1,15 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"extends": [
|
3
|
-
"github>osism/renovate-config",
|
4
|
-
"github>osism/renovate-config:docker"
|
5
|
-
],
|
6
|
-
"pip_requirements": {
|
7
|
-
"fileMatch": [
|
8
|
-
"requirements.ansible.txt",
|
9
|
-
"requirements.netbox-manager.txt",
|
10
|
-
"requirements.openstack-flavor-manager.txt",
|
11
|
-
"requirements.openstack-image-manager.txt",
|
12
|
-
"requirements.txt"
|
13
|
-
]
|
14
|
-
}
|
15
|
-
}
|
osism-0.20250824.1/ChangeLog
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"git_version": "2d93840", "is_release": false}
|
@@ -1 +0,0 @@
|
|
1
|
-
netbox-manager==0.20250823.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
|
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
|
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
|