Sushy tools deployment

Sushy-tools is a set of simulation tools that support the development and testing of Redfish protocol implementations and the Sushy library specifically. It is not intended for use in production environments and should only be run in development and testing environments. [1]

Tested on

  • Fedora 37

  • RHEL 9.x

  • RHEL 8.7

Review the Getting started Guide

Getting started Guide

Sushy tools Commands:

Deploy sushy tools instance:

./qubinode-installer -p sushy_tools -m create
https://i.imgur.com/tZucgAm.png

Deploy VMs for redfish deployments:

./qubinode-installer -p sushy_tools -m create_vms

Example url : http://192.168.1.22:8111/redfish/v1/Systems/

https://i.imgur.com/J2mimEa.png

Destroy VMs for redfish deployments:

./qubinode-installer -p sushy_tools -m destroy_vms

Destory VMs and sushy tools instance:

./qubinode-installer -p sushy_tools -m destroy_sushy_tools

Issues