HewlettPackard / oneview-redfish-toolkit

HPE OneView Redfish Toolkit provides a REST service to answer DMTF's Redfish compliant requests by querying HPE OneView
Apache License 2.0
18 stars 21 forks source link

Running 2 toolkit instances for differene OneView instances #588

Open StefCoene opened 2 years ago

StefCoene commented 2 years ago

I want to run 2 toolkit instances on different ports. Each instance monitors 1 OneView instance.

I copied redfish.conf and changed the port and the IP address of the OneView instance. I copied logging.conf and changed the 3 path names for the log files.

But I had an issue with the pid file. You can not specify the pid file in the configuration file, it's hard coded. So I changed oneview-redfish-toolkit and app.py so I can specify a pid file on the command line. Is there an other way to accomplish this?

I can share my patch if someone is interested.

Stef