Redfish-boot-server-python-api-idrac-2023-03-16.20-48-51.webm
Associated blog post: DevOps with physical servers using Redfish Python api
git clone git@github.com:KarmaComputing/redfish-server-automation.git
cd redfish-server-automation
git clone https://github.com/dell/iDRAC-Redfish-Scripting.git iDRAC-Redfish-Scripting/ #TODO submodule
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
flask run --debug
Visit http://127.0.0.1:5000
Control your server!
Note the default config in
app.py