Skip to content

Commit 8c06f4e

Browse files
authored
Move redfish dependency (#1817)
Signed-off-by: Christian Berendt <[email protected]>
1 parent 4d59e32 commit 8c06f4e

File tree

4 files changed

+83
-45
lines changed

4 files changed

+83
-45
lines changed

Containerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ uv pip install --no-cache --system -r /src/requirements.openstack-image-manager.
5757
uv pip install --no-cache --system -r /src/requirements.openstack-flavor-manager.txt
5858
uv pip install --no-cache --system -r /src/requirements.netbox-manager.txt
5959

60-
# required by redfishMockupCreate.py
61-
uv pip install --no-cache --system "redfish==3.3.3"
62-
6360
# install python-osism
6461
uv pip install --no-cache --system /src
6562

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pyang = "==2.7.1"
3232
pynetbox = "==7.5.0"
3333
pytest-testinfra = "==10.2.2"
3434
python-dateutil = "==2.9.0.post0"
35+
redfish = "==3.3.4"
3536
setuptools = "==80.9.0"
3637
sqlmodel = "==0.0.27"
3738
sushy = "==5.7.1"

Pipfile.lock

Lines changed: 81 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ pyang==2.7.1
2525
pynetbox==7.5.0
2626
pytest-testinfra==10.2.2
2727
python-dateutil==2.9.0.post0
28+
redfish==3.3.4
2829
setuptools==80.9.0
2930
sqlmodel==0.0.27
3031
sushy==5.7.1

0 commit comments

Comments
 (0)