Skip to content

Commit 51010b1

Browse files
committed
Bump sushy-tools container image to dev-1773400388
Updates the sushy-tools container image version across both redfish BMC roles (podman and kubernetes deployments) to use the latest build. Assisted-By: Claude (claude-4.5-sonnet) Signed-off-by: Harald Jensås <hjensas@redhat.com>
1 parent f67fe10 commit 51010b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

roles/redfish_vbmc_podman/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ and management.
3131
| `redfish_vbmc_podman_cloud_config_dir` | `/home/zuul/.hotcloud` | Path to directory containing clouds.yaml |
3232
| `redfish_vbmc_podman_username` | `admin` | RedFish API username |
3333
| `redfish_vbmc_podman_password` | `password` | RedFish API password |
34-
| `redfish_vbmc_podman_image` | `quay.io/rhn_gps_hjensas/sushy-tools:dev-1761151453` | Container image to use |
34+
| `redfish_vbmc_podman_image` | `quay.io/rhn_gps_hjensas/sushy-tools:dev-1773400388` | Container image to use |
3535
| `redfish_vbmc_podman_listen_port` | `8000` | Port to expose on the host |
3636
| `redfish_vbmc_podman_config_dir` | `/etc/sushy-emulator` | Configuration directory on host |
3737
| `redfish_vbmc_podman_openstack_config_dir` | `/etc/openstack` | OpenStack config mount point in container |

roles/redfish_vbmc_podman/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ redfish_vbmc_podman_password: password
2626
redfish_vbmc_podman_instances_uuids: []
2727

2828
# Container configuration
29-
redfish_vbmc_podman_image: quay.io/rhn_gps_hjensas/sushy-tools:dev-1773346205
29+
redfish_vbmc_podman_image: quay.io/rhn_gps_hjensas/sushy-tools:dev-1773400388
3030
redfish_vbmc_podman_listen_port: 8000
3131

3232
# Paths

roles/redfish_virtual_bmc/files/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
path: cacert.pem
4646
containers:
4747
- name: sushy-emulator
48-
image: quay.io/rhn_gps_hjensas/sushy-tools:dev-1773346205
48+
image: quay.io/rhn_gps_hjensas/sushy-tools:dev-1773400388
4949
command: ["/usr/local/bin/sushy-emulator", "--debug", "--config", "/etc/sushy-emulator/config.conf"]
5050
ports:
5151
- containerPort: 8000

0 commit comments

Comments
 (0)