osism 0.20250902.0__tar.gz → 0.20250914.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.20250902.0 → osism-0.20250914.0}/.github/workflows/publish.yml +1 -1
- osism-0.20250914.0/AUTHORS +1 -0
- osism-0.20250914.0/ChangeLog +7 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/Containerfile +2 -2
- {osism-0.20250902.0 → osism-0.20250914.0}/Dockerfile +2 -2
- {osism-0.20250902.0/osism.egg-info → osism-0.20250914.0}/PKG-INFO +5 -5
- {osism-0.20250902.0 → osism-0.20250914.0}/Pipfile +2 -2
- {osism-0.20250902.0 → osism-0.20250914.0}/Pipfile.lock +170 -136
- osism-0.20250914.0/files/sonic/port_config/Accton-AS9726-32D.ini +35 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/manage.py +3 -1
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/conductor/sonic/constants.py +1 -0
- {osism-0.20250902.0 → osism-0.20250914.0/osism.egg-info}/PKG-INFO +5 -5
- {osism-0.20250902.0 → osism-0.20250914.0}/osism.egg-info/SOURCES.txt +1 -0
- osism-0.20250914.0/osism.egg-info/pbr.json +1 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism.egg-info/requires.txt +4 -4
- {osism-0.20250902.0 → osism-0.20250914.0}/requirements.ansible.txt +1 -1
- osism-0.20250914.0/requirements.openstack-flavor-manager.txt +1 -0
- osism-0.20250914.0/requirements.openstack-image-manager.txt +1 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/requirements.txt +2 -2
- osism-0.20250902.0/AUTHORS +0 -1
- osism-0.20250902.0/ChangeLog +0 -7
- osism-0.20250902.0/osism.egg-info/pbr.json +0 -1
- osism-0.20250902.0/requirements.openstack-flavor-manager.txt +0 -1
- osism-0.20250902.0/requirements.openstack-image-manager.txt +0 -1
- {osism-0.20250902.0 → osism-0.20250914.0}/.flake8 +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/.github/renovate.json +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/.hadolint.yaml +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/.zuul.yaml +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/LICENSE +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/README.md +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/files/change.sh +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/files/cleanup-ansible-collections.sh +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/files/clustershell/clush.conf +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/files/clustershell/groups.conf +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/files/data/SCS-Spec.MandatoryFlavors.verbose.yaml +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/files/data/flavors.yaml +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/files/netbox-manager/settings.toml +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/files/redfishMockupCreate.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/files/run-ansible-console.sh +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/files/sonic/config_db.json +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/files/sonic/port_config/Accton-AS4625-54T.ini +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/files/sonic/port_config/Accton-AS5835-54T.ini +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/files/sonic/port_config/Accton-AS5835-54X.ini +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/files/sonic/port_config/Accton-AS7326-56X.ini +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/files/sonic/port_config/Accton-AS7726-32X.ini +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/files/sonic/port_config/Accton-AS9716-32D.ini +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/.dockerignore +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/.gitignore +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/Containerfile +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/Dockerfile +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/app/api/config/route.ts +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/app/api/health/route.ts +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/app/components/ConnectionStatus.tsx +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/app/components/EventsFilters.tsx +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/app/components/EventsList.tsx +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/app/events/page.tsx +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/app/favicon.ico +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/app/globals.css +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/app/layout.tsx +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/app/nodes/page.tsx +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/app/page.tsx +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/app/services/page.tsx +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/components.json +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/eslint.config.mjs +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/lib/api.ts +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/lib/hooks/useWebSocket.ts +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/lib/types.ts +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/lib/utils.ts +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/next.config.ts +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/package-lock.json +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/package.json +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/postcss.config.mjs +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/public/file.svg +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/public/globe.svg +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/public/next.svg +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/public/vercel.svg +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/public/window.svg +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/tailwind.config.ts +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/frontend/tsconfig.json +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/__init__.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/__main__.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/api.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/__init__.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/apply.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/baremetal.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/compose.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/compute.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/configuration.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/console.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/container.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/get.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/lock.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/log.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/netbox.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/noset.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/reconciler.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/redfish.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/server.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/service.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/set.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/sonic.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/status.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/sync.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/task.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/validate.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/vault.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/volume.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/wait.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/commands/worker.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/data/__init__.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/data/enums.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/data/playbooks.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/main.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/services/__init__.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/services/event_bridge.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/services/listener.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/services/websocket_manager.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/settings.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/__init__.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/ansible.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/ceph.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/conductor/__init__.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/conductor/config.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/conductor/ironic.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/conductor/netbox.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/conductor/redfish.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/conductor/sonic/__init__.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/conductor/sonic/bgp.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/conductor/sonic/cache.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/conductor/sonic/config_generator.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/conductor/sonic/connections.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/conductor/sonic/device.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/conductor/sonic/exporter.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/conductor/sonic/interface.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/conductor/sonic/sync.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/conductor/utils.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/conductor.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/kolla.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/kubernetes.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/netbox.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/openstack.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/tasks/reconciler.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/utils/__init__.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism/utils/ssh.py +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism.egg-info/dependency_links.txt +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism.egg-info/entry_points.txt +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism.egg-info/not-zip-safe +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/osism.egg-info/top_level.txt +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/playbooks/build.yml +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/playbooks/pre.yml +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/playbooks/test-setup.yml +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/requirements.netbox-manager.txt +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/requirements.yml +0 -0
- {osism-0.20250902.0 → osism-0.20250914.0}/setup.cfg +0 -0
- {osism-0.20250902.0 → osism-0.20250914.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.8.
|
10
|
+
COPY --from=ghcr.io/astral-sh/uv:0.8.17 /uv /usr/local/bin/uv
|
11
11
|
|
12
12
|
COPY files/data /data
|
13
13
|
COPY files/change.sh /change.sh
|
@@ -56,7 +56,7 @@ uv pip install --no-cache --system -r /src/requirements.openstack-flavor-manager
|
|
56
56
|
uv pip install --no-cache --system -r /src/requirements.netbox-manager.txt
|
57
57
|
|
58
58
|
# required by redfishMockupCreate.py
|
59
|
-
uv pip install --no-cache --system "redfish==3.3.
|
59
|
+
uv pip install --no-cache --system "redfish==3.3.3"
|
60
60
|
|
61
61
|
# install python-osism
|
62
62
|
uv pip install --no-cache --system /src
|
@@ -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.
|
10
|
+
COPY --from=ghcr.io/astral-sh/uv:0.8.17 /uv /usr/local/bin/uv
|
11
11
|
|
12
12
|
COPY files/data /data
|
13
13
|
COPY files/change.sh /change.sh
|
@@ -56,7 +56,7 @@ uv pip install --no-cache --system -r /src/requirements.openstack-flavor-manager
|
|
56
56
|
uv pip install --no-cache --system -r /src/requirements.netbox-manager.txt
|
57
57
|
|
58
58
|
# required by redfishMockupCreate.py
|
59
|
-
uv pip install --no-cache --system "redfish==3.3.
|
59
|
+
uv pip install --no-cache --system "redfish==3.3.3"
|
60
60
|
|
61
61
|
# install python-osism
|
62
62
|
uv pip install --no-cache --system /src
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: osism
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.20250914.0
|
4
4
|
Summary: OSISM manager interface
|
5
5
|
Home-page: https://github.com/osism/python-osism
|
6
6
|
Author: OSISM GmbH
|
@@ -28,7 +28,7 @@ Requires-Dist: PyYAML==6.0.2
|
|
28
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
|
-
Requires-Dist: deepdiff==8.6.
|
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
34
|
Requires-Dist: fastapi==0.116.1
|
@@ -40,7 +40,7 @@ Requires-Dist: kombu==5.5.4
|
|
40
40
|
Requires-Dist: kubernetes==33.1.0
|
41
41
|
Requires-Dist: loguru==0.7.3
|
42
42
|
Requires-Dist: nbcli==0.10.0.dev2
|
43
|
-
Requires-Dist: openstacksdk==4.7.
|
43
|
+
Requires-Dist: openstacksdk==4.7.1
|
44
44
|
Requires-Dist: paramiko==3.5.1
|
45
45
|
Requires-Dist: pottery==3.0.1
|
46
46
|
Requires-Dist: prompt-toolkit==3.0.52
|
@@ -58,9 +58,9 @@ 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.2; extra == "ansible"
|
62
62
|
Provides-Extra: openstack-image-manager
|
63
|
-
Requires-Dist: openstack-image-manager==0.
|
63
|
+
Requires-Dist: openstack-image-manager==0.20250912.0; extra == "openstack-image-manager"
|
64
64
|
Dynamic: author
|
65
65
|
Dynamic: author-email
|
66
66
|
Dynamic: classifier
|
@@ -12,7 +12,7 @@ ansible-runner = "==2.4.1"
|
|
12
12
|
ara = "==1.7.3"
|
13
13
|
celery = {version = "==5.5.3", extras = ["redis"]}
|
14
14
|
cliff = "==4.11.0"
|
15
|
-
deepdiff = "==8.6.
|
15
|
+
deepdiff = "==8.6.1"
|
16
16
|
docker = "==7.1.0"
|
17
17
|
dtrack-auditor = "==1.5.0"
|
18
18
|
flower = "==2.0.1"
|
@@ -24,7 +24,7 @@ kombu = "==5.5.4"
|
|
24
24
|
kubernetes = "==33.1.0"
|
25
25
|
loguru = "==0.7.3"
|
26
26
|
nbcli = "0.10.0.dev2"
|
27
|
-
openstacksdk = "==4.7.
|
27
|
+
openstacksdk = "==4.7.1"
|
28
28
|
paramiko = "==3.5.1"
|
29
29
|
pottery = "==3.0.1"
|
30
30
|
prompt-toolkit = "==3.0.52"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_meta": {
|
3
3
|
"hash": {
|
4
|
-
"sha256": "
|
4
|
+
"sha256": "5ef0bae206253935ae93771c0eb2d2bbcbb0318f51ebf6c175ab295c0919ac5f"
|
5
5
|
},
|
6
6
|
"pipfile-spec": 6,
|
7
7
|
"requires": {},
|
@@ -150,76 +150,93 @@
|
|
150
150
|
},
|
151
151
|
"cffi": {
|
152
152
|
"hashes": [
|
153
|
-
"sha256:
|
154
|
-
"sha256:
|
155
|
-
"sha256:
|
156
|
-
"sha256:
|
157
|
-
"sha256:
|
158
|
-
"sha256:
|
159
|
-
"sha256:
|
160
|
-
"sha256:
|
161
|
-
"sha256:
|
162
|
-
"sha256:
|
163
|
-
"sha256:
|
164
|
-
"sha256:
|
165
|
-
"sha256:
|
166
|
-
"sha256:
|
167
|
-
"sha256:
|
168
|
-
"sha256:
|
169
|
-
"sha256:
|
170
|
-
"sha256:
|
171
|
-
"sha256:
|
172
|
-
"sha256:
|
173
|
-
"sha256:
|
174
|
-
"sha256:
|
175
|
-
"sha256:
|
176
|
-
"sha256:
|
177
|
-
"sha256:
|
178
|
-
"sha256:
|
179
|
-
"sha256:
|
180
|
-
"sha256:
|
181
|
-
"sha256:
|
182
|
-
"sha256:
|
183
|
-
"sha256:
|
184
|
-
"sha256:
|
185
|
-
"sha256:
|
186
|
-
"sha256:
|
187
|
-
"sha256:
|
188
|
-
"sha256:
|
189
|
-
"sha256:
|
190
|
-
"sha256:
|
191
|
-
"sha256:
|
192
|
-
"sha256:
|
193
|
-
"sha256:
|
194
|
-
"sha256:
|
195
|
-
"sha256:
|
196
|
-
"sha256:
|
197
|
-
"sha256:
|
198
|
-
"sha256:
|
199
|
-
"sha256:
|
200
|
-
"sha256:
|
201
|
-
"sha256:
|
202
|
-
"sha256:
|
203
|
-
"sha256:
|
204
|
-
"sha256:
|
205
|
-
"sha256:
|
206
|
-
"sha256:
|
207
|
-
"sha256:
|
208
|
-
"sha256:
|
209
|
-
"sha256:
|
210
|
-
"sha256:
|
211
|
-
"sha256:
|
212
|
-
"sha256:
|
213
|
-
"sha256:
|
214
|
-
"sha256:
|
215
|
-
"sha256:
|
216
|
-
"sha256:
|
217
|
-
"sha256:
|
218
|
-
"sha256:
|
219
|
-
"sha256:
|
153
|
+
"sha256:00bdf7acc5f795150faa6957054fbbca2439db2f775ce831222b66f192f03beb",
|
154
|
+
"sha256:07b271772c100085dd28b74fa0cd81c8fb1a3ba18b21e03d7c27f3436a10606b",
|
155
|
+
"sha256:087067fa8953339c723661eda6b54bc98c5625757ea62e95eb4898ad5e776e9f",
|
156
|
+
"sha256:0a1527a803f0a659de1af2e1fd700213caba79377e27e4693648c2923da066f9",
|
157
|
+
"sha256:0cf2d91ecc3fcc0625c2c530fe004f82c110405f101548512cce44322fa8ac44",
|
158
|
+
"sha256:0f6084a0ea23d05d20c3edcda20c3d006f9b6f3fefeac38f59262e10cef47ee2",
|
159
|
+
"sha256:12873ca6cb9b0f0d3a0da705d6086fe911591737a59f28b7936bdfed27c0d47c",
|
160
|
+
"sha256:19f705ada2530c1167abacb171925dd886168931e0a7b78f5bffcae5c6b5be75",
|
161
|
+
"sha256:1cd13c99ce269b3ed80b417dcd591415d3372bcac067009b6e0f59c7d4015e65",
|
162
|
+
"sha256:1e3a615586f05fc4065a8b22b8152f0c1b00cdbc60596d187c2a74f9e3036e4e",
|
163
|
+
"sha256:1f72fb8906754ac8a2cc3f9f5aaa298070652a0ffae577e0ea9bd480dc3c931a",
|
164
|
+
"sha256:1fc9ea04857caf665289b7a75923f2c6ed559b8298a1b8c49e59f7dd95c8481e",
|
165
|
+
"sha256:203a48d1fb583fc7d78a4c6655692963b860a417c0528492a6bc21f1aaefab25",
|
166
|
+
"sha256:2081580ebb843f759b9f617314a24ed5738c51d2aee65d31e02f6f7a2b97707a",
|
167
|
+
"sha256:21d1152871b019407d8ac3985f6775c079416c282e431a4da6afe7aefd2bccbe",
|
168
|
+
"sha256:24b6f81f1983e6df8db3adc38562c83f7d4a0c36162885ec7f7b77c7dcbec97b",
|
169
|
+
"sha256:256f80b80ca3853f90c21b23ee78cd008713787b1b1e93eae9f3d6a7134abd91",
|
170
|
+
"sha256:28a3a209b96630bca57cce802da70c266eb08c6e97e5afd61a75611ee6c64592",
|
171
|
+
"sha256:2c8f814d84194c9ea681642fd164267891702542f028a15fc97d4674b6206187",
|
172
|
+
"sha256:2de9a304e27f7596cd03d16f1b7c72219bd944e99cc52b84d0145aefb07cbd3c",
|
173
|
+
"sha256:38100abb9d1b1435bc4cc340bb4489635dc2f0da7456590877030c9b3d40b0c1",
|
174
|
+
"sha256:3925dd22fa2b7699ed2617149842d2e6adde22b262fcbfada50e3d195e4b3a94",
|
175
|
+
"sha256:3e17ed538242334bf70832644a32a7aae3d83b57567f9fd60a26257e992b79ba",
|
176
|
+
"sha256:3e837e369566884707ddaf85fc1744b47575005c0a229de3327f8f9a20f4efeb",
|
177
|
+
"sha256:3f4d46d8b35698056ec29bca21546e1551a205058ae1a181d871e278b0b28165",
|
178
|
+
"sha256:44d1b5909021139fe36001ae048dbdde8214afa20200eda0f64c068cac5d5529",
|
179
|
+
"sha256:45d5e886156860dc35862657e1494b9bae8dfa63bf56796f2fb56e1679fc0bca",
|
180
|
+
"sha256:4647afc2f90d1ddd33441e5b0e85b16b12ddec4fca55f0d9671fef036ecca27c",
|
181
|
+
"sha256:4671d9dd5ec934cb9a73e7ee9676f9362aba54f7f34910956b84d727b0d73fb6",
|
182
|
+
"sha256:53f77cbe57044e88bbd5ed26ac1d0514d2acf0591dd6bb02a3ae37f76811b80c",
|
183
|
+
"sha256:5eda85d6d1879e692d546a078b44251cdd08dd1cfb98dfb77b670c97cee49ea0",
|
184
|
+
"sha256:5fed36fccc0612a53f1d4d9a816b50a36702c28a2aa880cb8a122b3466638743",
|
185
|
+
"sha256:61d028e90346df14fedc3d1e5441df818d095f3b87d286825dfcbd6459b7ef63",
|
186
|
+
"sha256:66f011380d0e49ed280c789fbd08ff0d40968ee7b665575489afa95c98196ab5",
|
187
|
+
"sha256:6824f87845e3396029f3820c206e459ccc91760e8fa24422f8b0c3d1731cbec5",
|
188
|
+
"sha256:6c6c373cfc5c83a975506110d17457138c8c63016b563cc9ed6e056a82f13ce4",
|
189
|
+
"sha256:6d02d6655b0e54f54c4ef0b94eb6be0607b70853c45ce98bd278dc7de718be5d",
|
190
|
+
"sha256:6d50360be4546678fc1b79ffe7a66265e28667840010348dd69a314145807a1b",
|
191
|
+
"sha256:730cacb21e1bdff3ce90babf007d0a0917cc3e6492f336c2f0134101e0944f93",
|
192
|
+
"sha256:737fe7d37e1a1bffe70bd5754ea763a62a066dc5913ca57e957824b72a85e205",
|
193
|
+
"sha256:74a03b9698e198d47562765773b4a8309919089150a0bb17d829ad7b44b60d27",
|
194
|
+
"sha256:7553fb2090d71822f02c629afe6042c299edf91ba1bf94951165613553984512",
|
195
|
+
"sha256:7a66c7204d8869299919db4d5069a82f1561581af12b11b3c9f48c584eb8743d",
|
196
|
+
"sha256:7cc09976e8b56f8cebd752f7113ad07752461f48a58cbba644139015ac24954c",
|
197
|
+
"sha256:81afed14892743bbe14dacb9e36d9e0e504cd204e0b165062c488942b9718037",
|
198
|
+
"sha256:8941aaadaf67246224cee8c3803777eed332a19d909b47e29c9842ef1e79ac26",
|
199
|
+
"sha256:89472c9762729b5ae1ad974b777416bfda4ac5642423fa93bd57a09204712322",
|
200
|
+
"sha256:8ea985900c5c95ce9db1745f7933eeef5d314f0565b27625d9a10ec9881e1bfb",
|
201
|
+
"sha256:8eca2a813c1cb7ad4fb74d368c2ffbbb4789d377ee5bb8df98373c2cc0dee76c",
|
202
|
+
"sha256:92b68146a71df78564e4ef48af17551a5ddd142e5190cdf2c5624d0c3ff5b2e8",
|
203
|
+
"sha256:9332088d75dc3241c702d852d4671613136d90fa6881da7d770a483fd05248b4",
|
204
|
+
"sha256:94698a9c5f91f9d138526b48fe26a199609544591f859c870d477351dc7b2414",
|
205
|
+
"sha256:9a67fc9e8eb39039280526379fb3a70023d77caec1852002b4da7e8b270c4dd9",
|
206
|
+
"sha256:9de40a7b0323d889cf8d23d1ef214f565ab154443c42737dfe52ff82cf857664",
|
207
|
+
"sha256:a05d0c237b3349096d3981b727493e22147f934b20f6f125a3eba8f994bec4a9",
|
208
|
+
"sha256:afb8db5439b81cf9c9d0c80404b60c3cc9c3add93e114dcae767f1477cb53775",
|
209
|
+
"sha256:b18a3ed7d5b3bd8d9ef7a8cb226502c6bf8308df1525e1cc676c3680e7176739",
|
210
|
+
"sha256:b1e74d11748e7e98e2f426ab176d4ed720a64412b6a15054378afdb71e0f37dc",
|
211
|
+
"sha256:b21e08af67b8a103c71a250401c78d5e0893beff75e28c53c98f4de42f774062",
|
212
|
+
"sha256:b4c854ef3adc177950a8dfc81a86f5115d2abd545751a304c5bcf2c2c7283cfe",
|
213
|
+
"sha256:b882b3df248017dba09d6b16defe9b5c407fe32fc7c65a9c69798e6175601be9",
|
214
|
+
"sha256:baf5215e0ab74c16e2dd324e8ec067ef59e41125d3eade2b863d294fd5035c92",
|
215
|
+
"sha256:c649e3a33450ec82378822b3dad03cc228b8f5963c0c12fc3b1e0ab940f768a5",
|
216
|
+
"sha256:c654de545946e0db659b3400168c9ad31b5d29593291482c43e3564effbcee13",
|
217
|
+
"sha256:c6638687455baf640e37344fe26d37c404db8b80d037c3d29f58fe8d1c3b194d",
|
218
|
+
"sha256:c8d3b5532fc71b7a77c09192b4a5a200ea992702734a2e9279a37f2478236f26",
|
219
|
+
"sha256:cb527a79772e5ef98fb1d700678fe031e353e765d1ca2d409c92263c6d43e09f",
|
220
|
+
"sha256:cf364028c016c03078a23b503f02058f1814320a56ad535686f90565636a9495",
|
221
|
+
"sha256:d48a880098c96020b02d5a1f7d9251308510ce8858940e6fa99ece33f610838b",
|
222
|
+
"sha256:d68b6cef7827e8641e8ef16f4494edda8b36104d79773a334beaa1e3521430f6",
|
223
|
+
"sha256:d9b29c1f0ae438d5ee9acb31cadee00a58c46cc9c0b2f9038c6b0b3470877a8c",
|
224
|
+
"sha256:d9b97165e8aed9272a6bb17c01e3cc5871a594a446ebedc996e2397a1c1ea8ef",
|
225
|
+
"sha256:da68248800ad6320861f129cd9c1bf96ca849a2771a59e0344e88681905916f5",
|
226
|
+
"sha256:da902562c3e9c550df360bfa53c035b2f241fed6d9aef119048073680ace4a18",
|
227
|
+
"sha256:dbd5c7a25a7cb98f5ca55d258b103a2054f859a46ae11aaf23134f9cc0d356ad",
|
228
|
+
"sha256:dd4f05f54a52fb558f1ba9f528228066954fee3ebe629fc1660d874d040ae5a3",
|
229
|
+
"sha256:de8dad4425a6ca6e4e5e297b27b5c824ecc7581910bf9aee86cb6835e6812aa7",
|
230
|
+
"sha256:e11e82b744887154b182fd3e7e8512418446501191994dbf9c9fc1f32cc8efd5",
|
231
|
+
"sha256:e6e73b9e02893c764e7e8d5bb5ce277f1a009cd5243f8228f75f842bf937c534",
|
232
|
+
"sha256:f73b96c41e3b2adedc34a7356e64c8eb96e03a3782b535e043a986276ce12a49",
|
233
|
+
"sha256:f93fd8e5c8c0a4aa1f424d6173f14a892044054871c771f8566e4008eaa359d2",
|
234
|
+
"sha256:fc33c5141b55ed366cfaad382df24fe7dcbc686de5be719b207bb248e3053dc5",
|
235
|
+
"sha256:fc7de24befaeae77ba923797c7c87834c73648a05a4bde34b3b7e5588973a453",
|
236
|
+
"sha256:fe562eb1a64e67dd297ccc4f5addea2501664954f2692b69a76449ec7913ecbf"
|
220
237
|
],
|
221
|
-
"markers": "python_version >= '3.
|
222
|
-
"version": "==
|
238
|
+
"markers": "python_version >= '3.9'",
|
239
|
+
"version": "==2.0.0"
|
223
240
|
},
|
224
241
|
"charset-normalizer": {
|
225
242
|
"hashes": [
|
@@ -363,46 +380,46 @@
|
|
363
380
|
},
|
364
381
|
"cryptography": {
|
365
382
|
"hashes": [
|
366
|
-
"sha256:
|
367
|
-
"sha256:
|
368
|
-
"sha256:
|
369
|
-
"sha256:
|
370
|
-
"sha256:
|
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:
|
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"
|
403
420
|
],
|
404
421
|
"markers": "python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'",
|
405
|
-
"version": "==45.0.
|
422
|
+
"version": "==45.0.7"
|
406
423
|
},
|
407
424
|
"decorator": {
|
408
425
|
"hashes": [
|
@@ -414,12 +431,12 @@
|
|
414
431
|
},
|
415
432
|
"deepdiff": {
|
416
433
|
"hashes": [
|
417
|
-
"sha256:
|
418
|
-
"sha256:
|
434
|
+
"sha256:ec56d7a769ca80891b5200ec7bd41eec300ced91ebcc7797b41eb2b3f3ff643a",
|
435
|
+
"sha256:ee8708a7f7d37fb273a541fa24ad010ed484192cd0c4ffc0fa0ed5e2d4b9e78b"
|
419
436
|
],
|
420
437
|
"index": "pypi",
|
421
438
|
"markers": "python_version >= '3.9'",
|
422
|
-
"version": "==8.6.
|
439
|
+
"version": "==8.6.1"
|
423
440
|
},
|
424
441
|
"docker": {
|
425
442
|
"hashes": [
|
@@ -1020,12 +1037,12 @@
|
|
1020
1037
|
},
|
1021
1038
|
"openstacksdk": {
|
1022
1039
|
"hashes": [
|
1023
|
-
"sha256:
|
1024
|
-
"sha256:
|
1040
|
+
"sha256:23348aa69c6cc6c1ed0e8f03fb42b156519ed8cfcd143e783ef5c1dd800ad9f1",
|
1041
|
+
"sha256:953d5549f4a06928e82335e5f404cedd2f1138d5ddfd68ec502f2b800d30d88f"
|
1025
1042
|
],
|
1026
1043
|
"index": "pypi",
|
1027
1044
|
"markers": "python_version >= '3.10'",
|
1028
|
-
"version": "==4.7.
|
1045
|
+
"version": "==4.7.1"
|
1029
1046
|
},
|
1030
1047
|
"orderly-set": {
|
1031
1048
|
"hashes": [
|
@@ -1172,11 +1189,11 @@
|
|
1172
1189
|
},
|
1173
1190
|
"pycparser": {
|
1174
1191
|
"hashes": [
|
1175
|
-
"sha256:
|
1176
|
-
"sha256:
|
1192
|
+
"sha256:78816d4f24add8f10a06d6f05b4d424ad9e96cfebf68a4ddc99c65c0720d00c2",
|
1193
|
+
"sha256:e5c6e8d3fbad53479cab09ac03729e0a9faf2bee3db8208a550daf5af81a5934"
|
1177
1194
|
],
|
1178
1195
|
"markers": "python_version >= '3.8'",
|
1179
|
-
"version": "==2.
|
1196
|
+
"version": "==2.23"
|
1180
1197
|
},
|
1181
1198
|
"pydantic": {
|
1182
1199
|
"hashes": [
|
@@ -1301,19 +1318,36 @@
|
|
1301
1318
|
},
|
1302
1319
|
"pynacl": {
|
1303
1320
|
"hashes": [
|
1304
|
-
"sha256:
|
1305
|
-
"sha256:
|
1306
|
-
"sha256:
|
1307
|
-
"sha256:
|
1308
|
-
"sha256:
|
1309
|
-
"sha256:
|
1310
|
-
"sha256:
|
1311
|
-
"sha256:
|
1312
|
-
"sha256:
|
1313
|
-
"sha256:
|
1321
|
+
"sha256:04f20784083014e265ad58c1b2dd562c3e35864b5394a14ab54f5d150ee9e53e",
|
1322
|
+
"sha256:10d755cf2a455d8c0f8c767a43d68f24d163b8fe93ccfaabfa7bafd26be58d73",
|
1323
|
+
"sha256:140373378e34a1f6977e573033d1dd1de88d2a5d90ec6958c9485b2fd9f3eb90",
|
1324
|
+
"sha256:16c60daceee88d04f8d41d0a4004a7ed8d9a5126b997efd2933e08e93a3bd850",
|
1325
|
+
"sha256:16dd347cdc8ae0b0f6187a2608c0af1c8b7ecbbe6b4a06bff8253c192f696990",
|
1326
|
+
"sha256:25720bad35dfac34a2bcdd61d9e08d6bfc6041bebc7751d9c9f2446cf1e77d64",
|
1327
|
+
"sha256:2d6cd56ce4998cb66a6c112fda7b1fdce5266c9f05044fa72972613bef376d15",
|
1328
|
+
"sha256:347dcddce0b4d83ed3f32fd00379c83c425abee5a9d2cd0a2c84871334eaff64",
|
1329
|
+
"sha256:4853c154dc16ea12f8f3ee4b7e763331876316cc3a9f06aeedf39bcdca8f9995",
|
1330
|
+
"sha256:49c336dd80ea54780bcff6a03ee1a476be1612423010472e60af83452aa0f442",
|
1331
|
+
"sha256:4a25cfede801f01e54179b8ff9514bd7b5944da560b7040939732d1804d25419",
|
1332
|
+
"sha256:51fed9fe1bec9e7ff9af31cd0abba179d0e984a2960c77e8e5292c7e9b7f7b5d",
|
1333
|
+
"sha256:536703b8f90e911294831a7fbcd0c062b837f3ccaa923d92a6254e11178aaf42",
|
1334
|
+
"sha256:5789f016e08e5606803161ba24de01b5a345d24590a80323379fc4408832d290",
|
1335
|
+
"sha256:6b08eab48c9669d515a344fb0ef27e2cbde847721e34bba94a343baa0f33f1f4",
|
1336
|
+
"sha256:6b393bc5e5a0eb86bb85b533deb2d2c815666665f840a09e0aa3362bb6088736",
|
1337
|
+
"sha256:84709cea8f888e618c21ed9a0efdb1a59cc63141c403db8bf56c469b71ad56f2",
|
1338
|
+
"sha256:8bfaa0a28a1ab718bad6239979a5a57a8d1506d0caf2fba17e524dbb409441cf",
|
1339
|
+
"sha256:bbcc4452a1eb10cd5217318c822fde4be279c9de8567f78bad24c773c21254f8",
|
1340
|
+
"sha256:cb36deafe6e2bce3b286e5d1f3e1c246e0ccdb8808ddb4550bb2792f2df298f2",
|
1341
|
+
"sha256:cf831615cc16ba324240de79d925eacae8265b7691412ac6b24221db157f6bd1",
|
1342
|
+
"sha256:dcdeb41c22ff3c66eef5e63049abf7639e0db4edee57ba70531fc1b6b133185d",
|
1343
|
+
"sha256:dea103a1afcbc333bc0e992e64233d360d393d1e63d0bc88554f572365664348",
|
1344
|
+
"sha256:ef214b90556bb46a485b7da8258e59204c244b1b5b576fb71848819b468c44a7",
|
1345
|
+
"sha256:f3482abf0f9815e7246d461fab597aa179b7524628a4bc36f86a7dc418d2608d",
|
1346
|
+
"sha256:f46386c24a65383a9081d68e9c2de909b1834ec74ff3013271f1bca9c2d233eb",
|
1347
|
+
"sha256:f4b3824920e206b4f52abd7de621ea7a44fd3cb5c8daceb7c3612345dfc54f2e"
|
1314
1348
|
],
|
1315
|
-
"markers": "python_version >= '3.
|
1316
|
-
"version": "==1.
|
1349
|
+
"markers": "python_version >= '3.8'",
|
1350
|
+
"version": "==1.6.0"
|
1317
1351
|
},
|
1318
1352
|
"pynetbox": {
|
1319
1353
|
"hashes": [
|
@@ -1331,11 +1365,11 @@
|
|
1331
1365
|
},
|
1332
1366
|
"pytest": {
|
1333
1367
|
"hashes": [
|
1334
|
-
"sha256:
|
1335
|
-
"sha256:
|
1368
|
+
"sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01",
|
1369
|
+
"sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79"
|
1336
1370
|
],
|
1337
1371
|
"markers": "python_version >= '3.9'",
|
1338
|
-
"version": "==8.4.
|
1372
|
+
"version": "==8.4.2"
|
1339
1373
|
},
|
1340
1374
|
"pytest-testinfra": {
|
1341
1375
|
"hashes": [
|
@@ -1788,11 +1822,11 @@
|
|
1788
1822
|
},
|
1789
1823
|
"xmltodict": {
|
1790
1824
|
"hashes": [
|
1791
|
-
"sha256:
|
1792
|
-
"sha256:
|
1825
|
+
"sha256:3d8d49127f3ce6979d40a36dbcad96f8bab106d232d24b49efdd4bd21716983c",
|
1826
|
+
"sha256:dcd84b52f30a15be5ac4c9099a0cb234df8758624b035411e329c5c1e7a49089"
|
1793
1827
|
],
|
1794
|
-
"markers": "python_version >= '3.
|
1795
|
-
"version": "==0.
|
1828
|
+
"markers": "python_version >= '3.9'",
|
1829
|
+
"version": "==0.15.1"
|
1796
1830
|
}
|
1797
1831
|
},
|
1798
1832
|
"develop": {}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
# name lanes alias index speed
|
2
|
+
Ethernet0 73,74,75,76,77,78,79,80 Eth1(Port1) 1 400000
|
3
|
+
Ethernet8 65,66,67,68,69,70,71,72 Eth2(Port2) 2 400000
|
4
|
+
Ethernet16 81,82,83,84,85,86,87,88 Eth3(Port3) 3 400000
|
5
|
+
Ethernet24 89,90,91,92,93,94,95,96 Eth4(Port4) 4 400000
|
6
|
+
Ethernet32 97,98,99,100,101,102,103,104 Eth5(Port5) 5 400000
|
7
|
+
Ethernet40 105,106,107,108,109,110,111,112 Eth6(Port6) 6 400000
|
8
|
+
Ethernet48 113,114,115,116,117,118,119,120 Eth7(Port7) 7 400000
|
9
|
+
Ethernet56 121,122,123,124,125,126,127,128 Eth8(Port8) 8 400000
|
10
|
+
Ethernet64 41,42,43,44,45,46,47,48 Eth9(Port9) 9 400000
|
11
|
+
Ethernet72 33,34,35,36,37,38,39,40 Eth10(Port10) 10 400000
|
12
|
+
Ethernet80 49,50,51,52,53,54,55,56 Eth11(Port11) 11 400000
|
13
|
+
Ethernet88 57,58,59,60,61,62,63,64 Eth12(Port12) 12 400000
|
14
|
+
Ethernet96 129,130,131,132,133,134,135,136 Eth13(Port13) 13 400000
|
15
|
+
Ethernet104 137,138,139,140,141,142,143,144 Eth14(Port14) 14 400000
|
16
|
+
Ethernet112 145,146,147,148,149,150,151,152 Eth15(Port15) 15 400000
|
17
|
+
Ethernet120 153,154,155,156,157,158,159,160 Eth16(Port16) 16 400000
|
18
|
+
Ethernet128 169,170,171,172,173,174,175,176 Eth17(Port17) 17 400000
|
19
|
+
Ethernet136 161,162,163,164,165,166,167,168 Eth18(Port18) 18 400000
|
20
|
+
Ethernet144 177,178,179,180,181,182,183,184 Eth19(Port19) 19 400000
|
21
|
+
Ethernet152 185,186,187,188,189,190,191,192 Eth20(Port20) 20 400000
|
22
|
+
Ethernet160 1,2,3,4,5,6,7,8 Eth21(Port21) 21 400000
|
23
|
+
Ethernet168 9,10,11,12,13,14,15,16 Eth22(Port22) 22 400000
|
24
|
+
Ethernet176 17,18,19,20,21,22,23,24 Eth23(Port23) 23 400000
|
25
|
+
Ethernet184 25,26,27,28,29,30,31,32 Eth24(Port24) 24 400000
|
26
|
+
Ethernet192 201,202,203,204,205,206,207,208 Eth25(Port25) 25 400000
|
27
|
+
Ethernet200 193,194,195,196,197,198,199,200 Eth26(Port26) 26 400000
|
28
|
+
Ethernet208 217,218,219,220,221,222,223,224 Eth27(Port27) 27 400000
|
29
|
+
Ethernet216 209,210,211,212,213,214,215,216 Eth28(Port28) 28 400000
|
30
|
+
Ethernet224 233,234,235,236,237,238,239,240 Eth29(Port29) 29 400000
|
31
|
+
Ethernet232 225,226,227,228,229,230,231,232 Eth30(Port30) 30 400000
|
32
|
+
Ethernet240 249,250,251,252,253,254,255,256 Eth31(Port31) 31 400000
|
33
|
+
Ethernet248 241,242,243,244,245,246,247,248 Eth32(Port32) 32 400000
|
34
|
+
Ethernet256 259 Eth33(Port33) 33 10000
|
35
|
+
Ethernet257 260 Eth34(Port34) 34 10000
|
@@ -87,7 +87,9 @@ class ImageClusterapi(Command):
|
|
87
87
|
logger.info(f"date: {splitted[0]}")
|
88
88
|
logger.info(f"image: {splitted[1]}")
|
89
89
|
|
90
|
-
r = findall(
|
90
|
+
r = findall(
|
91
|
+
r".*ubuntu-[0-9][02468]04-kube-v(.*\..*\..*).qcow2", splitted[1]
|
92
|
+
)
|
91
93
|
logger.info(f"version: {r[0].strip()}")
|
92
94
|
|
93
95
|
url = urljoin(base_url, splitted[1])
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: osism
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.20250914.0
|
4
4
|
Summary: OSISM manager interface
|
5
5
|
Home-page: https://github.com/osism/python-osism
|
6
6
|
Author: OSISM GmbH
|
@@ -28,7 +28,7 @@ Requires-Dist: PyYAML==6.0.2
|
|
28
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
|
-
Requires-Dist: deepdiff==8.6.
|
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
34
|
Requires-Dist: fastapi==0.116.1
|
@@ -40,7 +40,7 @@ Requires-Dist: kombu==5.5.4
|
|
40
40
|
Requires-Dist: kubernetes==33.1.0
|
41
41
|
Requires-Dist: loguru==0.7.3
|
42
42
|
Requires-Dist: nbcli==0.10.0.dev2
|
43
|
-
Requires-Dist: openstacksdk==4.7.
|
43
|
+
Requires-Dist: openstacksdk==4.7.1
|
44
44
|
Requires-Dist: paramiko==3.5.1
|
45
45
|
Requires-Dist: pottery==3.0.1
|
46
46
|
Requires-Dist: prompt-toolkit==3.0.52
|
@@ -58,9 +58,9 @@ 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.2; extra == "ansible"
|
62
62
|
Provides-Extra: openstack-image-manager
|
63
|
-
Requires-Dist: openstack-image-manager==0.
|
63
|
+
Requires-Dist: openstack-image-manager==0.20250912.0; extra == "openstack-image-manager"
|
64
64
|
Dynamic: author
|
65
65
|
Dynamic: author-email
|
66
66
|
Dynamic: classifier
|
@@ -35,6 +35,7 @@ files/sonic/port_config/Accton-AS5835-54X.ini
|
|
35
35
|
files/sonic/port_config/Accton-AS7326-56X.ini
|
36
36
|
files/sonic/port_config/Accton-AS7726-32X.ini
|
37
37
|
files/sonic/port_config/Accton-AS9716-32D.ini
|
38
|
+
files/sonic/port_config/Accton-AS9726-32D.ini
|
38
39
|
frontend/.dockerignore
|
39
40
|
frontend/.gitignore
|
40
41
|
frontend/Containerfile
|
@@ -0,0 +1 @@
|
|
1
|
+
{"git_version": "10a12ce", "is_release": false}
|