Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/sushy-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM registry.hub.docker.com/library/python:3.9

RUN apt update && \
apt install -y libvirt-dev && \
pip3 install sushy-tools==0.14.0 libvirt-python
pip3 install sushy-tools==0.15.0 libvirt-python

CMD sushy-emulator -i :: -p 8000 --config /root/sushy/conf.py
1 change: 1 addition & 0 deletions vm-setup/roles/virtbmc/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Can be set to "teardown" to destroy a previous configuration
virtbmc_action: setup
sushy_ignore_boot_device: False
1 change: 1 addition & 0 deletions vm-setup/roles/virtbmc/tasks/setup_tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,5 @@
dest: "{{ working_dir }}/virtualbmc/sushy-tools/conf.py"
content: |
SUSHY_EMULATOR_LIBVIRT_URI = "{{ vbmc_libvirt_uri }}"
SUSHY_EMULATOR_IGNORE_BOOT_DEVICE = {{ sushy_ignore_boot_device }}
become: true